|
|
@ -4,8 +4,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
Name: GConf2
|
|
|
|
Name: GConf2
|
|
|
|
Version: 2.16.0
|
|
|
|
Version: 2.16.1
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
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
|
|
|
@ -20,15 +20,13 @@ BuildRequires: gtk-doc >= 0.9
|
|
|
|
BuildRequires: pkgconfig >= 0.14
|
|
|
|
BuildRequires: pkgconfig >= 0.14
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
BuildRequires: perl-XML-Parser
|
|
|
|
BuildRequires: perl(XML::Parser)
|
|
|
|
BuildRequires: libtool, autoconf, automake
|
|
|
|
BuildRequires: libtool, autoconf, automake
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: GConf2-2.16.0-reload.patch
|
|
|
|
Patch0: GConf2-2.16.0-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
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=360224
|
|
|
|
|
|
|
|
Patch2: GConf2-2.14.0-errors.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
GConf is a process-transparent configuration database API used to
|
|
|
|
GConf is a process-transparent configuration database API used to
|
|
|
@ -42,7 +40,10 @@ Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: libxml2-devel >= %{libxml2_version}
|
|
|
|
Requires: libxml2-devel >= %{libxml2_version}
|
|
|
|
Requires: ORBit2-devel >= %{orbit2_version}
|
|
|
|
Requires: ORBit2-devel >= %{orbit2_version}
|
|
|
|
Requires: glib2-devel >= %{glib2_version}
|
|
|
|
Requires: glib2-devel >= %{glib2_version}
|
|
|
|
|
|
|
|
# we install a pc file
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
# we install an automake macro
|
|
|
|
|
|
|
|
Requires: automake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
@ -62,7 +63,6 @@ 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 .errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
rm -f libtool
|
|
|
|
rm -f libtool
|
|
|
@ -123,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
|
|
|
|
|
|
|
|
- Update to 2.16.1
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 5 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-6
|
|
|
|
* Mon Feb 5 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-6
|
|
|
|
- Split off a -gtk subpackage to reduce dependencies
|
|
|
|
- Split off a -gtk subpackage to reduce dependencies
|
|
|
|
|
|
|
|
|
|
|
|