SPECS: Addresses.spec - make -j1 again - fixed %install
glen
glen at pld-linux.org
Tue Sep 6 23:19:31 CEST 2005
Author: glen Date: Tue Sep 6 21:19:31 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- make -j1 again
- fixed %install
---- Files affected:
SPECS:
Addresses.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/Addresses.spec
diff -u SPECS/Addresses.spec:1.18 SPECS/Addresses.spec:1.19
--- SPECS/Addresses.spec:1.18 Tue Sep 6 22:24:28 2005
+++ SPECS/Addresses.spec Tue Sep 6 23:19:25 2005
@@ -59,7 +59,7 @@
. %{_prefix}/System/Library/Makefiles/GNUstep.sh
TOPDIR="`pwd`"
GNUSTEP_LOCAL_ROOT="$RPM_BUILD_ROOT%{_prefix}/System"
-%{__make} \
+%{__make} -j1 \
OPTFLAG="%{rpmcflags} -I$RPM_BUILD_DIR/%{name}-%{version}" \
debug=no \
messages=yes
@@ -67,7 +67,8 @@
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+. %{_prefix}/System/Library/Makefiles/GNUstep.sh
+%{__make} -j1 install \
GNUSTEP_INSTALLATION_DIR="$RPM_BUILD_ROOT%{_prefix}/System" \
debug=no \
messages=yes
@@ -147,6 +148,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2005/09/06 21:19:25 glen
+- make -j1 again
+- fixed %install
+
Revision 1.18 2005/09/06 20:24:28 arekm
- rel 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/Addresses.spec?r1=1.18&r2=1.19&f=u
More information about the pld-cvs-commit
mailing list