SPECS: bzr.spec - Version 0.90-1. Use --install-data switch instea...

matkor matkor at pld-linux.org
Sun Sep 2 13:45:38 CEST 2007


Author: matkor                       Date: Sun Sep  2 11:45:38 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Version 0.90-1. Use --install-data switch instead of patch.

---- Files affected:
SPECS:
   bzr.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/bzr.spec
diff -u SPECS/bzr.spec:1.27 SPECS/bzr.spec:1.28
--- SPECS/bzr.spec:1.27	Wed Jul 18 20:13:06 2007
+++ SPECS/bzr.spec	Sun Sep  2 13:45:33 2007
@@ -2,13 +2,12 @@
 Summary:	Bazaar - a distributed revision control system
 Summary(pl.UTF-8):	Bazaar - rozproszony system kontroli wersji
 Name:		bzr
-Version:	0.18
-Release:	2
+Version:	0.90
+Release:	1
 License:	GPL v2
 Group:		Development/Version Control
 Source0:	http://bazaar-vcs.org/releases/src/%{name}-%{version}.tar.gz
-# Source0-md5:	c58efdf1967d9f00f8199f30e2fed63f
-Patch0:		%{name}-FHS.patch
+# Source0-md5:	596020e249604418e5ab8bde1d512472
 URL:		http://bazaar-vcs.org/
 BuildRequires:	python >= 1:2.4
 BuildRequires:	rpmbuild(macros) >= 1.219
@@ -63,7 +62,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -72,6 +70,7 @@
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install \
 	--optimize=2 \
+	--install-data /usr/share \
 	--root=$RPM_BUILD_ROOT
 
 %py_postclean
@@ -84,7 +83,7 @@
 %doc doc/*.txt NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/bzr.1*
-%{py_sitescriptdir}/bzrlib
+%{py_sitedir}/bzrlib
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -92,6 +91,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2007/09/02 11:45:33  matkor
+- Version 0.90-1. Use --install-data switch instead of patch.
+
 Revision 1.27  2007/07/18 18:13:06  qboosh
 - typo, sorted Rs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bzr.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list