From 9e9c66eddcd9dfc670be2126acaffb71b4108893 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Feb 2007 19:14:40 +0000 Subject: [PATCH] Split out a -gtk subpackage --- GConf2.spec | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/GConf2.spec b/GConf2.spec index f02fd76..5fc5b27 100644 --- a/GConf2.spec +++ b/GConf2.spec @@ -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 - 2.16.0-6 +- Split off a -gtk subpackage to reduce dependencies + * Sat Feb 3 2007 Matthias Clasen - 2.16.0-5 - Minor cleanups from package review