|
|
|
@ -6,13 +6,13 @@
|
|
|
|
|
|
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
|
Name: GConf2
|
|
|
|
|
Version: 2.28.0
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
Version: 2.28.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
#VCS: git:git://git.gnome.org/gconf
|
|
|
|
|
Source0: http://download.gnome.org/sources/GConf/2.28/GConf-%{version}.tar.bz2
|
|
|
|
|
Source1: macros.gconf2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
URL: http://projects.gnome.org/gconf/
|
|
|
|
|
|
|
|
|
|
BuildRequires: libxml2-devel >= %{libxml2_version}
|
|
|
|
@ -39,12 +39,6 @@ Conflicts: GConf2-dbus
|
|
|
|
|
Patch0: GConf-2.18.0.1-reload.patch
|
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=568845
|
|
|
|
|
Patch1: GConf-gettext.patch
|
|
|
|
|
#
|
|
|
|
|
Patch2: no-access-crash.patch
|
|
|
|
|
# upstream fix
|
|
|
|
|
Patch3: 0001-Make-the-defaults-mechanism-find-the-right-polkit-ac.patch
|
|
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=608705
|
|
|
|
|
Patch4: 0001-gconfd-Remove-worse-than-useless-signal-handlers-for.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GConf is a process-transparent configuration database API used to
|
|
|
|
@ -81,9 +75,6 @@ which require GTK+.
|
|
|
|
|
%setup -q -n GConf-%{version}
|
|
|
|
|
%patch0 -p1 -b .reload
|
|
|
|
|
%patch1 -p1 -b .gettext
|
|
|
|
|
%patch2 -p1 -b .no-access
|
|
|
|
|
%patch3 -p1 -b .defaults-actions
|
|
|
|
|
%patch4 -p1 -b .segv
|
|
|
|
|
|
|
|
|
|
autoreconf -f -i
|
|
|
|
|
|
|
|
|
@ -169,6 +160,9 @@ fi
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
|
|
|
|
|
- Update to 2.28.1
|
|
|
|
|
|
|
|
|
|
* Thu Mar 18 2010 Tom "spot" Callaway <tcallawa@redhat.com> 2.28.0-10
|
|
|
|
|
- own /var/lib/rpm-state/ too
|
|
|
|
|
|
|
|
|
|