%if 0%{?fedora} > 12 %global with_python3 1 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} %endif Name: pyxdg Version: 0.23 Release: 1%{?dist} Summary: Python library to access freedesktop.org standards Group: Development/Libraries License: LGPLv2 URL: http://freedesktop.org/Software/pyxdg Source0: http://www.freedesktop.org/~lanius/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # These are needed for the nose tests. BuildRequires: python-nose, hicolor-icon-theme BuildRequires: python2-devel %if 0%{?with_python3} BuildRequires: python3-devel %endif # if with_python3 %description PyXDG is a python library to access freedesktop.org standards %if 0%{?with_python3} %package -n python3-pyxdg Summary: Python3 library to access freedesktop.org standards Group: Development/Libraries %description -n python3-pyxdg PyXDG is a python library to access freedesktop.org standards. This package contains a Python 3 version of PyXDG. %endif # with_python3 %prep %setup -q %if 0%{?with_python3} rm -rf %{py3dir} cp -a . %{py3dir} find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|' %endif # with_python3 find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|' %build %{__python} setup.py build %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py build popd %endif # with_python3 %install rm -rf $RPM_BUILD_ROOT %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py install --skip-build --root=$RPM_BUILD_ROOT popd %endif # with_python3 %{__python} setup.py install --skip-build --root=$RPM_BUILD_ROOT %check nosetests %if 0%{?with_python3} pushd %{py3dir} nosetests popd %endif # with_python3 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog README TODO %{python_sitelib}/xdg %{python_sitelib}/pyxdg-*.egg-info %if 0%{?with_python3} %files -n python3-pyxdg %doc AUTHORS COPYING ChangeLog README TODO %{python3_sitelib}/xdg %{python3_sitelib}/pyxdg-*.egg-info %endif #with_python3 %changelog * Mon Oct 8 2012 Tom Callaway - 0.23-1 - update to 0.23 - enable python3 * Sat Jul 21 2012 Fedora Release Engineering - 0.19-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 0.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 0.19-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Jul 22 2010 David Malcolm - 0.19-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Wed Apr 28 2010 Tom "spot" Callaway - 0.19-1 - update to 0.19 * Wed Aug 19 2009 Tom "spot" Callaway - 0.17-1 - update to 0.17 * Sun Jul 26 2009 Fedora Release Engineering - 0.16-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.16-2 - Rebuild for Python 2.6 * Thu Oct 30 2008 Tom "spot" Callaway - 0.16-1 - update to 0.16 - fix indent bug in DesktopEntry.py (bz 469229) * Sat Apr 5 2008 Tom "spot" Callaway - 0.15-6 - add egg-info (fixes FTBFS bz 440813) * Wed Jan 3 2007 Patrice Dumas - 0.15-5 - remove requires for python-abi (automatic now) and python directory - remove package name from summary - change tabs to spaces * Thu Dec 21 2006 Patrice Dumas - 0.15-4 - rebuild for python 2.5 * Sat Sep 23 2006 Tom "spot" Callaway - 0.15-3 - rebuild for fc6 * Wed Feb 15 2006 John Mahowald - 0.15.2 - Rebuild for Fedora Extras 5 * Fri Oct 14 2005 John Mahowald - 0.15-1 - Rebuilt for 0.15 * Sun Jul 03 2005 Sindre Pedersen Bjordal - 0.14-2 - Added %%{?dist} tag to release - BuildArch: noarch - Removed unneccesary CLFAGS * Sun Jun 05 2005 Sindre Pedersen Bjordal - 0.14-1 - Rebuilt for 0.14 * Wed Jun 01 2005 Sindre Pedersen Bjordal - 0.13-1 - Rebuilt for 0.13 * Tue May 31 2005 Sindre Pedersen Bjordal - 0.12-1 - Rebuilt for 0.12 * Sat May 28 2005 Sindre Pedersen Bjordal - 0.11-1 - Rebuilt for 0.11 * Mon May 23 2005 Sindre Pedersen Bjordal - 0.10-1 - Adapt to Fedora Extras template, based on spec from NewRPMs * Tue Dec 14 2004 Che - initial rpm release