rpms/libgnomekbd/devel libgnomekbd.spec,1.34,1.35

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sun Apr 6 20:28:33 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/libgnomekbd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21502

Modified Files:
	libgnomekbd.spec 
Log Message:
Split off a subpackage for the plugins capplet



Index: libgnomekbd.spec
===================================================================
RCS file: /cvs/extras/rpms/libgnomekbd/devel/libgnomekbd.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- libgnomekbd.spec	20 Mar 2008 17:14:19 -0000	1.34
+++ libgnomekbd.spec	6 Apr 2008 20:27:33 -0000	1.35
@@ -1,6 +1,6 @@
 Name:           libgnomekbd
 Version:       	2.22.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A keyboard configuration library
 
 Group:          System Environment/Libraries
@@ -48,6 +48,16 @@
 developing applications that use libgnomekbd.
 
 
+%package	capplet
+Summary:	A configuration applet to select libgnomekbd plugins
+Group:		User Interface/Desktops
+Requires:	%{name} = %{version}-%{release}
+
+%description	capplet
+The libgnomekbd-capplet package contains a configuration applet to
+select libgnomekbd plugins. These plugins can modify the appearance
+of the keyboard indicator applet.
+
 %prep
 %setup -q
 
@@ -105,8 +115,6 @@
 %doc AUTHORS COPYING.LIB
 %{_libdir}/*.so.*
 %{_sysconfdir}/gconf/schemas/*
-%{_bindir}/gkbd-indicator-plugins-capplet
-%{_datadir}/applications/gnome-gkbd-indicator-plugins-capplet.desktop
 %{_datadir}/libgnomekbd
 
 %files devel
@@ -115,8 +123,16 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 
+%files capplet
+%{_bindir}/gkbd-indicator-plugins-capplet
+%{_datadir}/applications/gnome-gkbd-indicator-plugins-capplet.desktop
+
 
 %changelog
+* Sun Apr  6 2008 Matthias Clasen <mclasen at redhat.com> - 2.22.0-2
+- Split the plugins capplet off into a subpackage, since we don't
+  have any plugins and don't want the capplet by default
+
 * Thu Mar 20 2008 Matthias Clasen <mclasen at redhat.com> - 2.22.0-1
 - Update to 2.22.0
 




More information about the fedora-extras-commits mailing list