SPECS: bzrtools.spec, bzr-gtk.spec - Release 2. bzr plugins must b...

matkor matkor at pld-linux.org
Thu Sep 27 14:06:11 CEST 2007


Author: matkor                       Date: Thu Sep 27 12:06:11 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Release 2. bzr plugins must be under dirname(bzrlib.__file__)/plugins

---- Files affected:
SPECS:
   bzrtools.spec (1.17 -> 1.18) , bzr-gtk.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/bzrtools.spec
diff -u SPECS/bzrtools.spec:1.17 SPECS/bzrtools.spec:1.18
--- SPECS/bzrtools.spec:1.17	Wed Sep 26 12:07:22 2007
+++ SPECS/bzrtools.spec	Thu Sep 27 14:06:06 2007
@@ -5,7 +5,7 @@
 Summary(pl.UTF-8):	Zbiór narzędzi i wtyczek dla programu Bazaar
 Name:		bzrtools
 Version:	%{ver}.%{minor}
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Development/Version Control
 Source0:	http://panoramicfeedback.com/opensource/%{name}-%{version}.tar.gz
@@ -61,6 +61,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install \
+	--install-purelib %{py_sitedir} \
 	--optimize=2 \
 	--root=$RPM_BUILD_ROOT
 
@@ -72,7 +73,7 @@
 %files
 %defattr(644,root,root,755)
 %doc NEWS NEWS.Shelf README README.Shelf TODO TODO.Shelf CREDITS
-%{py_sitescriptdir}/bzrlib/plugins/bzrtools
+%{py_sitedir}/bzrlib/plugins/bzrtools
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -80,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2007/09/27 12:06:06  matkor
+- Release 2. bzr plugins must be under dirname(bzrlib.__file__)/plugins
+
 Revision 1.17  2007/09/26 10:07:22  matkor
 - Version 0.91-1.
 

================================================================
Index: SPECS/bzr-gtk.spec
diff -u SPECS/bzr-gtk.spec:1.8 SPECS/bzr-gtk.spec:1.9
--- SPECS/bzr-gtk.spec:1.8	Wed Sep 26 12:30:23 2007
+++ SPECS/bzr-gtk.spec	Thu Sep 27 14:06:06 2007
@@ -5,7 +5,7 @@
 %define		ver	0.91
 %define		minor	0
 Version:	%{ver}.%{minor}
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Development/Version Control
 Source0:	https://launchpad.net/bzr-gtk/%{ver}/%{version}/+download/bzr-gtk-%{version}.tar.gz
@@ -47,6 +47,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install \
+	--install-purelib %{py_sitedir} \
 	--optimize=2 \
 	--root=$RPM_BUILD_ROOT
 
@@ -70,7 +71,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS README TODO
 %attr(755,root,root) %{_bindir}/*
-%{py_sitescriptdir}/*
+%{py_sitedir}/*
 %{_pixmapsdir}/*
 %{_desktopdir}/*.desktop
 %{_datadir}/olive
@@ -81,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2007/09/27 12:06:06  matkor
+- Release 2. bzr plugins must be under dirname(bzrlib.__file__)/plugins
+
 Revision 1.8  2007/09/26 10:30:23  matkor
 - Version 0.91-1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bzrtools.spec?r1=1.17&r2=1.18&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bzr-gtk.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list