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