1.1 --- a/tetex/tetex.spec Fri Aug 10 14:35:10 2012 +0200 1.2 +++ b/tetex/tetex.spec Fri Aug 10 14:38:05 2012 +0200 1.3 @@ -147,7 +147,6 @@ 1.4 Makefile.in 1.5 1.6 %build 1.7 - smpcpu=`echo %{l_mflags -O} | %{l_shtool} subst -e 's;.*\(\-j[1-9][0-9]*\).*;\1'` 1.8 # configure the system by using the (wrong) paths to the temporary 1.9 # installation area, followed by by a step for fixing the paths 1.10 # (to the correct values) inside the kpathsea library (which 1.11 @@ -184,14 +183,14 @@ 1.12 %{l_shtool} subst -v \ 1.13 -e "s;$RPM_BUILD_ROOT%{l_prefix};%{l_prefix};" \ 1.14 `find . -type f -print` 1.15 - eval "make $smpcpu all" 1.16 + eval "make all" 1.17 ) || exit $? 1.18 1.19 # build the sources 1.20 # (we cannot use %{l_make}, because teTeX dislikes absolute paths 1.21 # for make. Instead we work-around via $PATH. The redundant 1.22 # "eval" around the call is just to shut-up speclint) 1.23 - eval "make $smpcpu all" 1.24 + eval "make all" 1.25 1.26 %install 1.27 # reinstall teTeX texmf stuff