Author: wrobell Date: Sun Nov 16 14:35:07 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - get rid of %py_sitedir/zope, which is provided by Zope-dirs - rel. 4
---- Files affected: SPECS: Zope-Interface.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/Zope-Interface.spec diff -u SPECS/Zope-Interface.spec:1.19 SPECS/Zope-Interface.spec:1.20 --- SPECS/Zope-Interface.spec:1.19 Fri Oct 3 20:07:01 2008 +++ SPECS/Zope-Interface.spec Sun Nov 16 15:35:01 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Implementacja interfejsów dla języka Python Name: Zope-Interface Version: 3.4.0 -Release: 3 +Release: 4 License: ZPL 2.1 Group: Libraries/Python Source0: http://download.zope.org/distribution/zope.interface-%{version}.tar.gz @@ -15,6 +15,9 @@ BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules +# set this requirement explicitly, so people know where %py_sitedir/zope +# can be found +Requires: Zope-dirs Provides: ZopeInterface Obsoletes: ZopeInterface BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -51,7 +54,6 @@ %defattr(644,root,root,755) %doc CHANGES.txt src/zope/interface/{README,human}.txt %lang(ru) %doc src/zope/interface/{README,human}.ru.txt -%dir %{py_sitedir}/zope %dir %{py_sitedir}/zope/interface %{py_sitedir}/zope/interface/*.cfg %{py_sitedir}/zope/interface/*.py[co] @@ -66,6 +68,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2008/11/16 14:35:01 wrobell +- get rid of %py_sitedir/zope, which is provided by Zope-dirs +- rel. 4 + Revision 1.19 2008/10/03 18:07:01 arekm - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Zope-Interface.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
