]> git.pld-linux.org Git - packages/python-zope.interface.git/blob - Zope-Interface.spec
- ver. 3.4.0
[packages/python-zope.interface.git] / Zope-Interface.spec
1 Summary:        zope.interface package used in Zope 3
2 Summary(pl.UTF-8):      Moduł interface używany w Zope 3
3 Name:           Zope-Interface
4 Version:        3.4.0
5 Release:        0.1
6 License:        ZPL 2.0
7 Group:          Development/Tools
8 Source0:        http://download.zope.org/distribution/zope.interface-%{version}.tar.gz
9 # Source0-md5:  0be9fd80b7bb6bee520e56eba7d29c90
10 URL:            http://www.zope.org/Products/ZopeInterface/
11 BuildRequires:  python
12 BuildRequires:  python-devel
13 %pyrequires_eq  python-modules
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 zope.interface package used in Zope 3.
18
19 %description -l pl.UTF-8
20 Moduł interface używany w Zope 3.
21
22 %prep
23 %setup -q -n zope.interface-%{version}
24
25 %build
26 python ./setup.py build
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 python ./setup.py install \
32         --optimize 2 \
33         --root=$RPM_BUILD_ROOT
34
35 %{py_postclean}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README.txt
43 %{py_sitedir}/zope/interface
44 %{py_sitedir}/zope*egg*
45 %{py_sitedir}/zope*pth
This page took 0.050862 seconds and 4 git commands to generate.