]> 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 7a250cb4abda0a48c890efddd30bc929a619a637..8424b3c7d117d3fe04397157797b75516825bc59 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       The GNUstep backend bundle
 Summary(pl):   Pakiet backendowy GNUstep
 Name:          gnustep-back
-Version:       0.8.7
+Version:       0.8.8
 Release:       1
 License:       LGPL/GPL
 Vendor:                The GNUstep Project
 Group:         X11/Libraries
 Source0:       ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
-# Source0-md5: 1b9e0eae52bce69a979d07a3cbe4019d
+# Source0-md5: 20c2d2f4f44bac053f7df02025c968d5
 Patch0:                %{name}-xdps-fix.patch
 URL:           http://www.gnustep.org/
 BuildRequires: OpenGL-devel
@@ -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,10 +144,16 @@ 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
-find $RPM_BUILD_ROOT%{_prefix}/System/Library/Documentation -type f | xargs gzip -9nf
+#find $RPM_BUILD_ROOT%{_prefix}/System/Library/Documentation -type f | xargs gzip -9nf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.103962 seconds and 4 git commands to generate.