|
|
@ -5,7 +5,7 @@
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
Name: GConf2
|
|
|
|
Name: GConf2
|
|
|
|
Version: 2.21.1
|
|
|
|
Version: 2.21.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Base
|
|
|
|
Group: System Environment/Base
|
|
|
|
Source: http://download.gnome.org/sources/GConf/2.20/GConf-%{version}.tar.bz2
|
|
|
|
Source: http://download.gnome.org/sources/GConf/2.20/GConf-%{version}.tar.bz2
|
|
|
@ -29,6 +29,7 @@ Requires: /usr/bin/killall
|
|
|
|
Patch0: GConf-2.18.0.1-reload.patch
|
|
|
|
Patch0: GConf-2.18.0.1-reload.patch
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=356573
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=356573
|
|
|
|
Patch1: GConf2-2.14.0-timeout.patch
|
|
|
|
Patch1: GConf2-2.14.0-timeout.patch
|
|
|
|
|
|
|
|
Patch2: GConf2-2.21.1-fixpkgconfig.patch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
GConf is a process-transparent configuration database API used to
|
|
|
|
GConf is a process-transparent configuration database API used to
|
|
|
@ -65,6 +66,7 @@ which require GTK+.
|
|
|
|
%setup -q -n GConf-%{version}
|
|
|
|
%setup -q -n GConf-%{version}
|
|
|
|
%patch0 -p1 -b .reload
|
|
|
|
%patch0 -p1 -b .reload
|
|
|
|
%patch1 -p1 -b .timers
|
|
|
|
%patch1 -p1 -b .timers
|
|
|
|
|
|
|
|
%patch2 -p1 -b .fixpkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
rm -f libtool
|
|
|
|
rm -f libtool
|
|
|
@ -135,6 +137,9 @@ fi
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 9 2008 Caolan McNamara <caolanm@redhat.com> - 2.21.1-2
|
|
|
|
|
|
|
|
- fix .pc so I can build
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
|
|
|
|
* Tue Jan 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
|
|
|
|
- Update to 2.21.1
|
|
|
|
- Update to 2.21.1
|
|
|
|
- Drop upstreamed patches
|
|
|
|
- Drop upstreamed patches
|
|
|
|