Author: qboosh Date: Fri Aug 3 16:32:30 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - don't own dirs belonging to bzr (BTW: are tests needed in package?)
---- Files affected: SPECS: bzr-svn.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/bzr-svn.spec diff -u SPECS/bzr-svn.spec:1.2 SPECS/bzr-svn.spec:1.3 --- SPECS/bzr-svn.spec:1.2 Fri Aug 3 18:22:56 2007 +++ SPECS/bzr-svn.spec Fri Aug 3 18:32:25 2007 @@ -4,12 +4,12 @@ Name: bzr-svn Version: 0.3.5 Release: 1 -License: GPL v2 +License: GPL v2+ Group: Development/Version Control Source0: http://samba.org/~jelmer/bzr/%{name}-%{version}.tar.gz # Source0-md5: 78ed3f127c578c2810e38d8373a29ca0 URL: http://bazaar-vcs.org/BzrForeignBranches/Subversion -BuildRequires: python >= 1:2.4 +BuildRequires: python >= 1:2.5 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-libs @@ -46,7 +46,11 @@ %files %defattr(644,root,root,755) %doc AUTHORS NEWS README TODO -%{py_sitescriptdir}/* +%dir %{py_sitescriptdir}/bzrlib/plugins/svn +%{py_sitescriptdir}/bzrlib/plugins/svn/*.py[co] +%dir %{py_sitescriptdir}/bzrlib/plugins/svn/tests +%{py_sitescriptdir}/bzrlib/plugins/svn/tests/*.py[co] +%{py_sitescriptdir}/bzr_svn-*.egg-info %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -54,6 +58,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/08/03 16:32:25 qboosh +- don't own dirs belonging to bzr (BTW: are tests needed in package?) + Revision 1.2 2007/08/03 16:22:56 qboosh - BR: rpm-pythonprov - require python-libs not python ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bzr-svn.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
