]> git.pld-linux.org Git - packages/Zope-Event.git/commitdiff
- moved to py_sitedir
authorwrobell <wrobell@pld-linux.org>
Tue, 4 Mar 2008 22:20:24 +0000 (22:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 2

Changed files:
    Zope-Event.spec -> 1.4

Zope-Event.spec

index a2c5a8e96a233803ad2cb99bf2558474c25010ee..62fcac0729ed065026a8d70ce8f92a2459f5ae7b 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Simple event system
 Summary(pl.UTF-8):     Prosty system zdarzeƄ
 Name:          Zope-Event
 Version:       3.4.0
-Release:       1
+Release:       2
 License:       ZPL 2.1
 Group:         Libraries/Python
 Source0:       http://download.zope.org/distribution/zope.event-%{version}.tar.gz
@@ -42,6 +42,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 +53,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.078252 seconds and 5 git commands to generate.