]> git.pld-linux.org Git - packages/Zope-Event.git/blobdiff - Zope-Event.spec
- updated to 3.4.1
[packages/Zope-Event.git] / Zope-Event.spec
index a2c5a8e96a233803ad2cb99bf2558474c25010ee..7daa65398dad0ebe9e23a15e35d8871ee6e3e917 100644 (file)
@@ -1,19 +1,18 @@
 Summary:       Simple event system
 Summary(pl.UTF-8):     Prosty system zdarzeƄ
 Name:          Zope-Event
-Version:       3.4.0
+Version:       3.4.1
 Release:       1
 License:       ZPL 2.1
 Group:         Libraries/Python
-Source0:       http://download.zope.org/distribution/zope.event-%{version}.tar.gz
-# Source0-md5: 3a3d4bb9b6275149a05628262aba531f
+Source0:       http://pypi.python.org/packages/source/z/zope.event/zope.event-%{version}.tar.gz
+# Source0-md5: dedf8ec89b7852745accbee4aa5110e2
 URL:           http://www.zope.org/
 BuildRequires: python >= 1:2.5
 BuildRequires: python-devel >= 1:2.5
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 %pyrequires_eq python-modules
-BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,6 +41,7 @@ python ./setup.py build
 rm -rf $RPM_BUILD_ROOT
 
 python ./setup.py install \
+       --install-purelib=%{py_sitedir} \
        --optimize 2 \
        --root=$RPM_BUILD_ROOT
 
@@ -52,6 +52,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{py_sitescriptdir}/zope/event
-%{py_sitescriptdir}/zope.event-*.egg-info
-%{py_sitescriptdir}/zope.event-*-nspkg.pth
+%{py_sitedir}/zope/event
+%{py_sitedir}/zope.event-*.egg-info
+%{py_sitedir}/zope.event-*-nspkg.pth
This page took 0.062351 seconds and 5 git commands to generate.