SPECS: truecrypt.spec - force -j1 - smp seems to work (part of TODO)

vip vip at pld-linux.org
Fri Feb 8 17:52:50 CET 2008


Author: vip                          Date: Fri Feb  8 16:52:50 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- force -j1
- smp seems to work (part of TODO)

---- Files affected:
SPECS:
   truecrypt.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/truecrypt.spec
diff -u SPECS/truecrypt.spec:1.26 SPECS/truecrypt.spec:1.27
--- SPECS/truecrypt.spec:1.26	Thu Oct 25 10:35:14 2007
+++ SPECS/truecrypt.spec	Fri Feb  8 17:52:44 2008
@@ -2,7 +2,6 @@
 # TODO
 # - requires modutils???
 # - License: specfile from r1.1 contained different License than GPL
-# - test the smp version
 #
 # Conditional build:
 %bcond_without	dist_kernel	# allow non-distribution kernel
@@ -14,7 +13,7 @@
 Summary(pl.UTF-8):	TrueCrypt - wolnodostępne oprogramowanie do szyfrowania dysków
 Name:		truecrypt
 Version:	4.3a
-%define	_rel	0.1
+%define	_rel	0.5
 Release:	%{_rel}
 License:	GPL
 Group:		Base/Kernel
@@ -100,7 +99,7 @@
 	ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
 	ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h o/include/linux/autoconf.h
 %if %{with dist_kernel}
-	%{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
+	%{__make} -j1 -C %{_kernelsrcdir} O=$PWD/o prepare scripts
 %else
 	install -d o/include/config
 	touch o/include/config/MARKER
@@ -125,7 +124,7 @@
 %endif
 
 %if %{with userspace}
-%{__make} -C Linux/Cli
+%{__make} -j1 -C Linux/Cli
 %endif
 
 %install
@@ -171,6 +170,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2008-02-08 16:52:44  vip
+- force -j1
+- smp seems to work (part of TODO)
+
 Revision 1.26  2007-10-25 08:35:14  arvenil
 - part of TODO already done
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/truecrypt.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list