|
|
@ -1,13 +1,13 @@
|
|
|
|
%define libxml2_version 2.4.12
|
|
|
|
%define libxml2_version 2.4.12
|
|
|
|
%define orbit2_version 2.8.0
|
|
|
|
%define orbit2_version 2.8.0
|
|
|
|
%define glib2_version 2.25.6
|
|
|
|
%define glib2_version 2.25.7
|
|
|
|
%define dbus_version 1.0.1
|
|
|
|
%define dbus_version 1.0.1
|
|
|
|
%define dbus_glib_version 0.74
|
|
|
|
%define dbus_glib_version 0.74
|
|
|
|
|
|
|
|
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
Name: GConf2
|
|
|
|
Name: GConf2
|
|
|
|
Version: 2.31.2
|
|
|
|
Version: 2.31.3
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Base
|
|
|
|
Group: System Environment/Base
|
|
|
|
#VCS: git:git://git.gnome.org/gconf
|
|
|
|
#VCS: git:git://git.gnome.org/gconf
|
|
|
@ -42,9 +42,6 @@ Patch0: GConf-2.18.0.1-reload.patch
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=568845
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=568845
|
|
|
|
Patch1: GConf-gettext.patch
|
|
|
|
Patch1: GConf-gettext.patch
|
|
|
|
|
|
|
|
|
|
|
|
Patch2: GConf-settings-migration.patch
|
|
|
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
@ -80,9 +77,6 @@ which require GTK+.
|
|
|
|
%setup -q -n GConf-%{version}
|
|
|
|
%setup -q -n GConf-%{version}
|
|
|
|
%patch0 -p1 -b .reload
|
|
|
|
%patch0 -p1 -b .reload
|
|
|
|
%patch1 -p1 -b .gettext
|
|
|
|
%patch1 -p1 -b .gettext
|
|
|
|
%patch2 -p1 -b .settings-migration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
autoreconf -i -f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-static --enable-defaults-service
|
|
|
|
%configure --disable-static --enable-defaults-service
|
|
|
@ -172,6 +166,9 @@ fi
|
|
|
|
%{_datadir}/gir-1.0
|
|
|
|
%{_datadir}/gir-1.0
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
|
|
|
|
|
|
|
|
- Update to 2.31.3
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-4
|
|
|
|
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-4
|
|
|
|
- Install an autostart file for gsettings-data-convert
|
|
|
|
- Install an autostart file for gsettings-data-convert
|
|
|
|
|
|
|
|
|
|
|
|