rpms/bzr-gtk/F-9 bzr-gtk.spec,1.22,1.23

Toshio くらとみ toshio at fedoraproject.org
Fri Sep 26 00:08:39 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/bzr-gtk/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8900

Modified Files:
	bzr-gtk.spec 
Log Message:

* Thu Sep 25 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.95.0-2
- Update for fixed nautilus-python package.



Index: bzr-gtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr-gtk/F-9/bzr-gtk.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- bzr-gtk.spec	4 Sep 2008 03:55:35 -0000	1.22
+++ bzr-gtk.spec	26 Sep 2008 00:08:09 -0000	1.23
@@ -8,7 +8,7 @@
 
 Name:           bzr-gtk
 Version:        0.95.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Bazaar plugin for GTK+ interfaces to most Bazaar operations
 
 Group:          Development/Tools
@@ -51,7 +51,11 @@
 Summary: Nautilus plugin for the bazaar revision control system
 Group: User Interface/Desktops
 Requires: %{name} = %{version}-%{release}
+%if 0%{?fedora} >= 9
+Requires:       nautilus-python >= 0.5.0
+%else
 Requires:       nautilus-python >= 0.4.3-4
+%endif
 
 %description -n nautilus-bzr
 nautilus-bzr is an extension for Nautilus, the GNOME file manager.  It
@@ -113,10 +117,17 @@
 # RHEL, exclude the files.
 %files -n nautilus-bzr
 %defattr(-,root,root,-)
+%if 0%{?fedora} >= 9
+%{_libdir}/nautilus/extensions-2.0/python/*
+%else
 %{_libdir}/nautilus/extensions-1.0/python/*
 %endif
+%endif
 
 %changelog
+* Thu Sep 25 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.95.0-2
+- Update for fixed nautilus-python package.
+
 * Wed Sep 3 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.95.0-1
 - New Upstream release for use with bzr >= 1.6.
 




More information about the fedora-extras-commits mailing list