rpms/bzr-gtk/devel bzr-gtk.spec,1.36,1.37

Toshio くらとみ toshio at fedoraproject.org
Thu Sep 25 23:33:18 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/bzr-gtk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2511

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/devel/bzr-gtk.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- bzr-gtk.spec	4 Sep 2008 03:52:03 -0000	1.36
+++ bzr-gtk.spec	25 Sep 2008 23:32:48 -0000	1.37
@@ -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