From 8b2642c26333a862a26ff09cb28e3960d9cad026 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 23 Feb 2004 06:04:23 +0000 Subject: 2004-02-23 Ralf Corsepius * gdb/base-gdb.add: Add annotate.info. * gdb/gdb.add: Remove info/dir. --- scripts/gdb/base-gdb.add | 4 ++++ scripts/gdb/gdb.add | 2 ++ 2 files changed, 6 insertions(+) (limited to 'scripts/gdb') 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 -- cgit v1.2.3