Split off a subpackage for the plugins capplet
This commit is contained in:
parent
33f86bc77b
commit
ff8b0df799
@ -1,6 +1,6 @@
|
|||||||
Name: libgnomekbd
|
Name: libgnomekbd
|
||||||
Version: 2.22.0
|
Version: 2.22.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A keyboard configuration library
|
Summary: A keyboard configuration library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -48,6 +48,16 @@ The libgnomekbd-devel package contains libraries and header files for
|
|||||||
developing applications that use libgnomekbd.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -105,8 +115,6 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
|||||||
%doc AUTHORS COPYING.LIB
|
%doc AUTHORS COPYING.LIB
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_sysconfdir}/gconf/schemas/*
|
%{_sysconfdir}/gconf/schemas/*
|
||||||
%{_bindir}/gkbd-indicator-plugins-capplet
|
|
||||||
%{_datadir}/applications/gnome-gkbd-indicator-plugins-capplet.desktop
|
|
||||||
%{_datadir}/libgnomekbd
|
%{_datadir}/libgnomekbd
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -115,8 +123,16 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
|
%files capplet
|
||||||
|
%{_bindir}/gkbd-indicator-plugins-capplet
|
||||||
|
%{_datadir}/applications/gnome-gkbd-indicator-plugins-capplet.desktop
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 6 2008 Matthias Clasen <mclasen@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@redhat.com> - 2.22.0-1
|
* Thu Mar 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
||||||
- Update to 2.22.0
|
- Update to 2.22.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user