Author: qboosh Date: Sun Jan 6 15:02:33 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - BR: rpm-pythonprov - _datadir macro
---- Files affected: SPECS: bzr.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/bzr.spec diff -u SPECS/bzr.spec:1.31 SPECS/bzr.spec:1.32 --- SPECS/bzr.spec:1.31 Fri Dec 14 17:13:10 2007 +++ SPECS/bzr.spec Sun Jan 6 16:02:28 2008 @@ -10,6 +10,7 @@ # Source0-md5: b71c7920a157bb508284ad77abcedf94 URL: http://bazaar-vcs.org/ BuildRequires: python >= 1:2.4 +BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python Requires: python-cElementTree @@ -67,9 +68,10 @@ %install rm -rf $RPM_BUILD_ROOT + %{__python} setup.py install \ --optimize=2 \ - --install-data /usr/share \ + --install-data %{_datadir} \ --root=$RPM_BUILD_ROOT %py_postclean @@ -90,6 +92,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2008-01-06 15:02:28 qboosh +- BR: rpm-pythonprov +- _datadir macro + Revision 1.31 2007-12-14 16:13:10 matkor - Version 1.0-1. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bzr.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
