]> git.pld-linux.org Git - packages/python-zope.interface.git/blame - Zope-Interface.spec
BR: rpmbuild(macros) >= 1.710
[packages/python-zope.interface.git] / Zope-Interface.spec
CommitLineData
230df66a 1Summary: Python 'interface' concept implementation
2Summary(pl.UTF-8): Implementacja interfejsów dla języka Python
780a3ae9 3Name: Zope-Interface
329c3be3 4Version: 4.0.3
d63d5b25 5Release: 2
230df66a 6License: ZPL 2.1
7b84e2b8 7Group: Libraries/Python
50f4adef 8Source0: http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
329c3be3
ER
9# Source0-md5: 1ddd308f2c83703accd1696158c300eb
10URL: http://docs.zope.org/zope.interface/
44f2928a
ER
11BuildRequires: python
12BuildRequires: python-devel
037cfed9 13BuildRequires: python-setuptools
256ecd95 14BuildRequires: rpm-pythonprov
2bef8ada 15BuildRequires: rpmbuild(macros) >= 1.710
165f01ee
ER
16Requires: python-modules
17# set this requirement explicitly, so people know where %py_sitedir/zope can be found
4341ba4b 18Requires: Zope-dirs
256ecd95
JB
19Provides: ZopeInterface
20Obsoletes: ZopeInterface
ccad16eb 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
230df66a 24Python 'interface' concept implementation.
ccad16eb 25
38ab133d 26%description -l pl.UTF-8
256ecd95
JB
27Implementacja interfejsów (abstrakcyjnych reprezentacji klas) dla
28języka Python.
ccad16eb 29
30%prep
780a3ae9 31%setup -q -n zope.interface-%{version}
ccad16eb 32
33%build
f4ebf442 34%py_build
ccad16eb 35
36%install
37rm -rf $RPM_BUILD_ROOT
f4ebf442 38%py_install
ccad16eb 39
165f01ee
ER
40%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/zope/interface/*.c
41%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/zope/interface/common/tests
42%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/zope/interface/tests
43
256ecd95 44%py_postclean
ccad16eb 45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
8390069d 51%doc CHANGES.txt
ad267389 52%dir %{py_sitedir}/zope/interface
ad267389
JB
53%{py_sitedir}/zope/interface/*.py[co]
54%attr(755,root,root) %{py_sitedir}/zope/interface/_zope_interface_coptimizations.so
55%{py_sitedir}/zope/interface/common
256ecd95
JB
56%{py_sitedir}/zope.interface-*.egg-info
57%{py_sitedir}/zope.interface-*-nspkg.pth
This page took 0.087709 seconds and 4 git commands to generate.