auto-import changelog data from libtool-1.4.2-7.src.rpm

Wed Mar 27 2002 Jens Petersen <petersen@redhat.com> 1.4.2-7
- run ldconfig in postin and postun
This commit is contained in:
cvsdist 2004-09-09 07:46:18 +00:00
parent 2ad37a9833
commit c332da559e

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.4.2 Version: 1.4.2
Release: 6 Release: 7
License: GPL License: GPL
Group: Development/Tools Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.bz2 Source: ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.bz2
@ -10,8 +10,9 @@ Patch1: libtool-1.3.5-mktemp.patch
Patch2: libtool-1.4-nonneg.patch Patch2: libtool-1.4-nonneg.patch
Patch4: libtool-1.4.2-s390.patch Patch4: libtool-1.4.2-s390.patch
Patch5: libtool-1.4.2-test-quote.patch Patch5: libtool-1.4.2-test-quote.patch
Patch6: libtool-1.4.2-filemagic.patch #Patch6: libtool-1.4.2-filemagic.patch
Patch7: libtool-1.4.2-archive-shared.patch #Patch7: libtool-1.4.2-archive-shared.patch
#Patch8: libtool-1.4.2-destdir-relink-58664.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
@ -54,13 +55,12 @@ provide the dynamic loading library
%define __libtoolize /bin/true %define __libtoolize /bin/true
%configure %configure
make -k -C doc make -C doc
make make
%install %install
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_prefix} mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
%makeinstall %makeinstall
cp install-sh missing mkinstalldirs demo cp install-sh missing mkinstalldirs demo
@ -82,22 +82,16 @@ rm -rf ${RPM_BUILD_ROOT}
%post %post
/sbin/install-info %{_infodir}/libtool.info.gz %{_infodir}/dir /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
aclocal
autoheader
automake
autoconf
%preun %preun
if [ "$1" = 0 ]; then if [ "$1" = 0 ]; then
/sbin/install-info --delete %{_infodir}/libtool.info.gz %{_infodir}/dir /sbin/install-info --delete %{_infodir}/libtool.info.gz %{_infodir}/dir
fi fi
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING INSTALL NEWS README %doc AUTHORS COPYING INSTALL NEWS README
@ -115,6 +109,9 @@ fi
%{_libdir}/libltdl.so.* %{_libdir}/libltdl.so.*
%changelog %changelog
* Wed Mar 27 2002 Jens Petersen <petersen@redhat.com> 1.4.2-7
- run ldconfig in postin and postun
* Thu Feb 28 2002 Jens Petersen <petersen@redhat.com> 1.4.2-6 * Thu Feb 28 2002 Jens Petersen <petersen@redhat.com> 1.4.2-6
- rebuild in new environment - rebuild in new environment