- run autoreconf, so that configure gets updated before it generates

libtool (so it doesn't just regenerate the original, broken libtool)
    (again bug 203813)
epel9
Ray Strode 18 years ago
parent a9db160026
commit 9ca86961dc

@ -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 <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
- regenerate packaged libtool from RHEL version of libtool so
that rpath's don't get added to plugin DSOs (bug 203813).

Loading…
Cancel
Save