]> git.pld-linux.org Git - packages/Zope-Event.git/commitdiff
- based on Zope-Component.spec
authorwrobell <wrobell@pld-linux.org>
Mon, 10 Sep 2007 00:08:11 +0000 (00:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-Event.spec -> 1.1

Zope-Event.spec [new file with mode: 0644]

diff --git a/Zope-Event.spec b/Zope-Event.spec
new file mode 100644 (file)
index 0000000..6dada25
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       zope.event package used in Zope 3
+Name:          Zope-Event
+Version:       3.4.0
+Release:       0.1
+License:       ZPL 2.0
+Group:         Development/Tools
+Source0:       http://download.zope.org/distribution/zope.event-%{version}.tar.gz
+# Source0-md5: 3a3d4bb9b6275149a05628262aba531f
+BuildRequires: python
+BuildRequires: python-devel
+%pyrequires_eq python-modules
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+zope.event package used in Zope 3.
+
+%prep
+%setup -q -n zope.event-%{version}
+
+%build
+python ./setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python ./setup.py install \
+       --optimize 2 \
+       --root=$RPM_BUILD_ROOT
+
+%{py_postclean}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/zope/event
+%{py_sitescriptdir}/zope*egg*
+%{py_sitescriptdir}/zope*pth
This page took 0.055809 seconds and 5 git commands to generate.