Regenerate.

This commit is contained in:
Ralf Corsepius
2011-12-13 18:08:46 +00:00
parent 664d321a69
commit d45c69aad1
16 changed files with 202 additions and 36 deletions

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-arm-rtemseabi4.11-gdb
Summary: Gdb for target arm-rtemseabi4.11
@@ -91,6 +91,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -179,6 +183,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/arm-rtemseabi4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-arm-rtems4.11-gdb
Summary: Gdb for target arm-rtems4.11
@@ -91,6 +91,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -179,6 +183,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/arm-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-avr-rtems4.11-gdb
Summary: Gdb for target avr-rtems4.11
@@ -91,6 +91,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -179,6 +183,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/avr-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-bfin-rtems4.11-gdb
Summary: Gdb for target bfin-rtems4.11
@@ -91,6 +91,20 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
%endif
%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.11-20100907.diff
%endif
%if "%{gdb_version}" == "7.3.1"
BuildRequires: rtems-4.11-bfin-rtems4.11-binutils
BuildRequires: texinfo
@@ -99,10 +113,6 @@ BuildRequires: texinfo
# Force not building the GUI.
%{!?suse:BuildConflicts: SDL-devel}
%{?suse:BuildConflicts: libSDL-devel}
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
%endif
%description
@@ -184,6 +194,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/bfin-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-h8300-rtems4.11-gdb
Summary: Gdb for target h8300-rtems4.11
@@ -95,6 +95,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -183,6 +187,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/h8300-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-i386-rtems4.11-gdb
Summary: Gdb for target i386-rtems4.11
@@ -91,6 +91,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -179,6 +183,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/i386-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-lm32-rtems4.11-gdb
Summary: Gdb for target lm32-rtems4.11
@@ -95,6 +95,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -183,6 +187,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/lm32-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-m32c-rtems4.11-gdb
Summary: Gdb for target m32c-rtems4.11
@@ -95,6 +95,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -183,6 +187,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/m32c-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-m32r-rtems4.11-gdb
Summary: Gdb for target m32r-rtems4.11
@@ -91,6 +91,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -179,6 +183,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/m32r-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-m68k-rtems4.11-gdb
Summary: Gdb for target m68k-rtems4.11
@@ -91,6 +91,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -179,6 +183,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/m68k-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-mips-rtems4.11-gdb
Summary: Gdb for target mips-rtems4.11
@@ -91,6 +91,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -179,6 +183,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/mips-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-mipstx39-rtems4.11-gdb
Summary: Gdb for target mipstx39-rtems4.11
@@ -95,6 +95,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -183,6 +187,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/mipstx39-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-powerpc-rtems4.11-gdb
Summary: Gdb for target powerpc-rtems4.11
@@ -97,6 +97,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -185,6 +189,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/powerpc-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-sh-rtems4.11-gdb
Summary: Gdb for target sh-rtems4.11
@@ -91,6 +91,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -179,6 +183,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/sh-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-sparc-rtems4.11-gdb
Summary: Gdb for target sparc-rtems4.11
@@ -95,6 +95,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -183,6 +187,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/sparc-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~

View File

@@ -45,8 +45,8 @@
%define _host_rpmprefix %{nil}
%endif
%define gdb_version 7.3.1
%define gdb_rpmvers %{expand:%(echo 7.3.1 | tr - _)}
%define gdb_version 7.3.91
%define gdb_rpmvers %{expand:%(echo 7.3.91 | tr - _)}
Name: rtems-4.11-sparc64-rtems4.11-gdb
Summary: Gdb for target sparc64-rtems4.11
@@ -91,6 +91,10 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.11-gdb-common
%if "%{gdb_version}" == "7.3.91"
Source0: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb/gdb-7.3.91.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.91-rtems4.11-20111213.diff
%endif
%if "%{gdb_version}" == "7.3.1"
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.3.1-rtems4.11-20110905.diff
@@ -179,6 +183,12 @@ cd ..
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/sparc64-rtems4.11-gdb/python
%endif
%endif
%if "%{gdb_version}" == "7.3.91"
# gdb-7.3.91, installs host files, we don't want
rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
%endif
cd ..
# Extract %%__os_install_post into os_install_post~