|
|
@ -5,7 +5,7 @@
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
Name: GConf2
|
|
|
|
Name: GConf2
|
|
|
|
Version: 2.22.0
|
|
|
|
Version: 2.22.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Base
|
|
|
|
Group: System Environment/Base
|
|
|
|
Source: http://download.gnome.org/sources/GConf/2.22/GConf-%{version}.tar.bz2
|
|
|
|
Source: http://download.gnome.org/sources/GConf/2.22/GConf-%{version}.tar.bz2
|
|
|
@ -23,6 +23,9 @@ BuildRequires: openldap-devel
|
|
|
|
BuildRequires: perl(XML::Parser)
|
|
|
|
BuildRequires: perl(XML::Parser)
|
|
|
|
BuildRequires: libtool, autoconf, automake
|
|
|
|
BuildRequires: libtool, autoconf, automake
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
|
|
|
# for patch3
|
|
|
|
|
|
|
|
BuildRequires: PolicyKit-devel >= 0.8
|
|
|
|
|
|
|
|
Requires: dbus
|
|
|
|
# for patch0
|
|
|
|
# for patch0
|
|
|
|
Requires: /usr/bin/killall
|
|
|
|
Requires: /usr/bin/killall
|
|
|
|
|
|
|
|
|
|
|
@ -31,6 +34,8 @@ Patch0: GConf-2.18.0.1-reload.patch
|
|
|
|
Patch1: GConf2-2.14.0-timeout.patch
|
|
|
|
Patch1: GConf2-2.14.0-timeout.patch
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=531063
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=531063
|
|
|
|
Patch2: gconf-timeouts.patch
|
|
|
|
Patch2: gconf-timeouts.patch
|
|
|
|
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=531169
|
|
|
|
|
|
|
|
Patch3: gconf-defaults.patch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
GConf is a process-transparent configuration database API used to
|
|
|
|
GConf is a process-transparent configuration database API used to
|
|
|
@ -68,6 +73,7 @@ which require GTK+.
|
|
|
|
%patch0 -p1 -b .reload
|
|
|
|
%patch0 -p1 -b .reload
|
|
|
|
%patch1 -p1 -b .timers
|
|
|
|
%patch1 -p1 -b .timers
|
|
|
|
%patch2 -p1 -b .timeouts
|
|
|
|
%patch2 -p1 -b .timeouts
|
|
|
|
|
|
|
|
%patch3 -p1 -b .defaults
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
rm -f libtool
|
|
|
|
rm -f libtool
|
|
|
@ -122,6 +128,10 @@ fi
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%dir %{_libdir}/GConf
|
|
|
|
%dir %{_libdir}/GConf
|
|
|
|
%dir %{_libdir}/GConf/2
|
|
|
|
%dir %{_libdir}/GConf/2
|
|
|
|
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/org.gnome.GConf.Defaults.conf
|
|
|
|
|
|
|
|
%{_libexecdir}/gconf-defaults-mechanism
|
|
|
|
|
|
|
|
%{_datadir}/PolicyKit/policy/org.gnome.gconf.defaults.policy
|
|
|
|
|
|
|
|
%{_datadir}/dbus-1/system-services/org.gnome.GConf.Defaults.service
|
|
|
|
|
|
|
|
|
|
|
|
%files gtk
|
|
|
|
%files gtk
|
|
|
|
%{_libexecdir}/gconf-sanity-check-2
|
|
|
|
%{_libexecdir}/gconf-sanity-check-2
|
|
|
@ -135,6 +145,9 @@ fi
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-3
|
|
|
|
|
|
|
|
- Add a dbus service to set defaults
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
|
|
|
|
* Fri May 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
|
|
|
|
- Use g_timeout_add_seconds for long timeouts
|
|
|
|
- Use g_timeout_add_seconds for long timeouts
|
|
|
|
|
|
|
|
|
|
|
|