auto-import changelog data from libtool-1.4.2-6.src.rpm
Thu Feb 28 2002 Jens Petersen <petersen@redhat.com> 1.4.2-6 - rebuild in new environment Tue Feb 12 2002 Jens Petersen <petersen@redhat.com> 1.4.2-5 - revert filemagic and archive-shared patches following cvs (#54887) - don't change "&& test" to "-a" in ltmain.in Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.4.2-4 - automated rebuild Mon Dec 03 2001 Jens Petersen <petersen@redhat.com> 1.4.2-3 - test quoting patch should be on ltmain.in not ltmain.sh (#53276) - use file_magic for Linux ELF (#54887) - allow link against an archive when building a shared library (#54887) - include ltdl.m4 in manifest (#56671) Wed Oct 24 2001 Jens Petersen <petersen@redhat.com> 1.4.2-2 - added URL to spec Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.4.2-1 - 1.4.2 - sync up with autoconf...
This commit is contained in:
parent
29afc3db01
commit
2ad37a9833
@ -1 +1 @@
|
|||||||
libtool-1.4.tar.gz
|
libtool-1.4.2.tar.bz2
|
||||||
|
53
libtool.spec
53
libtool.spec
@ -1,17 +1,19 @@
|
|||||||
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.4
|
Version: 1.4.2
|
||||||
Release: 8
|
Release: 6
|
||||||
License: GPL
|
License: 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.bz2
|
||||||
|
URL: http://www.gnu.org/software/libtool/
|
||||||
Patch1: libtool-1.3.5-mktemp.patch
|
Patch1: libtool-1.3.5-mktemp.patch
|
||||||
Patch2: libtool-1.4-nonneg.patch
|
Patch2: libtool-1.4-nonneg.patch
|
||||||
Patch3: libtool-1.4-test.patch
|
Patch4: libtool-1.4.2-s390.patch
|
||||||
Patch4: libtool-1.4-cvs.patch
|
Patch5: libtool-1.4.2-test-quote.patch
|
||||||
Patch5: libtool-1.4.6-s390.patch
|
Patch6: libtool-1.4.2-filemagic.patch
|
||||||
|
Patch7: libtool-1.4.2-archive-shared.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
PreReq: /sbin/install-info autoconf automake >= 1.4p1 m4 perl
|
PreReq: /sbin/install-info, autoconf, automake >= 1.4p1, m4, perl
|
||||||
Requires: libtool-libs = %{version}-%{release}, mktemp
|
Requires: libtool-libs = %{version}-%{release}, mktemp
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -40,11 +42,12 @@ provide the dynamic loading library
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1 -b .mktemp
|
||||||
%patch2 -p1
|
%patch2 -p1 -b .nonneg
|
||||||
%patch3 -p1
|
%patch4 -p1 -b .s390
|
||||||
%patch4 -p1
|
%patch5 -p1 -b .test
|
||||||
%patch5 -p1 -b .s390
|
#%patch6 -p1 -b .magic
|
||||||
|
#%patch7 -p1 -b .archive
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# define libtoolize to true, in case configure calls it
|
# define libtoolize to true, in case configure calls it
|
||||||
@ -100,18 +103,40 @@ fi
|
|||||||
%doc AUTHORS COPYING INSTALL NEWS README
|
%doc AUTHORS COPYING INSTALL NEWS README
|
||||||
%doc THANKS TODO ChangeLog demo
|
%doc THANKS TODO ChangeLog demo
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
%{_includedir}/*
|
||||||
%{_infodir}/libtool.info*
|
%{_infodir}/libtool.info*
|
||||||
%{_includedir}/ltdl.h
|
|
||||||
%{_datadir}/libtool
|
%{_datadir}/libtool
|
||||||
%{_libdir}/libltdl.so
|
%{_libdir}/libltdl.so
|
||||||
%{_libdir}/libltdl.*a
|
%{_libdir}/libltdl.*a
|
||||||
%{_datadir}/aclocal/libtool.m4
|
%{_datadir}/aclocal/*
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libltdl.so.*
|
%{_libdir}/libltdl.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 28 2002 Jens Petersen <petersen@redhat.com> 1.4.2-6
|
||||||
|
- rebuild in new environment
|
||||||
|
|
||||||
|
* Tue Feb 12 2002 Jens Petersen <petersen@redhat.com> 1.4.2-5
|
||||||
|
- revert filemagic and archive-shared patches following cvs (#54887)
|
||||||
|
- don't change "&& test" to "-a" in ltmain.in
|
||||||
|
|
||||||
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.4.2-4
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Mon Dec 3 2001 Jens Petersen <petersen@redhat.com> 1.4.2-3
|
||||||
|
- test quoting patch should be on ltmain.in not ltmain.sh (#53276)
|
||||||
|
- use file_magic for Linux ELF (#54887)
|
||||||
|
- allow link against an archive when building a shared library (#54887)
|
||||||
|
- include ltdl.m4 in manifest (#56671)
|
||||||
|
|
||||||
|
* Wed Oct 24 2001 Jens Petersen <petersen@redhat.com> 1.4.2-2
|
||||||
|
- added URL to spec
|
||||||
|
|
||||||
|
* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.4.2-1
|
||||||
|
- 1.4.2 - sync up with autoconf...
|
||||||
|
|
||||||
* Thu Jul 5 2001 Bernhard Rosenkraenzer <bero@redhat.de> 1.4-8
|
* Thu Jul 5 2001 Bernhard Rosenkraenzer <bero@redhat.de> 1.4-8
|
||||||
- extend s390 patch to 2 more files
|
- extend s390 patch to 2 more files
|
||||||
- s/Copyright/License/
|
- s/Copyright/License/
|
||||||
|
Loading…
Reference in New Issue
Block a user