summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@fedoraproject.org>2008-01-23 21:30:22 +0000
committerKarsten Hopp <karsten@fedoraproject.org>2008-01-23 21:30:22 +0000
commit782e4c6119cf04740fc95e0308ae8f026673db49 (patch)
tree767f0f19d29e3be1baca677e3134fd1fca796354
parentfb4670f473433265fa487883938e574a13de4164 (diff)
downloadlibtool-782e4c6119cf04740fc95e0308ae8f026673db49.tar.gz
libtool-782e4c6119cf04740fc95e0308ae8f026673db49.tar.xz
libtool-782e4c6119cf04740fc95e0308ae8f026673db49.zip
- add missing define
-rw-r--r--libtool.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/libtool.spec b/libtool.spec
index c410af7..58f84fa 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -1,9 +1,10 @@
%define upstream_version 1.5.24
+%define gcc_version %(gcc -dumpversion)
Summary: The GNU Portable Library Tool
Name: libtool
Version: %{upstream_version}
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{upstream_version}.tar.gz
@@ -151,6 +152,9 @@ fi
%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
- require specific gcc version as that path is hardcoded in libtool
(#429880)