%global srcname xlrd %global sum Library to extract data from Microsoft Excel (TM) spreadsheet files %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-%{srcname} Version: 1.0.0 Release: 6%{?dist} Summary: %{sum} Group: Development/Languages License: BSD URL: http://www.python-excel.org/ Source0: https://github.com/python-excel/xlrd/archive/%{version}.tar.gz BuildArch: noarch BuildRequires: dos2unix %description Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware. %package -n python2-%{srcname} Summary: Library to extract data from Microsoft Excel (TM) spreadsheet files BuildRequires: python-devel BuildRequires: python-setuptools %{?python_provide:%python_provide python2-%{srcname}} %description -n python2-%{srcname} Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware. %package -n python%{python3_pkgversion}-%{srcname} Summary: %{sum} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} %description -n python%{python3_pkgversion}-%{srcname} Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware. %if 0%{?with_python3_other} %package -n python%{python3_other_pkgversion}-%{srcname} Summary: %{sum} BuildRequires: python%{python3_other_pkgversion}-devel BuildRequires: python%{python3_other_pkgversion}-setuptools %{?python_provide:%python_provide python%{python3_other_pkgversion}-%{srcname}} %description -n python%{python3_other_pkgversion}-%{srcname} Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware. %endif %prep %setup -q -n %{srcname}-%{version} # fix CRLF to LF for i in */*.py *.html xlrd/doc/* xlrd/examples/*; do # ignore missing files, they was may be only removed by mistake dos2unix $i || : done for i in xlrd/doc/* xlrd/examples/xlrdnameAPIdemo.py; do iconv -f iso8859-1 -t UTF-8 $i > $i.tmp mv -f $i.tmp $i done %build %py2_build %py3_build %if 0%{?with_python3_other} %py3_other_build %endif %install %if 0%{?with_python3_other} %py3_other_install %endif %py3_install %py2_install # remove .py extension from binary mv $RPM_BUILD_ROOT%{_bindir}/runxlrd.py $RPM_BUILD_ROOT%{_bindir}/runxlrd rm -rf $RPM_BUILD_ROOT%{_bindir}/runxlrd.py* \ $RPM_BUILD_ROOT/%{python_sitelib}/xlrd/doc \ $RPM_BUILD_ROOT/%{python_sitelib}/xlrd/examples \ $RPM_BUILD_ROOT/%{python3_sitelib}/xlrd/doc \ $RPM_BUILD_ROOT/%{python3_sitelib}/xlrd/examples %files -n python2-%{srcname} %defattr(-,root,root,-) %doc xlrd/doc/* xlrd/examples %{python_sitelib}/xlrd/* %{python_sitelib}/*egg-info %files -n python%{python3_pkgversion}-%{srcname} %defattr(-,root,root,-) %doc xlrd/doc/* xlrd/examples %attr(755,root,root) %dir %{python3_sitelib}/xlrd %{python3_sitelib}/xlrd/* %{python3_sitelib}/*egg-info %attr(755,root,root) %{_bindir}/* %if 0%{?with_python3_other} %files -n python%{python3_other_pkgversion}-%{pypi_name} %defattr(-,root,root,-) %doc xlrd/doc/* xlrd/examples %attr(755,root,root) %dir %{python3_other_sitelib}/xlrd %{python3_other_sitelib}/xlrd/* %{python3_other_sitelib}/*egg-info %endif %changelog * Tue Jul 25 2017 Dan Čermák - 1.0.0-6 - Rebuild for 1.0.0 and EL * Sat Feb 11 2017 Fedora Release Engineering - 0.9.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.9.4-4 - Rebuild for Python 3.6 * Thu Feb 04 2016 Fedora Release Engineering - 0.9.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Nov 27 2015 Ján ONDREJ (SAL) - 0.9.4-2 - python3 spec file rewrite (bz#1285816) - removed buildroot * Mon Nov 16 2015 Ján ONDREJ (SAL) - 0.9.4-1 - new version (bz#1282234) * Tue Nov 10 2015 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 0.9.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering - 0.9.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Kalev Lember - 0.9.2-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Tue Aug 27 2013 Ján ONDREJ (SAL) - 0.9.2-3 - add py3 support (bz#995971) * Sun Aug 04 2013 Fedora Release Engineering - 0.9.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Apr 23 2013 Ján ONDREJ (SAL) - 0.9.2-1 - Update to upstream. - Updated URL and description. * Thu Feb 14 2013 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Oct 07 2012 Ján ONDREJ (SAL) - 0.8.0-1 - Update to upstream. * Sat Jul 21 2012 Fedora Release Engineering - 0.7.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 0.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 0.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Aug 23 2010 Ján ONDREJ (SAL) - 0.7.1-1 - new version - fixed summary spelling - fixed egg-info condition - fixed source URL for new version * Thu Jul 22 2010 David Malcolm - 0.6.1-10 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Sun Jul 26 2009 Fedora Release Engineering - 0.6.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.6.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.6.1-7 - Rebuild for Python 2.6 * Mon Jun 2 2008 Jan ONDREJ (SAL) - 0.6.1-5 - removed "" for fedora macro * Tue Jan 1 2008 Jan ONDREJ (SAL) - 0.6.1-4 - added eggs for Fedora >= 9 * Fri Sep 14 2007 Jan ONDREJ (SAL) 0.6.1-3 - doc files converted to UTF-8 - removed HISTORY.html README.html because they are also in xlrd/doc/ * Fri Sep 7 2007 Jan ONDREJ (SAL) - 0.6.1-2 - namewithoutprefix removed, too complicated and not required - added directory xlrd - permissions for python scripts set to 644 - files converted from DOS line-feeds to UNIX format - "#!/usr/bin/env python" added to beginning runxlrd script - removed doc and examples from site-packages/xlrd directory * Tue Jun 12 2007 Sean Reifschneider - 0.6.1-1 - Initial RPM spec file.