- regenerate packaged libtool from RHEL version of libtool so that rpath's

don't get added to plugin DSOs (bug 203813).
epel9
Ray Strode 18 years ago
parent a1217eac8a
commit 2a1d7bd071

@ -5,7 +5,7 @@
Summary: A process-transparent configuration system
Name: GConf2
Version: 2.16.0
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPL
Group: System Environment/Base
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
@ -24,6 +24,7 @@ BuildRequires: pkgconfig >= 0.14
BuildRequires: gettext
BuildRequires: openldap-devel
BuildRequires: perl-XML-Parser
BuildRequires: libtool
Patch0: GConf2-2.16.0-reload.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=356573
@ -57,6 +58,8 @@ development using GConf.
%patch2 -p1 -b .errors
%build
rm -f libtool
libtoolize --force --co
%configure
make
@ -110,6 +113,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*
%changelog
* 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).
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
- 2.16.0
- Update reload patch

Loading…
Cancel
Save