From e2bc31f1821f5d00df5a11e4466a428ffcde3879 Mon Sep 17 00:00:00 2001 From: aredridel Date: Sat, 26 Jul 2003 01:19:11 +0000 Subject: [PATCH] - Fixed "Cannot find XGContext" error in back-art and back-dgs - spec is ugly, %install and %build are merged. Changed files: gnustep-back.spec -> 1.9 --- gnustep-back.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gnustep-back.spec b/gnustep-back.spec index 3a10f7c..8424b3c 100644 --- a/gnustep-back.spec +++ b/gnustep-back.spec @@ -127,15 +127,8 @@ fi cp -f back.make back-$g.make # preserve timestamp of config.h cp -pf config.h config-$g.h -done -%{__make} -C Documentation -%install -rm -rf $RPM_BUILD_ROOT -. %{_prefix}/System/Library/Makefiles/GNUstep.sh - -for g in art xdps xlib ; do if [ "$g" = "xlib" ]; then NAME="back" else @@ -151,6 +144,12 @@ touch config.status -r config.h BACKEND_NAME="$NAME" done +%{__make} -C Documentation + +%install + +. %{_prefix}/System/Library/Makefiles/GNUstep.sh + %{__make} install -C Documentation \ GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System \ # not (yet?) supported by rpm-compress-doc -- 2.44.0