From 08102a89eac382bd68b8f0098e4cc8792c0898d4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:45:06 +0000 Subject: [PATCH] auto-import changelog data from libtool-1.4-7.src.rpm Wed Jul 04 2001 Karsten Hopp - add s390 patch for deplibs_check_method=pass_all Tue Jun 12 2001 Florian La Roche - add patches from Tim Waugh #42724 Mon Jun 11 2001 Florian La Roche - add patches from cvs mainline Thu Jun 07 2001 Florian La Roche - fix a "test" bug in ltmain.sh Sun Jun 03 2001 Florian La Roche - disable the post commands to modify /usr/share/doc/ Sat May 12 2001 Owen Taylor - Require automake 1.4p1 Wed May 09 2001 Florian La Roche - update to libtool 1.4 - adjust or remove patches --- .cvsignore | 2 +- libtool.spec | 47 ++++++++++++++++++++++++++++++++++++----------- sources | 2 +- 3 files changed, 38 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index a28f8ff..6a5531e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libtool-1.3.5.tar.gz +libtool-1.4.tar.gz diff --git a/libtool.spec b/libtool.spec index d01dfa1..4b9bf39 100644 --- a/libtool.spec +++ b/libtool.spec @@ -1,16 +1,17 @@ Summary: The GNU libtool, which simplifies the use of shared libraries. Name: libtool -Version: 1.3.5 -Release: 9 +Version: 1.4 +Release: 7 Copyright: GPL Group: Development/Tools Source: ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz -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 +Patch1: libtool-1.3.5-mktemp.patch +Patch2: libtool-1.4-nonneg.patch +Patch3: libtool-1.4-test.patch +Patch4: libtool-1.4-cvs.patch +Patch5: libtool-1.4.6-s390.patch Prefix: %{_prefix} -PreReq: /sbin/install-info autoconf automake m4 perl +PreReq: /sbin/install-info autoconf automake >= 1.4p1 m4 perl Requires: libtool-libs = %{version}-%{release}, mktemp BuildRoot: %{_tmppath}/%{name}-root @@ -39,14 +40,13 @@ provide the dynamic loading library %prep %setup -q -# XXX this appears to be finally integrated in 1.3.4 -#%patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 -b .s390 %build -#./configure --prefix=%{_prefix} # define libtoolize to true, in case configure calls it %define __libtoolize /bin/true %configure @@ -58,7 +58,6 @@ make rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}%{_prefix} -#make prefix=${RPM_BUILD_ROOT}%{_prefix} install %makeinstall cp install-sh missing mkinstalldirs demo @@ -79,6 +78,10 @@ rm -rf ${RPM_BUILD_ROOT} %post /sbin/install-info %{_infodir}/libtool.info.gz %{_infodir}/dir + +# the rest of the post script is not needed, right? +exit 0 + # XXX hack alert cd %{_defaultdocdir}/libtool-%{version}/demo || cd %{_prefix}/doc/libtool-%{version}/demo || exit 0 libtoolize --copy --force @@ -109,6 +112,28 @@ fi %{_libdir}/libltdl.so.* %changelog +* Wed Jul 04 2001 Karsten Hopp +- add s390 patch for deplibs_check_method=pass_all + +* Tue Jun 12 2001 Florian La Roche +- add patches from Tim Waugh #42724 + +* Mon Jun 11 2001 Florian La Roche +- add patches from cvs mainline + +* Thu Jun 07 2001 Florian La Roche +- fix a "test" bug in ltmain.sh + +* Sun Jun 03 2001 Florian La Roche +- disable the post commands to modify /usr/share/doc/ + +* Sat May 12 2001 Owen Taylor +- Require automake 1.4p1 + +* Wed May 09 2001 Florian La Roche +- update to libtool 1.4 +- adjust or remove patches + * Thu Jul 13 2000 Elliot Lee - Fix recognition of ^0[0-9]+$ as a non-negative integer. diff --git a/sources b/sources index b69d7af..dd6d10a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fa26a07c978ad05d1f88ed7a472daa49 libtool-1.3.5.tar.gz +ad40e22c9037dc0e569668c30734bc49 libtool-1.4.tar.gz