SPECS: template-python.spec - rpm handles python dependency with 'python(ab...
wrobell
wrobell at pld-linux.org
Tue Feb 3 20:05:11 CET 2009
Author: wrobell Date: Tue Feb 3 19:05:11 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rpm handles python dependency with 'python(abi) = py_ver', so
pyrequires_eq macro is no longer required (and it does nothing at the
moment)
- ac branch typo fixed
---- Files affected:
SPECS:
template-python.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/template-python.spec
diff -u SPECS/template-python.spec:1.12 SPECS/template-python.spec:1.13
--- SPECS/template-python.spec:1.12 Thu Jan 22 02:10:52 2009
+++ SPECS/template-python.spec Tue Feb 3 20:05:06 2009
@@ -14,8 +14,8 @@
BuildRequires: rpm-pythonprov
# if py_postclean is used
BuildRequires: rpmbuild(macros) >= 1.219
-#%pyrequires_eq python-libs
-%pyrequires_eq python-modules
+#Requires: python-libs
+Requires: python-modules
#BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -46,7 +46,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 "%{pld_release}" != "ac"
%{py_sitedir}/TEMPLATE-*.egg-info
%endif
@@ -56,6 +56,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2009/02/03 19:05:06 wrobell
+- rpm handles python dependency with 'python(abi) = py_ver', so
+ pyrequires_eq macro is no longer required (and it does nothing at the
+ moment)
+- ac branch typo fixed
+
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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template-python.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list