Author: wrobell Date: Tue Mar 4 22:23:39 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - moved to py_sitedir - rel. 2
---- Files affected: SPECS: Zope-Testing.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/Zope-Testing.spec diff -u SPECS/Zope-Testing.spec:1.5 SPECS/Zope-Testing.spec:1.6 --- SPECS/Zope-Testing.spec:1.5 Sat Jan 5 00:27:31 2008 +++ SPECS/Zope-Testing.spec Tue Mar 4 23:23:33 2008 @@ -3,7 +3,7 @@ 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 @@ -36,6 +36,7 @@ rm -rf $RPM_BUILD_ROOT python ./setup.py install \ + --install-purelib=%{py_sitedir} \ --optimize 2 \ --root=$RPM_BUILD_ROOT @@ -46,9 +47,9 @@ %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 %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -56,6 +57,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2008-03-04 22:23:33 wrobell +- moved to py_sitedir +- rel. 2 + Revision 1.5 2008-01-04 23:27:31 qboosh - pl - python deps ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Zope-Testing.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
