2004-02-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* gdb/base-gdb.add: Add annotate.info.
	* gdb/gdb.add: Remove info/dir.
This commit is contained in:
Ralf Corsepius
2004-02-23 06:04:23 +00:00
parent 36fc0ee116
commit 8b2642c263
3 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2004-02-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gdb/base-gdb.add: Add annotate.info.
* gdb/gdb.add: Remove info/dir.
2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, gdb/Makefile.am: Cosmetics. * Makefile.am, gdb/Makefile.am: Cosmetics.

View File

@@ -28,6 +28,10 @@ This is the base for gdb regardless of target CPU.
%doc %{_prefix}/info/readline.info* %doc %{_prefix}/info/readline.info*
%endif %endif
%if "{gdb_version}" >= "6.0"
%doc %{_prefix}/info/annotate.info*
%endif
%dir %{_prefix}/man %dir %{_prefix}/man
%dir %{_prefix}/man/man1 %dir %{_prefix}/man/man1

View File

@@ -110,3 +110,5 @@ test -d build || mkdir build
gzip -f $RPM_BUILD_ROOT%{_prefix}/info/*.info-?? 2>/dev/null gzip -f $RPM_BUILD_ROOT%{_prefix}/info/*.info-?? 2>/dev/null
%endif %endif
# We don't ship info/dir
rm -f $RPM_BUILD_ROOT%{_prefix}/info/dir