auto-import changelog data from libtool-1.3.5-8a.src.rpm

Mon Jan 15 2001 Fritz Elfert <felfert@millenux.com>
- Added s390x (IBM zSeries 64bit) architecture.
This commit is contained in:
cvsdist 2004-09-09 07:44:44 +00:00
parent cc8dd43b08
commit 8c67937298

View File

@ -1,7 +1,7 @@
Summary: The GNU libtool, which simplifies the use of shared libraries. Summary: The GNU libtool, which simplifies the use of shared libraries.
Name: libtool Name: libtool
Version: 1.3.5 Version: 1.3.5
Release: 8 Release: 8a
Copyright: GPL Copyright: GPL
Group: Development/Tools Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz 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 Patch1: libtool-1.2f-cache.patch
Patch2: libtool-1.3.5-mktemp.patch Patch2: libtool-1.3.5-mktemp.patch
Patch3: libtool-1.3.5-nonneg.patch Patch3: libtool-1.3.5-nonneg.patch
Patch4: libtool-1.3.5-s390x.patch
Prefix: %{_prefix} Prefix: %{_prefix}
PreReq: /sbin/install-info autoconf automake m4 perl PreReq: /sbin/install-info autoconf automake m4 perl
Requires: libtool-libs = %{version}-%{release}, mktemp Requires: libtool-libs = %{version}-%{release}, mktemp
@ -44,6 +45,7 @@ provide the dynamic loading library
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1 %patch3 -p1
%patch4 -p1
%build %build
#./configure --prefix=%{_prefix} #./configure --prefix=%{_prefix}
@ -109,6 +111,9 @@ fi
%{_libdir}/libltdl.so.* %{_libdir}/libltdl.so.*
%changelog %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> * Thu Jul 13 2000 Elliot Lee <sopwith@redhat.com>
- Fix recognition of ^0[0-9]+$ as a non-negative integer. - Fix recognition of ^0[0-9]+$ as a non-negative integer.