SPECS: template-python.spec - python 2.4 is only in AC line, let's use (kin...

wrobell wrobell at pld-linux.org
Thu Jan 22 02:10:57 CET 2009


Author: wrobell                      Date: Thu Jan 22 01:10:57 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- python 2.4 is only in AC line, let's use (kinda) agreed pld release bcond
  instead of py_ver usage to not introduce more mess on HEAD

---- Files affected:
SPECS:
   template-python.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/template-python.spec
diff -u SPECS/template-python.spec:1.11 SPECS/template-python.spec:1.12
--- SPECS/template-python.spec:1.11	Thu Jan 22 02:08:49 2009
+++ SPECS/template-python.spec	Thu Jan 22 02:10:52 2009
@@ -46,7 +46,7 @@
 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
 %{py_sitedir}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/*.so
-%if "%{py_ver}" > "2.4"
+%if "%{pld_release}" == "ac"
 %{py_sitedir}/TEMPLATE-*.egg-info
 %endif
 
@@ -56,6 +56,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2009/01/22 01:10:52  wrobell
+- python 2.4 is only in AC line, let's use (kinda) agreed pld release bcond
+  instead of py_ver usage to not introduce more mess on HEAD
+
 Revision 1.11  2009/01/22 01:08:49  wrobell
 - use setup specification similar to template.spec
 
================================================================

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



More information about the pld-cvs-commit mailing list