]> git.pld-linux.org Git - packages/bzr-svn.git/commitdiff
- don't own dirs belonging to bzr (BTW: are tests needed in package?)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Aug 2007 16:32:25 +0000 (16:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzr-svn.spec -> 1.3

bzr-svn.spec

index 5da3a3899c82379814ffb702479e1237173ee14c..8201369d976f2906f18f0af4f8ba284432f1cd4d 100644 (file)
@@ -3,12 +3,12 @@ Summary(pl.UTF-8):    Wtyczka do Bazaar-NG umożliwiająca dostęp do repozytorium
 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
@@ -45,4 +45,8 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.135165 seconds and 4 git commands to generate.