diff --git a/texinfo.changes b/texinfo.changes index 5dfd511..0f7ca36 100644 --- a/texinfo.changes +++ b/texinfo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Sun Dec 6 14:58:06 CET 2009 - jengelh@medozas.de diff --git a/texinfo.spec b/texinfo.spec index 8d51162..8397a85 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -23,7 +23,7 @@ License: GPLv2+ ; GPLv3+ Group: Productivity/Publishing/Texinfo AutoReqProv: on Version: 4.13a -Release: 3 +Release: 4 %global version_t2h 1.82 %global version_t2r 2.0 Summary: Tools Needed to Create Documentation from Texinfo Sources @@ -132,7 +132,7 @@ popd --enable-nls PATH=${PWD}/makeinfo:${PWD}/util:$PATH export PATH - make %{?jobs:-j%jobs}; + make %{?_smp_mflags}; pushd ../texi2html-%{version_t2h} ./configure --build=$HOST \ --prefix=%{_prefix} \ @@ -141,11 +141,11 @@ pushd ../texi2html-%{version_t2h} --infodir=%{_infodir} \ --without-included-gettext \ --enable-nls - make %{?jobs:-j%jobs}; + make %{?_smp_mflags}; popd pushd ../texi2roff-%{version_t2r} rm -f texi2roff - make %{?jobs:-j%jobs}; + make %{?_smp_mflags}; popd %install