rpms/bzr-gtk/devel bzr-gtk.spec,1.24,1.25

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Wed May 7 07:17:27 UTC 2008


Author: toshio

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

Modified Files:
	bzr-gtk.spec 
Log Message:
Sync with changes from EPEL branch.



Index: bzr-gtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr-gtk/devel/bzr-gtk.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- bzr-gtk.spec	7 May 2008 07:00:51 -0000	1.24
+++ bzr-gtk.spec	7 May 2008 07:16:46 -0000	1.25
@@ -42,6 +42,8 @@
 bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most
 Bazaar operations.
 
+%if 0%{?fedora}
+# nautilus-python is not present in EPEL at this time.
 %package -n nautilus-bzr
 Summary: Nautilus plugin for the bazaar revision control system
 Group: User Interface/Desktops
@@ -52,6 +54,7 @@
 nautilus-bzr is an extension for Nautilus, the GNOME file manager.  It
 allows you to perform some revision control commands on Bazaar Working Trees
 from within Nautilus.
+%endif
 
 %prep
 %setup -q
@@ -99,8 +102,14 @@
 %{python_sitearch}/*.egg-info
 %endif
 
+%if 0%{?fedora}
+# If building for fedora, create the nautilus-bzr subpackage.  If building for
+# RHEL, exclude the files.
 %files -n nautilus-bzr
 %{_libdir}/nautilus/extensions-1.0/python/*
+%else
+%exclude %{_libdir}/nautilus/extensions-1.0/python/*
+%endif
 
 %changelog
 * Mon May 5 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.94-1
@@ -111,6 +120,10 @@
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.93.0-3
 - Autorebuild for GCC 4.3
 
+* Thu Jan 17 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.93.0-3
+- Exclude nautilus-bzr when building for RHEL as nautilus-python is not
+  available there.
+
 * Tue Dec 11 2007 Toshio Kuratomi <a.badger at gmail.com> 0.93-2
 - Move the egg-info into sitearch along with the module.
 




More information about the fedora-extras-commits mailing list