rpms/gnome-panel/devel gnome-panel.spec,1.237,1.238

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Tue Nov 13 16:29:13 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/gnome-panel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv667

Modified Files:
	gnome-panel.spec 
Log Message:
Split off a libs subpackage to break a cyclic dependency



Index: gnome-panel.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-panel/devel/gnome-panel.spec,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- gnome-panel.spec	29 Oct 2007 16:55:28 -0000	1.237
+++ gnome-panel.spec	13 Nov 2007 16:28:39 -0000	1.238
@@ -22,7 +22,7 @@
 Summary: GNOME panel
 Name: gnome-panel
 Version: 2.20.1
-Release: 4%{?dist} 
+Release: 5%{?dist} 
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-panel/2.20/%{name}-%{version}.tar.bz2
 # we are upstream for this
@@ -126,11 +126,20 @@
 The GNOME panel provides the window list, workspace switcher, menus, and other 
 features for the GNOME desktop.
 
+%package libs
+Summary Libraries for Panel Applets
+License: LGPLv2+
+Group: Development/Libraries
+
+%description devel
+This package contains the libpanel-applet library that
+is needed by Panel Applets. 
+
 %package devel
 Summary: Headers and libraries for Panel Applet development
 License: LGPLv2+
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-libs = %{version}-%{release}
 Requires: gtk2-devel >= %{gtk2_version}
 Requires: libbonoboui-devel >= %{libbonoboui_version}
 Requires: libgnomeui-devel >= %{libgnomeui_version}
@@ -355,8 +364,6 @@
 %{_libdir}/bonobo/servers/*.server
 %{_sysconfdir}/gconf/schemas/*.schemas
 %{_sysconfdir}/gconf/schemas/*.entries
-# LGPL
-%{_libdir}/*.so.*
 
 # intlclock files
 %{_sysconfdir}/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf
@@ -369,6 +376,9 @@
 %{_sysconfdir}/gconf/schemas/intlclock.schemas
 %{_libdir}/bonobo/servers/GNOME_IntlClockApplet_Factory.server
 
+%files libs
+%{_libdir}/*.so.*
+
 %files devel
 %defattr(-, root, root)
 %{_libdir}/pkgconfig/*
@@ -377,6 +387,9 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Tue Nov 13 2007 Matthias Clasen <mclasen at redhat.com> - 2.20.1-5
+- Split off a libs subpackage to break a cyclic dependency
+
 * Mon Oct 29 2007 Matthias Clasen <mclasen at redhat.com> - 2.20.1-4
 - Intlclock: make default units work correctly
 




More information about the fedora-extras-commits mailing list