From 56e61bb8e1292c3b2850a9ad898d9c0798a72395 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Nov 1999 14:24:50 +0000 Subject: Patch rtems-rc-19991105-0.diff from Ralf Corsepius : This is the gdb.spec.in fix patch: * install infos gzip-ed * add gdb to group rtems --- scripts/gdb/gdb.spec.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/gdb/gdb.spec.in b/scripts/gdb/gdb.spec.in index cd1d3812f5..9a1ed0d821 100644 --- a/scripts/gdb/gdb.spec.in +++ b/scripts/gdb/gdb.spec.in @@ -13,7 +13,7 @@ Distribution: Linux Name: @target_alias@-gdb Release: @Release@ Copyright: 1999 OARCorp -Group: unsorted +Group: rtems Provides: @target_alias@-gdb Autoreqprov: on @@ -68,6 +68,11 @@ test -d build || mkdir build make prefix=$RPM_BUILD_ROOT/opt/rtems install make prefix=$RPM_BUILD_ROOT/opt/rtems install-info + # gzip info files + gzip -f $RPM_BUILD_ROOT/opt/rtems/info/*.info 2>/dev/null + gzip -f $RPM_BUILD_ROOT/opt/rtems/info/*.info-? 2>/dev/null + gzip -f $RPM_BUILD_ROOT/opt/rtems/info/*.info-?? 2>/dev/null + %post if test -d $RPM_INSTALL_PREFIX/rtems/info; then -- cgit v1.2.3