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

Changed files:
    Zope-Component.spec -> 1.6

Zope-Component.spec

index c1e1dd03e255eea265bf71b8070f038013e032a4..dc508a9ab83aa9a8f133c0e5e2c76e058e027fb1 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Core of the Zope Component Architecture
 Summary(pl.UTF-8):     RdzeƄ Zope Component Architecture
 Name:          Zope-Component
 Version:       3.4
-Release:       0.%{snap}.1
+Release:       0.%{snap}.2
 License:       ZPL 2.1
 Group:         Libraries/Python
 Source0:       http://download.zope.org/distribution/zope.component-%{version}dev-%{snap}.tar.gz
@@ -19,7 +19,6 @@ Requires:     Zope-Event
 Requires:      Zope-Interface
 Requires:      Zope-Proxy
 Requires:      Zope-Testing
-BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -38,6 +37,7 @@ python ./setup.py build
 rm -rf $RPM_BUILD_ROOT
 
 python ./setup.py install \
+       --install-purelib=%{py_sitedir} \
        --optimize 2 \
        --root=$RPM_BUILD_ROOT
 
@@ -48,6 +48,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{py_sitescriptdir}/zope/component
-%{py_sitescriptdir}/zope.component-*.egg-info
-%{py_sitescriptdir}/zope.component-*-nspkg.pth
+%{py_sitedir}/zope/component
+%{py_sitedir}/zope.component-*.egg-info
+%{py_sitedir}/zope.component-*-nspkg.pth
This page took 0.030066 seconds and 5 git commands to generate.