SPECS: template-python.spec - .egg-info is python version specific (and som...

glen glen at pld-linux.org
Sun Mar 29 15:11:28 CEST 2009


Author: glen                         Date: Sun Mar 29 13:11:28 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- .egg-info is python version specific (and sometimes setup.py), not distro line

---- Files affected:
SPECS:
   template-python.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/template-python.spec
diff -u SPECS/template-python.spec:1.14 SPECS/template-python.spec:1.15
--- SPECS/template-python.spec:1.14	Mon Feb 16 14:11:14 2009
+++ SPECS/template-python.spec	Sun Mar 29 15:11:22 2009
@@ -48,7 +48,7 @@
 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
 %{py_sitedir}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/*.so
-%if "%{pld_release}" != "ac"
+%if "%{py_ver}" > "2.4"
 %{py_sitedir}/TEMPLATE-*.egg-info
 %endif
 
@@ -58,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2009/03/29 13:11:22  glen
+- .egg-info is python version specific (and sometimes setup.py), not distro line
+
 Revision 1.14  2009/02/16 13:11:14  lisu
 - polish desc
 
================================================================

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



More information about the pld-cvs-commit mailing list