]> git.pld-linux.org Git - packages/gnustep-back.git/commitdiff
- Fixed "Cannot find XGContext" error in back-art and back-dgs
authoraredridel <aredridel@pld-linux.org>
Sat, 26 Jul 2003 01:19:11 +0000 (01:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec is ugly, %install and %build are merged.

Changed files:
    gnustep-back.spec -> 1.9

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.055634 seconds and 4 git commands to generate.