diff --git a/GConf2.spec b/GConf2.spec index 66920e7..8d2b0eb 100644 --- a/GConf2.spec +++ b/GConf2.spec @@ -5,7 +5,7 @@ Summary: A process-transparent configuration system Name: GConf2 Version: 2.16.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Base 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: openldap-devel BuildRequires: perl-XML-Parser -BuildRequires: libtool +BuildRequires: libtool, autoconf, automake Patch0: GConf2-2.16.0-reload.patch # http://bugzilla.gnome.org/show_bug.cgi?id=356573 @@ -60,6 +60,7 @@ development using GConf. %build rm -f libtool libtoolize --force --copy +autoreconf %configure make @@ -113,6 +114,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Sun Oct 29 2006 Ray Strode - 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 - 2.16.0-2 - regenerate packaged libtool from RHEL version of libtool so that rpath's don't get added to plugin DSOs (bug 203813).