From 78ba562ca31c66def4ef5f0e4efe3e68cc7fca3c Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 18 Feb 2009 12:20:18 +0000 Subject: - remove /lib64 and /usr/lib64 rpath --- libtool.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libtool.spec') diff --git a/libtool.spec b/libtool.spec index d6f5298..e1bad2d 100644 --- a/libtool.spec +++ b/libtool.spec @@ -3,10 +3,11 @@ Summary: The GNU Portable Library Tool Name: libtool Version: 2.2.6 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}a.tar.gz +Patch0: libtool-2.2.6a-rpath.patch URL: http://www.gnu.org/software/libtool/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n) Requires(post): /sbin/install-info @@ -67,6 +68,7 @@ Static libraries and header files for development with ltdl. %prep %setup -n libtool-%{version} -q +%patch0 -p1 -b .rpath %build @@ -140,6 +142,9 @@ fi %changelog +* Wed Feb 18 2009 Karsten Hopp 2.2.6-10 +- remove /lib64 and /usr/lib64 rpath + * Fri Feb 6 2009 Jakub Jelinek 2.2.6-9 - rebuilt again for gcc-4.4.0 -- cgit