rpms/bzr-gtk/devel bzr-gtk.spec,1.14,1.15

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Tue Dec 11 21:59:39 UTC 2007


Author: toshio

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

Modified Files:
	bzr-gtk.spec 
Log Message:

* Tue Dec 11 2007 Toshio Kuratomi <a.badger at gmail.com> 0.93-2
- Move the egg-info into sitearch along with the module.



Index: bzr-gtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr-gtk/devel/bzr-gtk.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- bzr-gtk.spec	11 Dec 2007 21:32:55 -0000	1.14
+++ bzr-gtk.spec	11 Dec 2007 21:59:00 -0000	1.15
@@ -8,7 +8,7 @@
 
 Name:           bzr-gtk
 Version:        0.93.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Bazaar plugin for GTK+ interfaces to most Bazaar operations
 
 Group:          Development/Tools
@@ -73,9 +73,8 @@
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 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}
+    install -d -m 0755 $RPM_BUILD_ROOT%{python_sitearch}
+    mv $RPM_BUILD_ROOT%{python_sitelib}/* $RPM_BUILD_ROOT%{python_sitearch}/
 fi
 
 install -d -m 0755 $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/python/
@@ -113,6 +112,9 @@
 %{_libdir}/nautilus/extensions-1.0/python/*
 
 %changelog
+* Tue Dec 11 2007 Toshio Kuratomi <a.badger at gmail.com> 0.93-2
+- Move the egg-info into sitearch along with the module.
+
 * Tue Dec 11 2007 Toshio Kuratomi <a.badger at gmail.com> 0.93-1
 - Update to bzr-1.0 compatible package.
 




More information about the fedora-extras-commits mailing list