@ -5,7 +5,7 @@
Summary: A process-transparent configuration system
Name: GConf2
Version: 2.6.0
Release: 6
Release: 7
License: LGPL
Group: System Environment/Base
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
@ -30,6 +30,9 @@ Patch1: GConf2-2.6.0-fix-local-defaults-path-position.patch
Patch2: GConf2-2.6.0-handle-entry-with-only-a-schema-name.patch
Patch3: GConf2-2.6.0-dont-mkdir-in-client.patch
## In 2.6.3
Patch4: GConf2-2.6.0-merge-files-fix.patch
%description
GConf is a process-transparent configuration database API used to
store user preferences. It has pluggable backends and features to
@ -55,7 +58,8 @@ perl -pi -e 's/-lintl//g' aclocal.m4
%patch1 -p1 -b .fix-local-defaults-path-position
%patch2 -p1 -b .handle-entry-with-only-a-schema-name
%patch3 -p0 -b .dont-mkdir-in-client
%patch3 -p1 -b .dont-mkdir-in-client
%patch4 -p1 -b .merge-files-fix
## unpack pofiles
## tar zxf %{SOURCE2}
@ -114,6 +118,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*
%changelog
* Fri Jul 2 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-7
- Add patch to fix problem when using merged files. Mainly
neccessary only to work will with GConf 2.8.
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt