|
|
@ -5,7 +5,7 @@
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
Name: GConf2
|
|
|
|
Name: GConf2
|
|
|
|
Version: 2.2.0
|
|
|
|
Version: 2.2.0
|
|
|
|
Release: 1
|
|
|
|
Release: 2
|
|
|
|
License: LGPL
|
|
|
|
License: LGPL
|
|
|
|
Group: System Environment/Base
|
|
|
|
Group: System Environment/Base
|
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
|
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
|
|
|
@ -18,12 +18,15 @@ BuildRequires: ORBit2-devel >= %{orbit2_version}
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: gtk-doc >= 0.9
|
|
|
|
BuildRequires: gtk-doc >= 0.9
|
|
|
|
BuildRequires: pkgconfig >= 0.14
|
|
|
|
BuildRequires: pkgconfig >= 0.14
|
|
|
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
|
|
|
|
## this is the original unlock-dialog-only patch
|
|
|
|
## this is the original unlock-dialog-only patch
|
|
|
|
Patch1: gconf-1.2.1-unlock-dialog.patch
|
|
|
|
Patch1: gconf-1.2.1-unlock-dialog.patch
|
|
|
|
## this is what we're using now, with GCONF_LOCAL_LOCKS
|
|
|
|
## this is what we're using now, with GCONF_LOCAL_LOCKS
|
|
|
|
## if it breaks, back down to patch1
|
|
|
|
## if it breaks, back down to patch1
|
|
|
|
Patch2: gconf-2.1.90-locks.patch
|
|
|
|
Patch2: gconf-2.1.90-locks.patch
|
|
|
|
|
|
|
|
#### in CVS we have gconf-2.3.0-locks.patch which is the final patch in CVS
|
|
|
|
|
|
|
|
#### with linc_get_tmpdir()
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
GConf is a process-transparent configuration database API used to
|
|
|
|
GConf is a process-transparent configuration database API used to
|
|
|
@ -53,11 +56,11 @@ development using GConf.
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%configure
|
|
|
|
make ## %{?_smp_mflags}
|
|
|
|
make LIBTOOL=/usr/bin/libtool ## %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
rm -fr $RPM_BUILD_ROOT
|
|
|
|
rm -fr $RPM_BUILD_ROOT
|
|
|
|
%makeinstall
|
|
|
|
%makeinstall LIBTOOL=/usr/bin/libtool
|
|
|
|
|
|
|
|
|
|
|
|
chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/gconf.xml.defaults
|
|
|
|
chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/gconf.xml.defaults
|
|
|
|
chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/gconf.xml.mandatory
|
|
|
|
chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/gconf.xml.mandatory
|
|
|
@ -99,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 8 2003 Matt Wilson <msw@redhat.com> 2.2.0-2
|
|
|
|
|
|
|
|
- use system libtool (#88338)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 4 2003 Havoc Pennington <hp@redhat.com> 2.2.0-1
|
|
|
|
* Tue Feb 4 2003 Havoc Pennington <hp@redhat.com> 2.2.0-1
|
|
|
|
- 2.2.0
|
|
|
|
- 2.2.0
|
|
|
|
|
|
|
|
|
|
|
|