Author: qboosh Date: Fri Jan 4 23:35:22 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - python deps - O: ZopeInterface
---- Files affected: SPECS: ZopeInterface.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/ZopeInterface.spec diff -u SPECS/ZopeInterface.spec:1.13 SPECS/ZopeInterface.spec:1.14 --- SPECS/ZopeInterface.spec:1.13 Thu Sep 13 00:06:02 2007 +++ SPECS/ZopeInterface.spec Sat Jan 5 00:35:17 2008 @@ -9,18 +9,21 @@ Source0: http://download.zope.org/distribution/zope.interface-%{version}.tar.gz # Source0-md5: 0be9fd80b7bb6bee520e56eba7d29c90 URL: http://www.zope.org/Products/ZopeInterface/ -BuildRequires: python -BuildRequires: python-devel +BuildRequires: python >= 1:2.5 +BuildRequires: python-devel >= 1:2.5 +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules -Provides: ZopeInterface +Provides: ZopeInterface +Obsoletes: ZopeInterface BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Python 'interface' concept implementation. %description -l pl.UTF-8 -Implementacja interfejsów (abstrakcyjnych reprezentacji klas) dla języka -Python. +Implementacja interfejsów (abstrakcyjnych reprezentacji klas) dla +języka Python. %prep %setup -q -n zope.interface-%{version} @@ -35,7 +38,7 @@ --optimize 2 \ --root=$RPM_BUILD_ROOT -%{py_postclean} +%py_postclean %clean rm -rf $RPM_BUILD_ROOT @@ -44,8 +47,8 @@ %defattr(644,root,root,755) %doc README.txt %{py_sitedir}/zope/interface -%{py_sitedir}/zope*egg* -%{py_sitedir}/zope*pth +%{py_sitedir}/zope.interface-*.egg-info +%{py_sitedir}/zope.interface-*-nspkg.pth %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -53,6 +56,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2008-01-04 23:35:17 qboosh +- python deps +- O: ZopeInterface + Revision 1.13 2007-09-12 22:06:02 wrobell - group fixed again :/ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ZopeInterface.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
