]> git.pld-linux.org Git - packages/Zope-Event.git/blob - Zope-Event.spec
- based on Zope-Component.spec
[packages/Zope-Event.git] / Zope-Event.spec
1 Summary:        zope.event package used in Zope 3
2 Name:           Zope-Event
3 Version:        3.4.0
4 Release:        0.1
5 License:        ZPL 2.0
6 Group:          Development/Tools
7 Source0:        http://download.zope.org/distribution/zope.event-%{version}.tar.gz
8 # Source0-md5:  3a3d4bb9b6275149a05628262aba531f
9 BuildRequires:  python
10 BuildRequires:  python-devel
11 %pyrequires_eq  python-modules
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 zope.event package used in Zope 3.
16
17 %prep
18 %setup -q -n zope.event-%{version}
19
20 %build
21 python ./setup.py build
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25
26 python ./setup.py install \
27         --optimize 2 \
28         --root=$RPM_BUILD_ROOT
29
30 %{py_postclean}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %{py_sitescriptdir}/zope/event
38 %{py_sitescriptdir}/zope*egg*
39 %{py_sitescriptdir}/zope*pth
This page took 0.056586 seconds and 4 git commands to generate.