diff --git a/GConf2.spec b/GConf2.spec index 3b1d6c3..1427aaa 100644 --- a/GConf2.spec +++ b/GConf2.spec @@ -23,7 +23,6 @@ Patch1: workaround-crash.patch BuildRequires: libxml2-devel >= %{libxml2_version} BuildRequires: libxslt-devel BuildRequires: glib2-devel >= %{glib2_version} -BuildRequires: gtk3-devel >= 3.0.0 BuildRequires: gtk-doc >= 0.9 BuildRequires: pkgconfig >= 0.14 BuildRequires: gettext @@ -37,6 +36,9 @@ Requires: dbus Requires: /usr/bin/killall Conflicts: GConf2-dbus +Provides: GConf2-gtk = 3.2.6-1 +Obsoletes: GConf2-gtk < 3.2.6-1 + %description GConf is a process-transparent configuration database API used to store user preferences. It has pluggable backends and features to @@ -58,15 +60,6 @@ Conflicts: GConf2-dbus-devel 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 .gettext @@ -148,9 +141,6 @@ fi %{_libdir}/gio/modules/libgsettingsgconfbackend.so %{_libdir}/girepository-1.0 -%files gtk -%{_libexecdir}/gconf-sanity-check-2 - %files devel %{_libdir}/*.so %{_includedir}/gconf @@ -164,6 +154,7 @@ fi %changelog * Mon Jan 21 2013 Matthias Clasen 3.2.6-1 - Update to 3.2.6 +- Drop the gtk subpackage * Fri Nov 16 2012 Marek Kasik 3.2.5-4 - Update License field