summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 14:24:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 14:24:50 +0000
commit56e61bb8e1292c3b2850a9ad898d9c0798a72395 (patch)
tree8cd55152393a418fe480cb2ee318d594f87cf2d2 /scripts
parentMoved start code from lib/start to libbsp. (diff)
downloadrtems-56e61bb8e1292c3b2850a9ad898d9c0798a72395.tar.bz2
Patch rtems-rc-19991105-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
This is the gdb.spec.in fix patch: * install infos gzip-ed * add gdb to group rtems
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gdb/gdb.spec.in7
1 files changed, 6 insertions, 1 deletions
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