mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Regenerate.
This commit is contained in:
@@ -52,7 +52,7 @@ Name: rtems-4.10-arm-rtems4.10-gdb
|
|||||||
Summary: Gdb for target arm-rtems4.10
|
Summary: Gdb for target arm-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target arm-rtems4.10
|
GDB for target arm-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Name: rtems-4.10-avr-rtems4.10-gdb
|
|||||||
Summary: Gdb for target avr-rtems4.10
|
Summary: Gdb for target avr-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target avr-rtems4.10
|
GDB for target avr-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -132,10 +139,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -152,9 +157,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Name: rtems-4.10-h8300-rtems4.10-gdb
|
|||||||
Summary: Gdb for target h8300-rtems4.10
|
Summary: Gdb for target h8300-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target h8300-rtems4.10
|
GDB for target h8300-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Name: rtems-4.10-i386-rtems4.10-gdb
|
|||||||
Summary: Gdb for target i386-rtems4.10
|
Summary: Gdb for target i386-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target i386-rtems4.10
|
GDB for target i386-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Name: rtems-4.10-lm32-rtems4.10-gdb
|
|||||||
Summary: Gdb for target lm32-rtems4.10
|
Summary: Gdb for target lm32-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target lm32-rtems4.10
|
GDB for target lm32-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Name: rtems-4.10-m32c-rtems4.10-gdb
|
|||||||
Summary: Gdb for target m32c-rtems4.10
|
Summary: Gdb for target m32c-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target m32c-rtems4.10
|
GDB for target m32c-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Name: rtems-4.10-m32r-rtems4.10-gdb
|
|||||||
Summary: Gdb for target m32r-rtems4.10
|
Summary: Gdb for target m32r-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target m32r-rtems4.10
|
GDB for target m32r-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Name: rtems-4.10-m68k-rtems4.10-gdb
|
|||||||
Summary: Gdb for target m68k-rtems4.10
|
Summary: Gdb for target m68k-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target m68k-rtems4.10
|
GDB for target m68k-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Name: rtems-4.10-mips-rtems4.10-gdb
|
|||||||
Summary: Gdb for target mips-rtems4.10
|
Summary: Gdb for target mips-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target mips-rtems4.10
|
GDB for target mips-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Name: rtems-4.10-mipstx39-rtems4.10-gdb
|
|||||||
Summary: Gdb for target mipstx39-rtems4.10
|
Summary: Gdb for target mipstx39-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target mipstx39-rtems4.10
|
GDB for target mipstx39-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Name: rtems-4.10-powerpc-rtems4.10-gdb
|
|||||||
Summary: Gdb for target powerpc-rtems4.10
|
Summary: Gdb for target powerpc-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target powerpc-rtems4.10
|
GDB for target powerpc-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Name: rtems-4.10-sh-rtems4.10-gdb
|
|||||||
Summary: Gdb for target sh-rtems4.10
|
Summary: Gdb for target sh-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target sh-rtems4.10
|
GDB for target sh-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Name: rtems-4.10-sparc-rtems4.10-gdb
|
|||||||
Summary: Gdb for target sparc-rtems4.10
|
Summary: Gdb for target sparc-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -102,8 +102,15 @@ BuildRequires: %{_host_rpmprefix}expat-devel
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
BuildRequires: %{_host_rpmprefix}termcap-devel
|
BuildRequires: %{_host_rpmprefix}termcap-devel
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with system_readline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{_host_rpmprefix}readline-devel
|
|
||||||
|
%if 0%{?fedora} >= 12
|
||||||
|
%bcond_with system_readline
|
||||||
|
%else
|
||||||
|
%bcond_without system_readline
|
||||||
|
%endif
|
||||||
|
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
|
||||||
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
BuildRequires: %{_host_rpmprefix}ncurses-devel
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.8.50"
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
@@ -124,9 +131,9 @@ BuildRequires: texinfo >= 4.2
|
|||||||
Requires: rtems-4.10-gdb-common
|
Requires: rtems-4.10-gdb-common
|
||||||
|
|
||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090917.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090918.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target sparc-rtems4.10
|
GDB for target sparc-rtems4.10
|
||||||
@@ -138,10 +145,8 @@ cd gdb-%{gdb_version}
|
|||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if "%{gdb_version}" >= "6.7"
|
|
||||||
# Force using a system-provided libreadline
|
# Force using a system-provided libreadline
|
||||||
rm -f gdb-%{gdb_version}/readline/configure
|
%{?with_system_readline:rm -f gdb-%{gdb_version}/readline/configure}
|
||||||
%endif
|
|
||||||
%build
|
%build
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@@ -158,9 +163,7 @@ rm -f gdb-%{gdb_version}/readline/configure
|
|||||||
--disable-win32-registry \
|
--disable-win32-registry \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
%{build_sim} \
|
%{build_sim} \
|
||||||
%if "%{gdb_version}" >= "6.7"
|
%{?with_system_readline:--with-system-readline} \
|
||||||
--with-system-readline \
|
|
||||||
%endif
|
|
||||||
%if "%{gdb_version}" >= "6.6"
|
%if "%{gdb_version}" >= "6.6"
|
||||||
--with-expat \
|
--with-expat \
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
Reference in New Issue
Block a user