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

Changed files:
    Zope-Testing.spec -> 1.6

Zope-Testing.spec

index 29e5decf5138c7e05db0412f8785f64a2e350bcc..88f92cf599c2b272481da75c4d15c369bc8c6b77 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Support for different testing frameworks
 Summary(pl.UTF-8):     Obsługa różnych szkieletów testowych
 Name:          Zope-Testing
 Version:       3.5.0
-Release:       1
+Release:       2
 License:       ZPL 2.1
 Group:         Libraries/Python
 Source0:       http://download.zope.org/distribution/zope.testing-%{version}.tar.gz
@@ -35,6 +35,7 @@ python ./setup.py build
 rm -rf $RPM_BUILD_ROOT
 
 python ./setup.py install \
+       --install-purelib=%{py_sitedir} \
        --optimize 2 \
        --root=$RPM_BUILD_ROOT
 
@@ -45,6 +46,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{py_sitescriptdir}/zope/testing
-%{py_sitescriptdir}/zope.testing-*.egg-info
-%{py_sitescriptdir}/zope.testing-*-nspkg.pth
+%{py_sitedir}/zope/testing
+%{py_sitedir}/zope.testing-*.egg-info
+%{py_sitedir}/zope.testing-*-nspkg.pth
This page took 0.102196 seconds and 5 git commands to generate.