SPECS: bzr.spec - new urls, cosmetics, package manual
glen
glen at pld-linux.org
Sun Jun 18 00:10:57 CEST 2006
Author: glen Date: Sat Jun 17 22:10:57 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new urls, cosmetics, package manual
---- Files affected:
SPECS:
bzr.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/bzr.spec
diff -u SPECS/bzr.spec:1.6 SPECS/bzr.spec:1.7
--- SPECS/bzr.spec:1.6 Sat Jun 17 23:48:31 2006
+++ SPECS/bzr.spec Sun Jun 18 00:10:51 2006
@@ -6,10 +6,12 @@
Release: 1
License: GPL v2
Group: Development/Version Control
-Source0: http://www.bazaar-ng.org/pkg/%{name}-%{version}.tar.gz
+Source0: http://bazaar-vcs.org/pkg/%{name}-%{version}.tar.gz
# Source0-md5: 9bcfcc2a60156a5a74e247846ebe7473
-URL: http://www.bazaar-ng.org/
+Patch0: %{name}-FHS.patch
+URL: http://bazaar-vcs.org/
BuildRequires: python
+BuildRequires: rpmbuild(macros) >= 1.219
%pyrequires_eq python
Requires: diffutils
Requires: patch
@@ -71,17 +73,17 @@
%prep
%setup -q
+%patch0 -p1
%build
python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
-
python setup.py install --optimize=2 \
--root=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -type f -name "*.py" | xargs rm
+%py_postclean
%clean
rm -rf $RPM_BUILD_ROOT
@@ -90,6 +92,7 @@
%defattr(644,root,root,755)
%doc doc/*.txt HACKING NEWS README TODO
%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/bzr.1*
%{py_sitescriptdir}/bzrlib
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -98,6 +101,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/06/17 22:10:51 glen
+- new urls, cosmetics, package manual
+
Revision 1.6 2006/06/17 21:48:31 aredridel
- 0.8.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bzr.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list