]> git.pld-linux.org Git - packages/bzr.git/commitdiff
- Ac compatible auto/ti/bzr-1_15-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Jun 2009 18:32:36 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzr.spec -> 1.52

bzr.spec

index 1ae81763088e995deebe02866f5c6a2d3bcd1610..9ed1c0558d1e46b3a621380b89129d8a84d31616 100644 (file)
--- a/bzr.spec
+++ b/bzr.spec
@@ -8,7 +8,7 @@ Group:          Development/Version Control
 Source0:       https://launchpad.net/bzr/1.15/1.15final/+download/%{name}-%{version}.tar.gz
 # Source0-md5: 3309f74f1655d7971ca8cc3d4c9e9dfb
 URL:           http://bazaar-vcs.org/
-BuildRequires: python >= 1:2.5
+BuildRequires: python >= 1:2.4
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 %pyrequires_eq  python
@@ -83,7 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc doc/*.txt NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/bzr
 %{_mandir}/man1/bzr.1*
 %{py_sitedir}/bzrlib
+%if "%{py_ver}" > "2.4"
 %{py_sitedir}/*.egg-info
+%endif
This page took 0.15112 seconds and 4 git commands to generate.