Split out a -gtk subpackage

epel9
Matthias Clasen 18 years ago
parent f379f8dcbf
commit 9e9c66eddc

@ -5,7 +5,7 @@
Summary: A process-transparent configuration system
Name: GConf2
Version: 2.16.0
Release: 5%{?dist}
Release: 6%{?dist}
License: LGPL
Group: System Environment/Base
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
@ -49,6 +49,15 @@ Requires: pkgconfig
GConf development package. Contains files needed for doing
development using GConf.
%package gtk
Summary: Graphical GConf utilities
Group: System Environment/Base
Requires: %{name} = %{version}-%{release}
%description gtk
The GConf2-gtk package contains graphical GConf utilities
which require GTK+.
%prep
%setup -q -n GConf-%{version}
%patch0 -p1 -b .reload
@ -93,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_sysconfdir}/gconf/gconf.xml.mandatory
%dir %{_sysconfdir}/gconf/schemas
%{_bindir}/*
%{_libexecdir}/*
%{_libexecdir}/gconfd-2
%{_libdir}/*.so.*
%{_libdir}/GConf/2/*.so
%{_datadir}/sgml
@ -102,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_libdir}/GConf
%dir %{_libdir}/GConf/2
%files gtk
%{_libexecdir}/gconf-sanity-check-2
%files devel
%defattr(-, root, root)
%{_libdir}/*.so
@ -111,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*
%changelog
* Mon Feb 5 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-6
- Split off a -gtk subpackage to reduce dependencies
* Sat Feb 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-5
- Minor cleanups from package review

Loading…
Cancel
Save