summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2007-11-13 16:28:39 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2007-11-13 16:28:39 +0000
commit91cb582e2c7435a4f52854fa21494610e930d5e1 (patch)
tree4434222b1e67992bc2409443634d9ed64666a393
parent7f7a96bce3f1081f9e7473817c3981ea51c42e1a (diff)
downloadgnome-panel-91cb582e2c7435a4f52854fa21494610e930d5e1.tar.gz
gnome-panel-91cb582e2c7435a4f52854fa21494610e930d5e1.tar.xz
gnome-panel-91cb582e2c7435a4f52854fa21494610e930d5e1.zip
Split off a libs subpackage to break a cyclic dependency
-rw-r--r--gnome-panel.spec21
1 files changed, 17 insertions, 4 deletions
diff --git a/gnome-panel.spec b/gnome-panel.spec
index d7550c2..6b180f5 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -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 @@ Conflicts: gnome-power-manager < 2.15.3
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 @@ fi
%{_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 @@ fi
%{_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 @@ fi
%{_datadir}/gtk-doc/html/*
%changelog
+* Tue Nov 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-5
+- Split off a libs subpackage to break a cyclic dependency
+
* Mon Oct 29 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-4
- Intlclock: make default units work correctly