- fix directory name used in libtool tarball

This commit is contained in:
Karsten Hopp 2009-12-02 11:29:12 +00:00
parent a4c42355a6
commit e822f10b3f

View File

@ -3,7 +3,7 @@
Summary: The GNU Portable Library Tool
Name: libtool
Version: 2.2.6
Release: 16%{?dist}
Release: 17%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}b.tar.lzma
@ -67,7 +67,7 @@ Static libraries and header files for development with ltdl.
%prep
%setup -n libtool-%{version} -q
%setup -n libtool-%{version}b -q
%patch0 -p1 -b .rpath
%build
@ -142,6 +142,9 @@ fi
%changelog
* Wed Dec 02 2009 Karsten Hopp <karsten@redhat.com> 2.2.6-17
- fix directory name used in libtool tarball
* Wed Dec 02 2009 Karsten Hopp <karsten@redhat.com> 2.2.6-16
- make sure that NVR is higher than previous version