auto-import changelog data from libtool-1.5.6-2.src.rpm

Thu May 13 2004 Thomas Woerner <twoerner@redhat.com> - 1.5.6-2
- compile libltdl.a PIC
This commit is contained in:
cvsdist 2004-09-09 07:49:59 +00:00
parent 3e5383458d
commit 76e54c7276

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.5.6 Version: 1.5.6
Release: 1 Release: 2
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.gz
@ -80,6 +80,7 @@ provide the dynamic loading library
%build %build
export CC=gcc export CC=gcc
export CXX=g++ export CXX=g++
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
%configure %configure
make make
@ -128,6 +129,9 @@ fi
%{_libdir}/libltdl.so.* %{_libdir}/libltdl.so.*
%changelog %changelog
* Thu May 13 2004 Thomas Woerner <twoerner@redhat.com> - 1.5.6-2
- compile libltdl.a PIC
* Mon Apr 12 2004 Jens Petersen <petersen@redhat.com> - 1.5.6-1 * Mon Apr 12 2004 Jens Petersen <petersen@redhat.com> - 1.5.6-1
- update to 1.5.6 bugfix release - update to 1.5.6 bugfix release