]> git.pld-linux.org Git - packages/python-zope.interface.git/blame_incremental - Zope-Interface.spec
- release 3
[packages/python-zope.interface.git] / Zope-Interface.spec
... / ...
CommitLineData
1Summary: Python 'interface' concept implementation
2Summary(pl.UTF-8): Implementacja interfejsów dla języka Python
3Name: Zope-Interface
4Version: 3.4.0
5Release: 3
6License: ZPL 2.1
7Group: Libraries/Python
8Source0: http://download.zope.org/distribution/zope.interface-%{version}.tar.gz
9# Source0-md5: 0be9fd80b7bb6bee520e56eba7d29c90
10URL: http://www.zope.org/Products/ZopeInterface/
11BuildRequires: python >= 1:2.5
12BuildRequires: python-devel >= 1:2.5
13BuildRequires: python-setuptools
14BuildRequires: rpm-pythonprov
15BuildRequires: rpmbuild(macros) >= 1.219
16%pyrequires_eq python-modules
17Provides: ZopeInterface
18Obsoletes: ZopeInterface
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22Python 'interface' concept implementation.
23
24%description -l pl.UTF-8
25Implementacja interfejsów (abstrakcyjnych reprezentacji klas) dla
26języka Python.
27
28%prep
29%setup -q -n zope.interface-%{version}
30
31%build
32python ./setup.py build
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37python ./setup.py install \
38 --optimize 2 \
39 --root=$RPM_BUILD_ROOT
40
41%py_postclean
42rm $RPM_BUILD_ROOT%{py_sitedir}/zope/interface/*.{txt,c}
43rm -r $RPM_BUILD_ROOT%{py_sitedir}/zope/interface/common/tests
44rm -r $RPM_BUILD_ROOT%{py_sitedir}/zope/interface/tests
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc CHANGES.txt src/zope/interface/{README,human}.txt
52%lang(ru) %doc src/zope/interface/{README,human}.ru.txt
53%dir %{py_sitedir}/zope
54%dir %{py_sitedir}/zope/interface
55%{py_sitedir}/zope/interface/*.cfg
56%{py_sitedir}/zope/interface/*.py[co]
57%attr(755,root,root) %{py_sitedir}/zope/interface/_zope_interface_coptimizations.so
58%{py_sitedir}/zope/interface/common
59%{py_sitedir}/zope.interface-*.egg-info
60%{py_sitedir}/zope.interface-*-nspkg.pth
This page took 0.069736 seconds and 4 git commands to generate.