|
|
@ -23,7 +23,6 @@ Patch1: workaround-crash.patch
|
|
|
|
BuildRequires: libxml2-devel >= %{libxml2_version}
|
|
|
|
BuildRequires: libxml2-devel >= %{libxml2_version}
|
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: gtk3-devel >= 3.0.0
|
|
|
|
|
|
|
|
BuildRequires: gtk-doc >= 0.9
|
|
|
|
BuildRequires: gtk-doc >= 0.9
|
|
|
|
BuildRequires: pkgconfig >= 0.14
|
|
|
|
BuildRequires: pkgconfig >= 0.14
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
@ -37,6 +36,9 @@ Requires: dbus
|
|
|
|
Requires: /usr/bin/killall
|
|
|
|
Requires: /usr/bin/killall
|
|
|
|
Conflicts: GConf2-dbus
|
|
|
|
Conflicts: GConf2-dbus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides: GConf2-gtk = 3.2.6-1
|
|
|
|
|
|
|
|
Obsoletes: GConf2-gtk < 3.2.6-1
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
GConf is a process-transparent configuration database API used to
|
|
|
|
GConf is a process-transparent configuration database API used to
|
|
|
|
store user preferences. It has pluggable backends and features 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
|
|
|
|
GConf development package. Contains files needed for doing
|
|
|
|
development using GConf.
|
|
|
|
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
|
|
|
|
%prep
|
|
|
|
%setup -q -n GConf-%{version}
|
|
|
|
%setup -q -n GConf-%{version}
|
|
|
|
%patch0 -p1 -b .gettext
|
|
|
|
%patch0 -p1 -b .gettext
|
|
|
@ -148,9 +141,6 @@ fi
|
|
|
|
%{_libdir}/gio/modules/libgsettingsgconfbackend.so
|
|
|
|
%{_libdir}/gio/modules/libgsettingsgconfbackend.so
|
|
|
|
%{_libdir}/girepository-1.0
|
|
|
|
%{_libdir}/girepository-1.0
|
|
|
|
|
|
|
|
|
|
|
|
%files gtk
|
|
|
|
|
|
|
|
%{_libexecdir}/gconf-sanity-check-2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_includedir}/gconf
|
|
|
|
%{_includedir}/gconf
|
|
|
@ -164,6 +154,7 @@ fi
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jan 21 2013 Matthias Clasen <mclasen@redhat.com> 3.2.6-1
|
|
|
|
* Mon Jan 21 2013 Matthias Clasen <mclasen@redhat.com> 3.2.6-1
|
|
|
|
- Update to 3.2.6
|
|
|
|
- Update to 3.2.6
|
|
|
|
|
|
|
|
- Drop the gtk subpackage
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 16 2012 Marek Kasik <mkasik@redhat.com> 3.2.5-4
|
|
|
|
* Fri Nov 16 2012 Marek Kasik <mkasik@redhat.com> 3.2.5-4
|
|
|
|
- Update License field
|
|
|
|
- Update License field
|
|
|
|