]> git.pld-linux.org Git - packages/Zope-Interface.git/commitdiff
- python deps
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jan 2008 23:35:17 +0000 (23:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- O: ZopeInterface

Changed files:
    Zope-Interface.spec -> 1.14

Zope-Interface.spec

index ad1423779c06772f535dd51da61224459230caeb..a3e9d83d4604be6a1ce4554e7778a7670bf0a3db 100644 (file)
@@ -8,18 +8,21 @@ Group:                Libraries/Python
 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}
@@ -34,7 +37,7 @@ python ./setup.py install \
        --optimize 2 \
        --root=$RPM_BUILD_ROOT
 
-%{py_postclean}
+%py_postclean
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,5 +46,5 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.078845 seconds and 5 git commands to generate.