rpms/bzr-gtk/F-7 .cvsignore, 1.9, 1.10 bzr-gtk.spec, 1.10, 1.11 sources, 1.9, 1.10

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Fri Dec 14 06:21:28 UTC 2007


Author: toshio

Update of /cvs/pkgs/rpms/bzr-gtk/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27836/F-7

Modified Files:
	.cvsignore bzr-gtk.spec sources 
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.

* Tue Dec 11 2007 Toshio Kuratomi <a.badger at gmail.com> 0.93-1
- Update to bzr-1.0 compatible package.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bzr-gtk/F-7/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	27 Sep 2007 00:46:36 -0000	1.9
+++ .cvsignore	14 Dec 2007 06:20:48 -0000	1.10
@@ -1 +1 @@
-bzr-gtk-0.91.0.tar.gz
+bzr-gtk-0.93.0.tar.gz


Index: bzr-gtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr-gtk/F-7/bzr-gtk.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bzr-gtk.spec	27 Sep 2007 00:46:36 -0000	1.10
+++ bzr-gtk.spec	14 Dec 2007 06:20:48 -0000	1.11
@@ -7,14 +7,14 @@
 %define debug_package %{nil}
 
 Name:           bzr-gtk
-Version:        0.91.0
+Version:        0.93.0
 Release:        2%{?dist}
 Summary:        Bazaar plugin for GTK+ interfaces to most Bazaar operations
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://bazaar-vcs.org/bzr-gtk
-Source0:        https://launchpad.net/bzr-gtk/0.91/%{version}/+download/bzr-gtk-%{version}.tar.gz
+Source0:        https://launchpad.net/bzr-gtk/0.93/%{version}/+download/bzr-gtk-%{version}.tar.gz
 # We can't use the notifier functionality without a bzr-dbus-package.
 Patch0:         bzr-gtk-disable-notifier.patch
 # Fix some bugs in the nautilus integration.  Submitted upstream
@@ -29,7 +29,7 @@
 BuildRequires:  python-devel
 BuildRequires:  bzr
 BuildRequires:  gettext
-Requires:       bzr >= 0.18
+Requires:       bzr >= 1.0
 # This enables the commit-notify functionality but it's not packaged for
 # Fedora yet.
 #Requires:       bzr-dbus
@@ -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/
@@ -94,8 +93,11 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING README
-%{python_sitearch}/bzrlib/plugins/gtk/
 %{_datadir}/applications/bazaar-properties.desktop
+%{python_sitearch}/bzrlib/plugins/gtk/
+%if 0%{?fedora} > 8
+%{python_sitearch}/*.egg-info
+%endif
 
 #%files -n olive -f olive.lang
 %files -n olive
@@ -110,6 +112,12 @@
 %{_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.
+
 * 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bzr-gtk/F-7/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	27 Sep 2007 00:46:36 -0000	1.9
+++ sources	14 Dec 2007 06:20:48 -0000	1.10
@@ -1 +1 @@
-3b5d9c517494988a83d7ccaae8a18e2f  bzr-gtk-0.91.0.tar.gz
+de4951911d7e39d88916d276177476f3  bzr-gtk-0.93.0.tar.gz




More information about the fedora-extras-commits mailing list