Regenerate.

This commit is contained in:
Ralf Corsepius
2010-07-13 05:11:58 +00:00
parent 018d6877be
commit 7ef633e634
13 changed files with 234 additions and 156 deletions

View File

@@ -58,7 +58,7 @@ Summary: arm-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-arm-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-arm-rtems4.10-binutils
Requires: rtems-4.10-arm-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -341,7 +347,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -611,7 +617,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-arm-rtems4.10-binutils
# Requires: rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -629,7 +635,7 @@ Summary: libgcc for arm-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-arm-rtems4.10-gcc-libgcc
@@ -803,7 +809,7 @@ Summary: C Library (newlib) for arm-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -824,7 +830,7 @@ Newlib C Library for arm-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable

View File

@@ -58,7 +58,7 @@ Summary: avr-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-avr-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-avr-rtems4.10-binutils
Requires: rtems-4.10-avr-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -332,7 +338,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -601,7 +607,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-avr-rtems4.10-binutils
# Requires: rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -619,7 +625,7 @@ Summary: libgcc for avr-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-avr-rtems4.10-gcc-libgcc
@@ -732,7 +738,7 @@ Summary: C Library (newlib) for avr-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -753,7 +759,7 @@ Newlib C Library for avr-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable

View File

@@ -58,7 +58,7 @@ Summary: bfin-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-bfin-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-bfin-rtems4.10-binutils
Requires: rtems-4.10-bfin-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -341,7 +347,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -611,7 +617,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-bfin-rtems4.10-binutils
# Requires: rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -629,7 +635,7 @@ Summary: libgcc for bfin-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-bfin-rtems4.10-gcc-libgcc
@@ -803,7 +809,7 @@ Summary: C Library (newlib) for bfin-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -824,7 +830,7 @@ Newlib C Library for bfin-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable

View File

@@ -58,7 +58,7 @@ Summary: h8300-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-h8300-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-h8300-rtems4.10-binutils
Requires: rtems-4.10-h8300-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -341,7 +347,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -611,7 +617,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-h8300-rtems4.10-binutils
# Requires: rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -629,7 +635,7 @@ Summary: libgcc for h8300-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-h8300-rtems4.10-gcc-libgcc
@@ -803,7 +809,7 @@ Summary: C Library (newlib) for h8300-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -824,7 +830,7 @@ Newlib C Library for h8300-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable

View File

@@ -58,7 +58,7 @@ Summary: i386-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-i386-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-i386-rtems4.10-binutils
Requires: rtems-4.10-i386-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -341,7 +347,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -611,7 +617,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-i386-rtems4.10-binutils
# Requires: rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -629,7 +635,7 @@ Summary: libgcc for i386-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-i386-rtems4.10-gcc-libgcc
@@ -803,7 +809,7 @@ Summary: C Library (newlib) for i386-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -824,7 +830,7 @@ Newlib C Library for i386-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable

View File

@@ -58,7 +58,7 @@ Summary: lm32-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-lm32-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-lm32-rtems4.10-binutils
Requires: rtems-4.10-lm32-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -341,7 +347,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -611,7 +617,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-lm32-rtems4.10-binutils
# Requires: rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -629,7 +635,7 @@ Summary: libgcc for lm32-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-lm32-rtems4.10-gcc-libgcc
@@ -803,7 +809,7 @@ Summary: C Library (newlib) for lm32-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -824,7 +830,7 @@ Newlib C Library for lm32-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable

View File

@@ -58,7 +58,7 @@ Summary: m32c-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-m32c-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-m32c-rtems4.10-binutils
Requires: rtems-4.10-m32c-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -332,7 +338,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -601,7 +607,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-m32c-rtems4.10-binutils
# Requires: rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -619,7 +625,7 @@ Summary: libgcc for m32c-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-m32c-rtems4.10-gcc-libgcc
@@ -733,7 +739,7 @@ Summary: C Library (newlib) for m32c-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -754,7 +760,7 @@ Newlib C Library for m32c-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable

View File

@@ -58,7 +58,7 @@ Summary: m32r-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-m32r-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-m32r-rtems4.10-binutils
Requires: rtems-4.10-m32r-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -332,7 +338,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -601,7 +607,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-m32r-rtems4.10-binutils
# Requires: rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -619,7 +625,7 @@ Summary: libgcc for m32r-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-m32r-rtems4.10-gcc-libgcc
@@ -733,7 +739,7 @@ Summary: C Library (newlib) for m32r-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -754,7 +760,7 @@ Newlib C Library for m32r-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable

View File

@@ -58,7 +58,7 @@ Summary: m68k-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-m68k-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-m68k-rtems4.10-binutils
Requires: rtems-4.10-m68k-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -341,7 +347,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -611,7 +617,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-m68k-rtems4.10-binutils
# Requires: rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -629,7 +635,7 @@ Summary: libgcc for m68k-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-m68k-rtems4.10-gcc-libgcc
@@ -803,7 +809,7 @@ Summary: C Library (newlib) for m68k-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -824,7 +830,7 @@ Newlib C Library for m68k-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable

