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
This commit is contained in:
Joel Sherrill
1999-11-16 14:24:50 +00:00
parent ac656f2dc4
commit 56e61bb8e1

View File

@@ -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