]> git.pld-linux.org Git - packages/python-zope.interface.git/blob - Zope-Interface.spec
- group fixed again :/
[packages/python-zope.interface.git] / Zope-Interface.spec
1 Summary:        Python 'interface' concept implementation
2 Summary(pl.UTF-8):      Implementacja interfejsów dla języka Python
3 Name:           Zope-Interface
4 Version:        3.4.0
5 Release:        1
6 License:        ZPL 2.1
7 Group:          Libraries/Python
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 Provides:               ZopeInterface
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Python 'interface' concept implementation.
19
20 %description -l pl.UTF-8
21 Implementacja interfejsów (abstrakcyjnych reprezentacji klas) dla języka
22 Python.
23
24 %prep
25 %setup -q -n zope.interface-%{version}
26
27 %build
28 python ./setup.py build
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 python ./setup.py install \
34         --optimize 2 \
35         --root=$RPM_BUILD_ROOT
36
37 %{py_postclean}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README.txt
45 %{py_sitedir}/zope/interface
46 %{py_sitedir}/zope*egg*
47 %{py_sitedir}/zope*pth
This page took 0.074056 seconds and 4 git commands to generate.