summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-08-09 03:05:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-08-09 03:05:41 +0000
commit9aa147283127854443f7192245f6fcb9f41549cd (patch)
tree9f94c6060787381d5c1aa758976783620f4e6d7b /contrib
parentNew. (diff)
downloadrtems-9aa147283127854443f7192245f6fcb9f41549cd.tar.bz2
Regenerate.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.8/mipstx39/rtems-4.8-mipstx39-rtems4.8-gdb.spec27
1 files changed, 6 insertions, 21 deletions
diff --git a/contrib/crossrpms/rtems4.8/mipstx39/rtems-4.8-mipstx39-rtems4.8-gdb.spec b/contrib/crossrpms/rtems4.8/mipstx39/rtems-4.8-mipstx39-rtems4.8-gdb.spec
index f01993b731..64d079052c 100644
--- a/contrib/crossrpms/rtems4.8/mipstx39/rtems-4.8-mipstx39-rtems4.8-gdb.spec
+++ b/contrib/crossrpms/rtems4.8/mipstx39/rtems-4.8-mipstx39-rtems4.8-gdb.spec
@@ -20,14 +20,18 @@ Name: rtems-4.8-mipstx39-rtems4.8-gdb
Summary: Gdb for target mipstx39-rtems4.8
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if "%{gdb_version}" >= "6.6"
+%if "%{?suse}"
+BuildRequires: expat
+%else
BuildRequires: expat-devel
%endif
+%endif
# Required for building the infos
BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
@@ -44,7 +48,7 @@ Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
Patch0: gdb-6.5-rtems-20060713.diff
%endif
%if "%{gdb_version}" == "6.6"
-Patch0: gdb-6.6-rtems4.8-20070218.diff
+Patch0: gdb-6.6-rtems4.8-20070306.diff
%endif
%description
@@ -182,11 +186,6 @@ Group: Development/Tools
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
-Provides: rtems-4.8-rtems4.7-base-gdb = %{gdb_version}-%{release}
-Obsoletes: rtems-4.8-rtems4.7-base-gdb < %{gdb_version}-%{release}
-Provides: rtems-4.8-rtems-base-gdb = %{gdb_version}-%{release}
-Obsoletes: rtems-4.8-rtems-base-gdb < %{gdb_version}-%{release}
-
%description -n rtems-4.8-gdb-common
GDB files shared by all targets.
@@ -196,13 +195,9 @@ GDB files shared by all targets.
%if "%{gdb_version}" < "6.3"
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/mmalloc.info.gz || :
%endif
-%if "%{gdb_version}" >= "5.0"
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gdbint.info.gz || :
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/stabs.info.gz || :
-%endif
-%if "{gdb_version}" >= "6.0"
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/annotate.info.gz || :
-%endif
%preun -n rtems-4.8-gdb-common
if [ $1 -eq 0 ]; then
@@ -210,13 +205,9 @@ if [ $1 -eq 0 ]; then
%if "%{gdb_version}" < "6.3"
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/mmalloc.info.gz || :
%endif
-%if "%{gdb_version}" >= "5.0"
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gdbint.info.gz || :
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/stabs.info.gz || :
-%endif
-%if "{gdb_version}" >= "6.0"
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/annotate.info.gz || :
-%endif
fi
%files -n rtems-4.8-gdb-common
@@ -229,13 +220,7 @@ fi
%if "%{gdb_version}" < "6.3"
%{_infodir}/mmalloc.info*
%endif
-# FIXME: When had gdbint and stabs been introduced?
-%if "%{gdb_version}" >= "5.0"
%{_infodir}/gdbint.info*
%{_infodir}/stabs.info*
-%endif
-
-%if "{gdb_version}" >= "6.0"
%{_infodir}/annotate.info*
-%endif