From 7f7781018dc4014703b507b77009b4058130aa7f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 5 Aug 2010 05:11:54 +0000 Subject: [PATCH] Preps for fedora-14. Fix Source60:-URL (mpfr). --- contrib/crossrpms/gcc/gccnewlib.add | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/contrib/crossrpms/gcc/gccnewlib.add b/contrib/crossrpms/gcc/gccnewlib.add index 3573afe9eb..d46687e20b 100644 --- a/contrib/crossrpms/gcc/gccnewlib.add +++ b/contrib/crossrpms/gcc/gccnewlib.add @@ -40,6 +40,12 @@ BuildRequires: %{_host_rpmprefix}gcc %global libelf_version 0.8.13 # versions of libraries these distros are known to ship +%if 0%{?fc14} +%global mpc_provided 0.8.1 +%global mpfr_provided 2.4.2 +%global gmp_provided 4.3.1 +%endif + %if 0%{?fc13} %global mpc_provided 0.8.1 %global mpfr_provided 2.4.2 @@ -173,6 +179,7 @@ BuildRequires: %{_host_rpmprefix}libelf-devel >= %{libelf_required} %{?fc11:BuildRequires: cloog-ppl-devel >= %cloog_required} %{?fc12:BuildRequires: cloog-ppl-devel >= %cloog_required} %{?fc13:BuildRequires: cloog-ppl-devel >= %cloog_required} +%{?fc14:BuildRequires: cloog-ppl-devel >= %cloog_required} %{?el6:BuildRequires: cloog-ppl-devel >= %cloog_required} %{?suse11_3:BuildRequires: cloog-devel >= %cloog_required, ppl-devel} %{?suse11_2:BuildRequires: cloog-devel >= %cloog_required, ppl-devel} @@ -241,7 +248,7 @@ BuildRequires: @rpmprefix@@tool_target@-newlib < %{newlib_version}-@NEWLIB_RPMRE @SOURCES@ %if 0%{?_build_mpfr} -Source60: http://www.mpfr.org/mpfr-current/mpfr-%{mpfr_version}.tar.bz2 +Source60: http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2 %endif %if 0%{?_build_mpc}