]> git.pld-linux.org Git - packages/python-zope.interface.git/blob - Zope-Interface.spec
- rel 4
[packages/python-zope.interface.git] / Zope-Interface.spec
1 Summary:        zope.interface package used in Zope 3
2 Summary(pl):    Modu³ interface u¿ywany w Zope 3
3 Name:           ZopeInterface
4 Version:        3.0.1
5 Release:        4
6 License:        ZPL 2.0
7 Group:          Development/Tools
8 Source0:        http://www.zope.org/Products/ZopeInterface/%{version}final/%{name}-%{version}.tgz
9 # Source0-md5:  114f302c2b132d43ad4e01d108b4d192
10 Patch0:         %{name}-build.patch
11 URL:            http://www.zope.org/Products/ZopeInterface/
12 BuildRequires:  python
13 BuildRequires:  python-devel
14 %pyrequires_eq  python-modules
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 zope.interface package used in Zope 3.
19
20 %description -l pl
21 Modu³ interface u¿ywany w Zope 3.
22
23 %prep
24 %setup -q
25 %patch0 -p1
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_comp $RPM_BUILD_ROOT%{py_sitedir}/zope
38 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/zope
39
40 find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
41 rm -rf $RPM_BUILD_ROOT%{py_sitedir}/zope/README.txt
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README.txt
49 %{py_sitedir}/zope/*.cfg
50 %dir %{py_sitedir}/zope
51 %{py_sitedir}/zope/*.py[co]
52 %dir %{py_sitedir}/zope/interface
53 %{py_sitedir}/zope/interface/*.py[co]
54 %{py_sitedir}/zope/interface/*.cfg
55 %{py_sitedir}/zope/interface/*.so
56 %{py_sitedir}/zope/interface/*.txt
57 %dir %{py_sitedir}/zope/interface/common
58 %{py_sitedir}/zope/interface/common/*.py[co]
59 %dir %{py_sitedir}/zope/interface/common/tests
60 %{py_sitedir}/zope/interface/common/tests/*.py[co]
61 %dir %{py_sitedir}/zope/interface/tests
62 %{py_sitedir}/zope/interface/tests/*.py[co]
63 %{py_sitedir}/zope/interface/tests/*.txt
64 %dir %{py_sitedir}/zope/testing
65 %{py_sitedir}/zope/testing/*.py[co]
This page took 0.066792 seconds and 3 git commands to generate.