summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 07:45:06 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 07:45:06 +0000
commit08102a89eac382bd68b8f0098e4cc8792c0898d4 (patch)
tree80a1d509c62f057646ff8276ab558c20d809b548
parentb52828cbbab481fce3d7946195dfdb29f23b2ea8 (diff)
downloadlibtool-08102a89eac382bd68b8f0098e4cc8792c0898d4.tar.gz
libtool-08102a89eac382bd68b8f0098e4cc8792c0898d4.tar.xz
libtool-08102a89eac382bd68b8f0098e4cc8792c0898d4.zip
auto-import changelog data from libtool-1.4-7.src.rpmlibtool-1_4-7
Wed Jul 04 2001 Karsten Hopp <karsten@redhat.de> - add s390 patch for deplibs_check_method=pass_all Tue Jun 12 2001 Florian La Roche <Florian.LaRoche@redhat.de> - add patches from Tim Waugh #42724 Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de> - add patches from cvs mainline Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de> - fix a "test" bug in ltmain.sh Sun Jun 03 2001 Florian La Roche <Florian.LaRoche@redhat.de> - disable the post commands to modify /usr/share/doc/ Sat May 12 2001 Owen Taylor <otaylor@redhat.com> - Require automake 1.4p1 Wed May 09 2001 Florian La Roche <Florian.LaRoche@redhat.de> - update to libtool 1.4 - adjust or remove patches
-rw-r--r--.cvsignore2
-rw-r--r--libtool.spec47
-rw-r--r--sources2
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 <karsten@redhat.de>
+- add s390 patch for deplibs_check_method=pass_all
+
+* Tue Jun 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
+- add patches from Tim Waugh #42724
+
+* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
+- add patches from cvs mainline
+
+* Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
+- fix a "test" bug in ltmain.sh
+
+* Sun Jun 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
+- disable the post commands to modify /usr/share/doc/
+
+* Sat May 12 2001 Owen Taylor <otaylor@redhat.com>
+- Require automake 1.4p1
+
+* Wed May 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
+- update to libtool 1.4
+- adjust or remove patches
+
* Thu Jul 13 2000 Elliot Lee <sopwith@redhat.com>
- 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