Author: glen Date: Thu Jan 29 23:38:16 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - no egg in py2.4
---- Files affected: SPECS: python-pyxdg.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/python-pyxdg.spec diff -u SPECS/python-pyxdg.spec:1.9 SPECS/python-pyxdg.spec:1.10 --- SPECS/python-pyxdg.spec:1.9 Sat Nov 1 15:50:32 2008 +++ SPECS/python-pyxdg.spec Fri Jan 30 00:38:10 2009 @@ -10,7 +10,7 @@ Source0: http://www.freedesktop.org/~lanius/%{module}-%{version}.tar.gz # Source0-md5: a086de99cc536095684d87f15594e4db URL: http://freedesktop.org/Software/pyxdg -BuildRequires: python-devel >= 1:2.5 +BuildRequires: python-devel >= 1:2.4 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules @@ -55,9 +55,11 @@ %files %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog README TODO -%{py_sitescriptdir}/pyxdg-%{version}-py*.egg-info %dir %{py_sitescriptdir}/xdg %{py_sitescriptdir}/xdg/*.py[co] +%if "%{py_ver}" > "2.4" +%{py_sitescriptdir}/pyxdg-%{version}-py*.egg-info +%endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -65,6 +67,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2009/01/29 23:38:10 glen +- no egg in py2.4 + Revision 1.9 2008/11/01 14:50:32 wrobell - ver. 0.17 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pyxdg.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit