SPECS: gnustep-extensions.spec - force make -j1 - rel 7 (rebuild w...
glen
glen at pld-linux.org
Tue Sep 6 23:08:06 CEST 2005
Author: glen Date: Tue Sep 6 21:08:06 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- force make -j1
- rel 7 (rebuild with gnustep 1.10) - STBR
---- Files affected:
SPECS:
gnustep-extensions.spec (1.21 -> 1.22)
---- Diffs:
================================================================
Index: SPECS/gnustep-extensions.spec
diff -u SPECS/gnustep-extensions.spec:1.21 SPECS/gnustep-extensions.spec:1.22
--- SPECS/gnustep-extensions.spec:1.21 Sun Nov 7 22:01:21 2004
+++ SPECS/gnustep-extensions.spec Tue Sep 6 23:08:00 2005
@@ -3,7 +3,7 @@
Summary(pl): Biblioteka rozszerzeń GNUstep Foundation
Name: gnustep-extensions
Version: 0.8.6
-Release: 6
+Release: 7
License: BSD-like
Group: Libraries
Source0: ftp://ftp.gnustep.org/pub/gnustep/libs/extensions-%{version}.tar.gz
@@ -70,14 +70,14 @@
%configure \
ac_cv_broken_builtin_apply=no
-%{__make} \
+%{__make} -j1 \
messages=yes
%install
rm -rf $RPM_BUILD_ROOT
. %{_prefix}/System/Library/Makefiles/GNUstep.sh
-%{__make} install \
+%{__make} -j1 install \
GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
%clean
@@ -104,6 +104,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2005/09/06 21:08:00 glen
+- force make -j1
+- rel 7 (rebuild with gnustep 1.10) - STBR
+
Revision 1.21 2004/11/07 21:01:21 havner
- rel up for rebuild
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gnustep-extensions.spec?r1=1.21&r2=1.22&f=u
More information about the pld-cvs-commit
mailing list