summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2005-02-15 09:10:09 +0000
committerjorton <jorton@fedoraproject.org>2005-02-15 09:10:09 +0000
commit1c8f56edb899aac58ebe68c99dcaee8924a81516 (patch)
tree9f88a470dee56a923498c0acd49e0307cf86fe05
parent3da7b5473fc823259e2566727044dd64c04500fb (diff)
downloadlibtool-1c8f56edb899aac58ebe68c99dcaee8924a81516.tar.gz
libtool-1c8f56edb899aac58ebe68c99dcaee8924a81516.tar.xz
libtool-1c8f56edb899aac58ebe68c99dcaee8924a81516.zip
- revert to the old multilib patch (#138742)libtool-1_5_14_multilib2-4
-rw-r--r--libtool.spec21
1 files changed, 14 insertions, 7 deletions
diff --git a/libtool.spec b/libtool.spec
index 288c481..98975e0 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -1,18 +1,21 @@
%define upstream_version 1.5.14
-%define gcc_version 3.4.3
+%define gcc_version %(gcc -dumpversion)
+
+# N.B. on next upstream release beyond 1.5.14 please remove the weird
+# Version suffix.
Summary: The GNU Portable Library Tool
Name: libtool
Version: %{upstream_version}.multilib2
-Release: %{gcc_version}
+Release: 4
License: GPL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{upstream_version}.tar.gz
URL: http://www.gnu.org/software/libtool/
BuildRoot: %{_tmppath}/%{name}-root
-Patch1: libtool-1.5.12.multilib2.patch
+Patch1: libtool-1.5.14-multilib.patch
PreReq: /sbin/install-info
-BuildRequires: autoconf >= 2.59, automake >= 1.9.4, texinfo
+BuildRequires: autoconf >= 2.59, automake >= 1.9.2, texinfo
# make sure we can configure all supported langs
BuildRequires: gcc, gcc-c++, libstdc++-devel, gcc-g77, gcc-java
# /usr/bin/libtool includes paths within gcc's versioned directories
@@ -68,12 +71,13 @@ Static libraries and header files for development with ltdl.
%prep
-%setup -n libtool-%{upstream_version}
-%patch1 -p1
+%setup -n libtool-%{upstream_version} -q
+%patch1 -p1 -b .multilib
+%build
+./bootstrap
-%build
export CC=gcc
export CXX=g++
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
@@ -134,6 +138,9 @@ fi
%changelog
+* Tue Feb 15 2005 Joe Orton <jorton@redhat.com> 1.5.14.multilib2-4
+- revert to the old multilib patch (#138742)
+
* Sun Feb 13 2005 Florian La Roche <laroche@redhat.com>
- 1.5.14 bugfix release