|
|
@ -5,7 +5,7 @@
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
Name: GConf2
|
|
|
|
Name: GConf2
|
|
|
|
Version: 2.16.0
|
|
|
|
Version: 2.16.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?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
|
|
|
@ -24,7 +24,7 @@ BuildRequires: pkgconfig >= 0.14
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
BuildRequires: perl-XML-Parser
|
|
|
|
BuildRequires: perl-XML-Parser
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool, autoconf, automake
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
@ -60,6 +60,7 @@ development using GConf.
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
rm -f libtool
|
|
|
|
rm -f libtool
|
|
|
|
libtoolize --force --copy
|
|
|
|
libtoolize --force --copy
|
|
|
|
|
|
|
|
autoreconf
|
|
|
|
%configure
|
|
|
|
%configure
|
|
|
|
make
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
|
@ -113,6 +114,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Oct 29 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-3
|
|
|
|
|
|
|
|
- run autoreconf, so that configure gets updated before
|
|
|
|
|
|
|
|
it generates libtool (so it doesn't just regenerate
|
|
|
|
|
|
|
|
the original, broken libtool) (again bug 203813)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 24 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-2
|
|
|
|
* Tue Oct 24 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-2
|
|
|
|
- regenerate packaged libtool from RHEL version of libtool so
|
|
|
|
- regenerate packaged libtool from RHEL version of libtool so
|
|
|
|
that rpath's don't get added to plugin DSOs (bug 203813).
|
|
|
|
that rpath's don't get added to plugin DSOs (bug 203813).
|
|
|
|