summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libtool.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/libtool.spec b/libtool.spec
index 72d2f68..9b9fd7c 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -1,7 +1,7 @@
Summary: The GNU libtool, which simplifies the use of shared libraries.
Name: libtool
Version: 1.3.5
-Release: 8
+Release: 8a
Copyright: GPL
Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
@@ -9,6 +9,7 @@ Patch0: libtool-1.3.2-arm.patch
Patch1: libtool-1.2f-cache.patch
Patch2: libtool-1.3.5-mktemp.patch
Patch3: libtool-1.3.5-nonneg.patch
+Patch4: libtool-1.3.5-s390x.patch
Prefix: %{_prefix}
PreReq: /sbin/install-info autoconf automake m4 perl
Requires: libtool-libs = %{version}-%{release}, mktemp
@@ -44,6 +45,7 @@ provide the dynamic loading library
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
%build
#./configure --prefix=%{_prefix}
@@ -109,6 +111,9 @@ fi
%{_libdir}/libltdl.so.*
%changelog
+* Mon Jan 15 2001 Fritz Elfert <felfert@millenux.com>
+- Added s390x (IBM zSeries 64bit) architecture.
+
* Thu Jul 13 2000 Elliot Lee <sopwith@redhat.com>
- Fix recognition of ^0[0-9]+$ as a non-negative integer.