Regenerate.

This commit is contained in:
Ralf Corsepius
2011-05-20 04:24:08 +00:00
parent 882382d2cb
commit c53e0e31f3
13 changed files with 105 additions and 91 deletions

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-arm-rtems4.10-gdb
Summary: Gdb for target arm-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%define build_sim --enable-sim
%define build_sim --enable-sim --enable-sim-trace
%if "%{gdb_version}" >= "6.6"
# suse
@@ -100,15 +101,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target arm-rtems4.10

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-avr-rtems4.10-gdb
Summary: Gdb for target avr-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%define build_sim --enable-sim
%define build_sim --enable-sim --enable-sim-trace
%if "%{gdb_version}" >= "6.6"
# suse
@@ -100,15 +101,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target avr-rtems4.10

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-h8300-rtems4.10-gdb
Summary: Gdb for target h8300-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%define build_sim --enable-sim
%define build_sim --enable-sim --enable-sim-trace
%ifos mingw mingw32
# Mingw lacks functions required by the h8300 simulator
%define build_sim --disable-sim
@@ -104,15 +105,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target h8300-rtems4.10

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-i386-rtems4.10-gdb
Summary: Gdb for target i386-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%define build_sim --enable-sim
%define build_sim --enable-sim --enable-sim-trace
%if "%{gdb_version}" >= "6.6"
# suse
@@ -100,15 +101,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target i386-rtems4.10

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-lm32-rtems4.10-gdb
Summary: Gdb for target lm32-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%define build_sim --enable-sim
%define build_sim --enable-sim --enable-sim-trace
%ifos mingw mingw32
# Mingw lacks functions required by the lm32 simulator
%define build_sim --disable-sim
@@ -104,15 +105,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target lm32-rtems4.10

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-m32c-rtems4.10-gdb
Summary: Gdb for target m32c-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%define build_sim --enable-sim
%define build_sim --enable-sim --enable-sim-trace
%ifos mingw mingw32
# Mingw lacks functions required by the m32c simulator
%define build_sim --disable-sim
@@ -104,15 +105,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target m32c-rtems4.10

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-m32r-rtems4.10-gdb
Summary: Gdb for target m32r-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%define build_sim --enable-sim
%define build_sim --enable-sim --enable-sim-trace
%if "%{gdb_version}" >= "6.6"
# suse
@@ -100,15 +101,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target m32r-rtems4.10

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-m68k-rtems4.10-gdb
Summary: Gdb for target m68k-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%define build_sim --enable-sim
%define build_sim --enable-sim --enable-sim-trace
%if "%{gdb_version}" >= "6.6"
# suse
@@ -100,15 +101,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target m68k-rtems4.10

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-mips-rtems4.10-gdb
Summary: Gdb for target mips-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%define build_sim --enable-sim
%define build_sim --enable-sim --enable-sim-trace
%if "%{gdb_version}" >= "6.6"
# suse
@@ -100,15 +101,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target mips-rtems4.10

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-mipstx39-rtems4.10-gdb
Summary: Gdb for target mipstx39-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%define build_sim --enable-sim
%define build_sim --enable-sim --enable-sim-trace
%ifos mingw mingw32
# Mingw lacks functions required by the mipstx39 simulator
%define build_sim --disable-sim
@@ -104,15 +105,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target mipstx39-rtems4.10

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-powerpc-rtems4.10-gdb
Summary: Gdb for target powerpc-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -64,6 +64,8 @@ BuildRequires: %{_host_rpmprefix}gcc
%if "%{_build}" != "%{_host}"
# psim doesn't support Cdn-X
%define build_sim --disable-sim
%else
%define build_sim --enable-sim --enable-sim-trace
%endif
%if "%{gdb_version}" >= "6.6"
@@ -104,15 +106,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target powerpc-rtems4.10

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-sh-rtems4.10-gdb
Summary: Gdb for target sh-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%define build_sim --enable-sim
%define build_sim --enable-sim --enable-sim-trace
%if "%{gdb_version}" >= "6.6"
# suse
@@ -100,15 +101,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target sh-rtems4.10

View File

@@ -45,14 +45,14 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.1
%define gdb_rpmvers %{expand:%(echo 7.1 | tr - _)}
%define gdb_version 7.2
%define gdb_rpmvers %{expand:%(echo 7.2 | tr - _)}
Name: rtems-4.10-sparc-rtems4.10-gdb
Summary: Gdb for target sparc-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +61,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%define build_sim --enable-sim
%define build_sim --enable-sim --enable-sim-trace
%ifos mingw mingw32
# Mingw lacks functions required by the sparc simulator
%define build_sim --disable-sim
@@ -104,15 +105,15 @@ BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
%if "%{gdb_version}" == "7.2"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.2-rtems4.10-20100903.diff
%endif
%if "%{gdb_version}" == "7.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-7.1-rtems4.10-20100812.diff
%endif
%if "%{gdb_version}" == "7.0.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20091222.diff
%endif
%description
GDB for target sparc-rtems4.10