rpms/GConf2/devel GConf2.spec,1.55,1.56

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 5 19:14:42 UTC 2007


Author: mclasen

Update of /cvs/dist/rpms/GConf2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18018

Modified Files:
	GConf2.spec 
Log Message:
Split out a -gtk subpackage



Index: GConf2.spec
===================================================================
RCS file: /cvs/dist/rpms/GConf2/devel/GConf2.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- GConf2.spec	4 Feb 2007 00:57:23 -0000	1.55
+++ GConf2.spec	5 Feb 2007 19:14:40 -0000	1.56
@@ -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 @@
 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 @@
 %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 @@
 %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 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon Feb  5 2007 Matthias Clasen <mclasen at redhat.com> - 2.16.0-6
+- Split off a -gtk subpackage to reduce dependencies
+
 * Sat Feb  3 2007 Matthias Clasen <mclasen at redhat.com> - 2.16.0-5
 - Minor cleanups from package review
 




More information about the fedora-cvs-commits mailing list