# HG changeset patch # User Michael Schloh von Bennewitz # Date 1344602285 -7200 # Node ID 2f4b17c140a1bb1a68ea7ed9e1d88da74e64d652 # Parent b0b94589986baf6650851ee122a249fae27d65ff Back out parallel make as it seems to not change runtime behaviour. diff -r b0b94589986b -r 2f4b17c140a1 tetex/tetex.spec --- a/tetex/tetex.spec Fri Aug 10 14:35:10 2012 +0200 +++ b/tetex/tetex.spec Fri Aug 10 14:38:05 2012 +0200 @@ -147,7 +147,6 @@ Makefile.in %build - smpcpu=`echo %{l_mflags -O} | %{l_shtool} subst -e 's;.*\(\-j[1-9][0-9]*\).*;\1'` # configure the system by using the (wrong) paths to the temporary # installation area, followed by by a step for fixing the paths # (to the correct values) inside the kpathsea library (which @@ -184,14 +183,14 @@ %{l_shtool} subst -v \ -e "s;$RPM_BUILD_ROOT%{l_prefix};%{l_prefix};" \ `find . -type f -print` - eval "make $smpcpu all" + eval "make all" ) || exit $? # build the sources # (we cannot use %{l_make}, because teTeX dislikes absolute paths # for make. Instead we work-around via $PATH. The redundant # "eval" around the call is just to shut-up speclint) - eval "make $smpcpu all" + eval "make all" %install # reinstall teTeX texmf stuff