SPECS: python-launchpad-bugs.spec - py2.4 compatible

glen glen at pld-linux.org
Mon Apr 27 11:46:52 CEST 2009


Author: glen                         Date: Mon Apr 27 09:46:52 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- py2.4 compatible

---- Files affected:
SPECS:
   python-launchpad-bugs.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/python-launchpad-bugs.spec
diff -u SPECS/python-launchpad-bugs.spec:1.4 SPECS/python-launchpad-bugs.spec:1.5
--- SPECS/python-launchpad-bugs.spec:1.4	Sat Mar 14 17:21:37 2009
+++ SPECS/python-launchpad-bugs.spec	Mon Apr 27 11:46:47 2009
@@ -40,7 +40,9 @@
 %doc docs/* examples
 %dir %{py_sitescriptdir}/launchpadbugs
 %{py_sitescriptdir}/launchpadbugs/*.py[co]
-%{py_sitescriptdir}/python_launchpad_bugs-%{version}-*.egg-info
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/python_launchpad_bugs-*.egg-info
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -48,6 +50,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2009/04/27 09:46:47  glen
+- py2.4 compatible
+
 Revision 1.4  2009/03/14 16:21:37  duddits
 - up to 0.3.5
 - rpm.patch updated
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-launchpad-bugs.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list