summaryrefslogtreecommitdiffstats
path: root/scripts/gdb
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-23 06:04:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-23 06:04:23 +0000
commit8b2642c26333a862a26ff09cb28e3960d9cad026 (patch)
treea2836bf68da142b62d356a092e8485d474e9539b /scripts/gdb
parent2004-02-21 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8b2642c26333a862a26ff09cb28e3960d9cad026.tar.bz2
2004-02-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gdb/base-gdb.add: Add annotate.info. * gdb/gdb.add: Remove info/dir.
Diffstat (limited to 'scripts/gdb')
-rw-r--r--scripts/gdb/base-gdb.add4
-rw-r--r--scripts/gdb/gdb.add2
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/gdb/base-gdb.add b/scripts/gdb/base-gdb.add
index 76b4c69319..3e7cc4a632 100644
--- a/scripts/gdb/base-gdb.add
+++ b/scripts/gdb/base-gdb.add
@@ -28,6 +28,10 @@ This is the base for gdb regardless of target CPU.
%doc %{_prefix}/info/readline.info*
%endif
+%if "{gdb_version}" >= "6.0"
+%doc %{_prefix}/info/annotate.info*
+%endif
+
%dir %{_prefix}/man
%dir %{_prefix}/man/man1
diff --git a/scripts/gdb/gdb.add b/scripts/gdb/gdb.add
index 0c5d7332c6..ed6664e285 100644
--- a/scripts/gdb/gdb.add
+++ b/scripts/gdb/gdb.add
@@ -110,3 +110,5 @@ test -d build || mkdir build
gzip -f $RPM_BUILD_ROOT%{_prefix}/info/*.info-?? 2>/dev/null
%endif
+ # We don't ship info/dir
+ rm -f $RPM_BUILD_ROOT%{_prefix}/info/dir