- add missing define
This commit is contained in:
parent
fb4670f473
commit
782e4c6119
@ -1,9 +1,10 @@
|
|||||||
%define upstream_version 1.5.24
|
%define upstream_version 1.5.24
|
||||||
|
%define gcc_version %(gcc -dumpversion)
|
||||||
|
|
||||||
Summary: The GNU Portable Library Tool
|
Summary: The GNU Portable Library Tool
|
||||||
Name: libtool
|
Name: libtool
|
||||||
Version: %{upstream_version}
|
Version: %{upstream_version}
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+ and GFDL
|
License: GPLv2+ and LGPLv2+ and GFDL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{upstream_version}.tar.gz
|
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{upstream_version}.tar.gz
|
||||||
@ -151,6 +152,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 23 2008 Karsten Hopp <karsten@redhat.com> 1.5.24-5
|
||||||
|
- add missing define
|
||||||
|
|
||||||
* Wed Jan 23 2008 Karsten Hopp <karsten@redhat.com> 1.5.24-4
|
* Wed Jan 23 2008 Karsten Hopp <karsten@redhat.com> 1.5.24-4
|
||||||
- require specific gcc version as that path is hardcoded in libtool
|
- require specific gcc version as that path is hardcoded in libtool
|
||||||
(#429880)
|
(#429880)
|
||||||
|
Loading…
Reference in New Issue
Block a user