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

Changed files:
    Zope-Deprecation.spec -> 1.5

Zope-Deprecation.spec

index 25a1d25175f5f420fdebf418a6ca05f1b6993ba3..959a0c1d05c681cadd204e9ca0b31ff40a1a4791 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Deprecation library for Python code
 Summary(pl.UTF-8):     Biblioteka odradzajÄ…ca dla kodu w Pythonie
 Name:          Zope-Deprecation
 Version:       3.4.0
-Release:       1
+Release:       2
 License:       ZPL 2.1
 Group:         Libraries/Python
 Source0:       http://download.zope.org/distribution/zope.deprecation-%{version}.tar.gz
@@ -33,6 +33,7 @@ python ./setup.py build
 rm -rf $RPM_BUILD_ROOT
 
 python ./setup.py install \
+       --install-purelib=%{py_sitedir} \
        --optimize 2 \
        --root=$RPM_BUILD_ROOT
 
@@ -43,6 +44,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{py_sitescriptdir}/zope/deprecation
-%{py_sitescriptdir}/zope.deprecation-*.egg-info
-%{py_sitescriptdir}/zope.deprecation-*-nspkg.pth
+%{py_sitedir}/zope/deprecation
+%{py_sitedir}/zope.deprecation-*.egg-info
+%{py_sitedir}/zope.deprecation-*-nspkg.pth
This page took 0.094455 seconds and 5 git commands to generate.