summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/gdb/gdb.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-10-31 12:30:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-10-31 12:30:51 +0000
commit84f86cb20f01bcd0689374dc6b181ce3b0b0a3b4 (patch)
tree7629877db9ecaeb806ba16a8144cb0f2fbe492e8 /contrib/crossrpms/gdb/gdb.add
parentgdb-4.7.1 (diff)
downloadrtems-84f86cb20f01bcd0689374dc6b181ce3b0b0a3b4.tar.bz2
Reflect suse-10.3 having expat in libexpat-devel.
Diffstat (limited to 'contrib/crossrpms/gdb/gdb.add')
-rw-r--r--contrib/crossrpms/gdb/gdb.add9
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add
index 0a47450cfe..d634ff1d1e 100644
--- a/contrib/crossrpms/gdb/gdb.add
+++ b/contrib/crossrpms/gdb/gdb.add
@@ -11,9 +11,16 @@ URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if "%{gdb_version}" >= "6.6"
+# suse
%if "%{?suse}"
+%if "%{?suse}" >= "10.3"
+BuildRequires: libexpat-devel
+%else
+BuildRequires: expat
+%endif
BuildRequires: expat
-%else
+%else
+# fedora/redhat
BuildRequires: expat-devel
%endif
%endif