summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.10/powerpc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-24 09:10:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-24 09:10:23 +0000
commit88ab8f3f1705b002c8e17102488d5c803d46b1b9 (patch)
treea763e2218d35a23b4d055b463c75906dfd7d3fb6 /contrib/crossrpms/rtems4.10/powerpc
parentBump GDB_RPMREL. (diff)
downloadrtems-88ab8f3f1705b002c8e17102488d5c803d46b1b9.tar.bz2
Regenerate, fix spec file.
Diffstat (limited to 'contrib/crossrpms/rtems4.10/powerpc')
-rw-r--r--contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec b/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec
index b68ecffba6..da74a45234 100644
--- a/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec
+++ b/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name: rtems-4.10-powerpc-rtems4.10-gdb
Summary: Gdb for target powerpc-rtems4.10
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 8%{?dist}
+Release: 9%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -82,7 +82,7 @@ BuildRequires: %{_host_rpmprefix}gcc
%if "%{gdb_version}" >= "6.6"
# suse
-%if 0%{?suse}
+%if "%{?suse}" >= "10.3"
BuildRequires: libexpat-devel
%else
# Fedora/CentOS/Cygwin/MinGW
@@ -144,6 +144,9 @@ rm -f gdb-%{gdb_version}/readline/configure
%if "%{gdb_version}" >= "6.6"
--with-expat \
%endif
+%if "%{gdb_version}" >= "6.8.50"
+ --without-python \
+%endif
--prefix=%{_prefix} --bindir=%{_bindir} \
--includedir=%{_includedir} --libdir=%{_libdir} \
--mandir=%{_mandir} --infodir=%{_infodir}