From ff1a93b36f6d9cb89ec6296ccb57a74aba3ff700 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 9 Jun 2008 07:33:25 +0000 Subject: Do not use string comparisions. --- contrib/crossrpms/gcc/gccnewlib.add | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/crossrpms/gcc/gccnewlib.add b/contrib/crossrpms/gcc/gccnewlib.add index bde2f438ed..2341c5a2a2 100644 --- a/contrib/crossrpms/gcc/gccnewlib.add +++ b/contrib/crossrpms/gcc/gccnewlib.add @@ -30,7 +30,7 @@ BuildRequires: gmp-devel >= 4.1 BuildRequires: %{_host_rpmprefix}gmp-devel BuildRequires: %{_host_rpmprefix}mpfr-devel %endif -%if "%{?fedora}" >= "8" +%if 0%{?fedora} >= 8 BuildRequires: mpfr-devel >= 2.3.0 %endif %if "%{?suse}" > "10.3" @@ -50,7 +50,7 @@ BuildRequires: @rpmprefix@@tool_target@-gcc BuildRequires: flex bison %if %build_f95 BuildRequires: gmp-devel >= 4.1 -%if "%{?fedora}" >= "8" +%if 0%{?fedora} >= 8 BuildRequires: mpfr-devel >= 2.2.1 %endif %endif -- cgit v1.2.3