SPECS: template-python.spec - .egg-info since python 2.5

glen glen at pld-linux.org
Fri May 23 20:52:17 CEST 2008


Author: glen                         Date: Fri May 23 18:52:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- .egg-info since python 2.5

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

---- Diffs:

================================================================
Index: SPECS/template-python.spec
diff -u SPECS/template-python.spec:1.4 SPECS/template-python.spec:1.5
--- SPECS/template-python.spec:1.4	Sun Jan  6 17:53:13 2008
+++ SPECS/template-python.spec	Fri May 23 20:52:11 2008
@@ -43,7 +43,9 @@
 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
 %{py_sitedir}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/*.so
+%if "%{py_ver}" > "2.4"
 %{py_sitedir}/%{module}-*.egg-info
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -51,6 +53,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2008-05-23 18:52:11  glen
+- .egg-info since python 2.5
+
 Revision 1.4  2008-01-06 16:53:13  glen
 - few macros to make any sense
 
================================================================

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



More information about the pld-cvs-commit mailing list