SPECS: uClibc.spec - rel 2; http://lists.pld-linux.org/mailman/pip...

arekm arekm at pld-linux.org
Sun Jun 3 22:23:32 CEST 2007


Author: arekm                        Date: Sun Jun  3 20:23:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 2; http://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2007-June/141284.html

---- Files affected:
SPECS:
   uClibc.spec (1.141 -> 1.142) 

---- Diffs:

================================================================
Index: SPECS/uClibc.spec
diff -u SPECS/uClibc.spec:1.141 SPECS/uClibc.spec:1.142
--- SPECS/uClibc.spec:1.141	Fri Jun  1 09:23:21 2007
+++ SPECS/uClibc.spec	Sun Jun  3 22:23:26 2007
@@ -1,10 +1,9 @@
 # $Revision$, $Date$
-# WARNING: broken heavily on TH. int main() { return 0; } fails with SIGFPE
 Summary:	C library optimized for size
 Summary(pl.UTF-8):	Biblioteka C zoptymalizowana na rozmiar
 Name:		uClibc
 Version:	0.9.29
-Release:	1.1
+Release:	2
 Epoch:		2
 License:	LGPL
 Group:		Libraries
@@ -87,7 +86,7 @@
 	' extra/Configs/Config.in
 
 %build
-%{__make} defconfig \
+%{__make} -j1 defconfig \
 	TARGET_ARCH="%{TARGET_ARCH}" \
 	TARGET_CPU="%{_target_cpu}" \
 	KERNEL_SOURCE=%{_prefix} \
@@ -110,7 +109,7 @@
 rm -f include/bits/uClibc_config.h
 
 # note: defconfig and all must be run in separate make process because of macros
-%{__make} \
+%{__make} -j1 \
 	TARGET_ARCH="%{TARGET_ARCH}" \
 	TARGET_CPU="%{_target_cpu}" \
 	KERNEL_SOURCE=%{_prefix} \
@@ -123,7 +122,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-%{__make} install \
+%{__make} -j1 install \
 	NATIVE_CC="%{__cc}" \
 	NATIVE_CFLAGS="%{rpmcflags} %{rpmldflags}" \
 	TARGET_ARCH="%{TARGET_ARCH}" \
@@ -196,6 +195,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.142  2007/06/03 20:23:26  arekm
+- rel 2; http://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2007-June/141284.html
+
 Revision 1.141  2007/06/01 07:23:21  arekm
 brokeness warning
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/uClibc.spec?r1=1.141&r2=1.142&f=u



More information about the pld-cvs-commit mailing list