rpms/bzr-gtk/F-8 .cvsignore, 1.11, 1.12 bzr-gtk.spec, 1.13, 1.14 sources, 1.11, 1.12

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


Author: toshio

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

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-8/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	26 Sep 2007 21:25:04 -0000	1.11
+++ .cvsignore	14 Dec 2007 06:20:58 -0000	1.12
@@ -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-8/bzr-gtk.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- bzr-gtk.spec	26 Sep 2007 21:52:31 -0000	1.13
+++ bzr-gtk.spec	14 Dec 2007 06:20:59 -0000	1.14
@@ -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-8/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	26 Sep 2007 21:25:04 -0000	1.11
+++ sources	14 Dec 2007 06:20:59 -0000	1.12
@@ -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