]> git.pld-linux.org Git - packages/gnustep-back.git/blobdiff - gnustep-back.spec
- Fixed "Cannot find XGContext" error in back-art and back-dgs
[packages/gnustep-back.git] / gnustep-back.spec
index 3a10f7c5692b3269e8495d946252c3d3e4629e7d..8424b3c7d117d3fe04397157797b75516825bc59 100644 (file)
@@ -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
This page took 0.06527 seconds and 4 git commands to generate.