forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user