View File

@@ -58,7 +58,7 @@ Summary: mips-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-mips-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-mips-rtems4.10-binutils
Requires: rtems-4.10-mips-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -341,7 +347,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -611,7 +617,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-mips-rtems4.10-binutils
# Requires: rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -629,7 +635,7 @@ Summary: libgcc for mips-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-mips-rtems4.10-gcc-libgcc
@@ -803,7 +809,7 @@ Summary: C Library (newlib) for mips-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -824,7 +830,7 @@ Newlib C Library for mips-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable

View File

@@ -58,7 +58,7 @@ Summary: powerpc-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-powerpc-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-powerpc-rtems4.10-binutils
Requires: rtems-4.10-powerpc-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -341,7 +347,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -611,7 +617,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-powerpc-rtems4.10-binutils
# Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -629,7 +635,7 @@ Summary: libgcc for powerpc-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-powerpc-rtems4.10-gcc-libgcc
@@ -803,7 +809,7 @@ Summary: C Library (newlib) for powerpc-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -824,7 +830,7 @@ Newlib C Library for powerpc-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable

View File

@@ -58,7 +58,7 @@ Summary: sh-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-sh-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-sh-rtems4.10-binutils
Requires: rtems-4.10-sh-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -341,7 +347,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -611,7 +617,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-sh-rtems4.10-binutils
# Requires: rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -629,7 +635,7 @@ Summary: libgcc for sh-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-sh-rtems4.10-gcc-libgcc
@@ -803,7 +809,7 @@ Summary: C Library (newlib) for sh-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -824,7 +830,7 @@ Newlib C Library for sh-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable

View File

@@ -58,7 +58,7 @@ Summary: sparc-rtems4.10 gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
URL: http://gcc.gnu.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,14 +80,14 @@ BuildRequires: %{_host_rpmprefix}gcc
# versions of libraries, we conditionally bundle if necessary
%global mpc_version 0.8.1
%global mpfr_version 2.4.1
%global mpfr_version 2.4.2
%global gmp_version 4.3.2
%global libelf_version 0.8.13
# versions of libraries these distros are known to ship
%if 0%{?fc13}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.1
%endif
@@ -105,8 +105,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if 0%{?el6}
%global mpc_provided %{nil}
# el6 beta ships mpfr but mpfr-devel is missing
%global mpfr_provided %{nil}
%global mpfr_provided 2.4.1
%global gmp_provided 4.3.1
%endif
@@ -134,6 +133,12 @@ BuildRequires: %{_host_rpmprefix}gcc
%global gmp_provided 4.3.1
%endif
%if 0%{?suse11_3}
%global mpc_provided 0.8.1
%global mpfr_provided 2.4.2
%global gmp_provided 4.3.2
%endif
%if 0%{?cygwin}
%global mpc_provided 0.8
%global mpfr_provided 2.4.1
@@ -209,7 +214,8 @@ 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}
# el6 ships cloog-ppl, but cloog-ppl-devel is missing
%{?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}
%{?suse11_1:BuildRequires: cloog-devel >= %cloog_required, ppl-devel}
%endif
@@ -241,7 +247,7 @@ BuildRequires: rtems-4.10-sparc-rtems4.10-binutils
Requires: rtems-4.10-gcc-common
Requires: rtems-4.10-sparc-rtems4.10-binutils
Requires: rtems-4.10-sparc-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
Requires: rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-13%{?dist}
%if "%{gcc_version}" >= "4.5.0"
BuildRequires: zlib-devel
@@ -341,7 +347,7 @@ cd ..
ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
%endif
echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-12%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-13%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
# Fix timestamps
@@ -611,7 +617,7 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
# Group: Development/Tools
# Version: %{gcc_rpmvers}
# Requires: rtems-4.10-sparc-rtems4.10-binutils
# Requires: rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-12%{?dist}
# Requires: rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-13%{?dist}
# License: GPL
# %if %build_infos
@@ -629,7 +635,7 @@ Summary: libgcc for sparc-rtems4.10-gcc
Group: Development/Tools
Version: %{gcc_rpmvers}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-12%{?dist}
Requires: rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-13%{?dist}
License: GPL
%description -n rtems-4.10-sparc-rtems4.10-gcc-libgcc
@@ -803,7 +809,7 @@ Summary: C Library (newlib) for sparc-rtems4.10
Group: Development/Tools
License: Distributable
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
Requires: rtems-4.10-newlib-common
@@ -824,7 +830,7 @@ Newlib C Library for sparc-rtems4.10.
Summary: Base package for RTEMS newlib C Library
Group: Development/Tools
Version: %{newlib_version}
Release: 12%{?dist}
Release: 13%{?dist}
%{?_with_noarch_subpackages:BuildArch: noarch}
License: Distributable