summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 07:44:50 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 07:44:50 +0000
commitb52828cbbab481fce3d7946195dfdb29f23b2ea8 (patch)
treeffcb5f16272d3f11917ce76d8d91398ad02e1f2f
parent8c6793729883a48a477e3d6f9fb35ffe673c8d8c (diff)
downloadlibtool-b52828cbbab481fce3d7946195dfdb29f23b2ea8.tar.gz
libtool-b52828cbbab481fce3d7946195dfdb29f23b2ea8.tar.xz
libtool-b52828cbbab481fce3d7946195dfdb29f23b2ea8.zip
auto-import libtool-1.3.5-9 from libtool-1.3.5-9.src.rpmlibtool-1_3_5-9RHL-7_1-split
-rw-r--r--libtool.spec7
1 files changed, 1 insertions, 6 deletions
diff --git a/libtool.spec b/libtool.spec
index 9b9fd7c..d01dfa1 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: 8a
+Release: 9
Copyright: GPL
Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
@@ -9,7 +9,6 @@ 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
@@ -45,7 +44,6 @@ provide the dynamic loading library
%patch1 -p1
%patch2 -p1
%patch3 -p1
-%patch4 -p1
%build
#./configure --prefix=%{_prefix}
@@ -111,9 +109,6 @@ 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.