diff options
| author | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 07:46:25 +0000 |
|---|---|---|
| committer | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 07:46:25 +0000 |
| commit | 7dc4fb9782b1ce9017b3cc99684ddbfe55aad74e (patch) | |
| tree | bbc492f81c6664a83850d84479c4aeab4853aeea | |
| parent | c332da559e43c7db58eed7a653f4df95aa3cc1b6 (diff) | |
| download | libtool-7dc4fb9782b1ce9017b3cc99684ddbfe55aad74e.tar.gz libtool-7dc4fb9782b1ce9017b3cc99684ddbfe55aad74e.tar.xz libtool-7dc4fb9782b1ce9017b3cc99684ddbfe55aad74e.zip | |
auto-import changelog data from libtool-1.4.2-11.src.rpmlibtool-1_4_2-11
Tue Aug 13 2002 Jens Petersen <petersen@redhat.com> 1.4.2-11
- don't hardcode "configure.in" in libtoolize (#70864) [reported by
bastiaan@webcriminals.com]
- make check, but not on ia64
Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.4.2-10
- automated rebuild
Thu May 23 2002 Tim Powers <timp@redhat.com> 1.4.2-9
- automated rebuild
Fri Apr 26 2002 Jens Petersen <petersen@redhat.com> 1.4.2-8
- add old patch from aoliva to fix relinking when installing into a
buildroot
- backport dup-deps fix from cvs stable branch
| -rw-r--r-- | libtool.spec | 42 |
1 files changed, 32 insertions, 10 deletions
diff --git a/libtool.spec b/libtool.spec index eb1a689..1fc5b20 100644 --- a/libtool.spec +++ b/libtool.spec @@ -1,19 +1,19 @@ Summary: The GNU libtool, which simplifies the use of shared libraries. Name: libtool Version: 1.4.2 -Release: 7 +Release: 11 License: GPL Group: Development/Tools Source: ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.bz2 URL: http://www.gnu.org/software/libtool/ +#Patch0: libtool-1.4.2-branch-1-4-2.patch Patch1: libtool-1.3.5-mktemp.patch Patch2: libtool-1.4-nonneg.patch Patch4: libtool-1.4.2-s390.patch Patch5: libtool-1.4.2-test-quote.patch -#Patch6: libtool-1.4.2-filemagic.patch -#Patch7: libtool-1.4.2-archive-shared.patch -#Patch8: libtool-1.4.2-destdir-relink-58664.patch -Prefix: %{_prefix} +Patch6: libtool-1.4.2-relink-58664.patch +Patch7: libtool-1.4.2-dup-deps.patch +Patch8: libtool-1.4.2-libtoolize-configure.ac.patch PreReq: /sbin/install-info, autoconf, automake >= 1.4p1, m4, perl Requires: libtool-libs = %{version}-%{release}, mktemp BuildRoot: %{_tmppath}/%{name}-root @@ -43,21 +43,28 @@ provide the dynamic loading library %prep %setup -q +#%patch0 -b .stable-branch %patch1 -p1 -b .mktemp %patch2 -p1 -b .nonneg %patch4 -p1 -b .s390 %patch5 -p1 -b .test -#%patch6 -p1 -b .magic -#%patch7 -p1 -b .archive +%patch6 -p1 -b .relink +%patch7 -p1 -b .dupdep +%patch8 -p1 -b .ltize-cfg + +#autoreconf %build -# define libtoolize to true, in case configure calls it -%define __libtoolize /bin/true %configure - + make -C doc make +# 16/83 tests fail on ia64 (see #56744) +%ifnarch ia64 +make check +%endif + %install rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}%{_prefix} @@ -109,6 +116,21 @@ fi %{_libdir}/libltdl.so.* %changelog +* Tue Aug 13 2002 Jens Petersen <petersen@redhat.com> 1.4.2-11 +- don't hardcode "configure.in" in libtoolize (#70864) + [reported by bastiaan@webcriminals.com] +- make check, but not on ia64 + +* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.4.2-10 +- automated rebuild + +* Thu May 23 2002 Tim Powers <timp@redhat.com> 1.4.2-9 +- automated rebuild + +* Fri Apr 26 2002 Jens Petersen <petersen@redhat.com> 1.4.2-8 +- add old patch from aoliva to fix relinking when installing into a buildroot +- backport dup-deps fix from cvs stable branch + * Wed Mar 27 2002 Jens Petersen <petersen@redhat.com> 1.4.2-7 - run ldconfig in postin and postun |
