rpms/bzr-gtk/devel bzr-gtk.spec,1.12,1.13

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Wed Sep 26 21:53:04 UTC 2007


Author: toshio

Update of /cvs/pkgs/rpms/bzr-gtk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14207

Modified Files:
	bzr-gtk.spec 
Log Message:
* Wed Sep 26 2007 Toshio Kuratomi <a.badger at gmail.com> 0.91.0-2
- Olive must be moved to an arch specific directory as well for now.
  If rpm could have noarch subpackages, this would be fine to leave in
  python_sitelib.



Index: bzr-gtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr-gtk/devel/bzr-gtk.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bzr-gtk.spec	26 Sep 2007 21:25:04 -0000	1.12
+++ bzr-gtk.spec	26 Sep 2007 21:52:31 -0000	1.13
@@ -8,7 +8,7 @@
 
 Name:           bzr-gtk
 Version:        0.91.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Bazaar plugin for GTK+ interfaces to most Bazaar operations
 
 Group:          Development/Tools
@@ -75,6 +75,7 @@
 if test "%{python_sitelib}" != "%{python_sitearch}" ; then
     install -d -m 0755 $RPM_BUILD_ROOT%{python_sitearch}/bzrlib/plugins/
     mv $RPM_BUILD_ROOT%{python_sitelib}/bzrlib/plugins/gtk $RPM_BUILD_ROOT%{python_sitearch}/bzrlib/plugins
+    mv $RPM_BUILD_ROOT%{python_sitelib}/olive $RPM_BUILD_ROOT%{python_sitearch}
 fi
 
 install -d -m 0755 $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/python/
@@ -109,6 +110,11 @@
 %{_libdir}/nautilus/extensions-1.0/python/*
 
 %changelog
+* Wed Sep 26 2007 Toshio Kuratomi <a.badger at gmail.com> 0.91.0-2
+- Olive must be moved to an arch specific directory as well for now.
+  If rpm could have noarch subpackages, this would be fine to leave in
+  python_sitelib.
+
 * Wed Sep 26 2007 Toshio Kuratomi <a.badger at gmail.com> 0.91.0-1
 - Update to 0.91.0.
 




More information about the fedora-extras-commits mailing list