summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@fedoraproject.org>2008-01-24 09:56:01 +0000
committerKarsten Hopp <karsten@fedoraproject.org>2008-01-24 09:56:01 +0000
commitf610a390c763524e7f26714c9822d1e316ed17d9 (patch)
tree1cad88d98ce3e8dbc0ed9dd5737a829cd60c5909
parent73173e7969fb12fb1052f87cba46a3f5d367aa12 (diff)
downloadlibtool-f610a390c763524e7f26714c9822d1e316ed17d9.tar.gz
libtool-f610a390c763524e7f26714c9822d1e316ed17d9.tar.xz
libtool-f610a390c763524e7f26714c9822d1e316ed17d9.zip
- gcc -dumpversion doesn't work with mock/kojilibtool-1_5_24-5_fc9
-rw-r--r--libtool.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtool.spec b/libtool.spec
index bb1ea7a..f621201 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -1,5 +1,5 @@
%define upstream_version 1.5.24
-%define gcc_version %(gcc -dumpversion)
+%define gcc_version 4.1.2
Summary: The GNU Portable Library Tool
Name: libtool
@@ -10,7 +10,6 @@ Group: Development/Tools
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{upstream_version}.tar.gz
URL: http://www.gnu.org/software/libtool/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
-Requires: gcc
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
Patch1: libtool-1.5.24-multilib.patch