diff --git a/libtool.spec b/libtool.spec index e8ceefaf0044e25b34112a357deb549c167d3263..55d77a6c3e1de3178abee8e2a6598af503ad9e72 100644 --- a/libtool.spec +++ b/libtool.spec @@ -3,7 +3,7 @@ Name: libtool Version: 2.4.6 -Release: 33 +Release: 34 License: GPLv2+ and LGPLv2+ and GFDL Summary: The GNU Portable Library Tool URL: http://www.gnu.org/software/libtool/ @@ -67,7 +67,7 @@ export FCFLAGS="$RPM_OPT_FLAGS -fPIE" %make_build CUSTOM_LTDL_CFLAGS="%_hardening_cflags" CUSTOM_LTDL_LDFLAGS="%_hardening_ldflags" %check -make check VERBOSE=yes +make check %{?_smp_mflags} VERBOSE=yes %install %make_install @@ -104,6 +104,9 @@ rm -f %{buildroot}%{_libdir}/libltdl.{a,la} %changelog +* Mon Jul 05 Jul shixuantong - 2.4.6-34 +- Add multiple threads to make check + * Thu Aug 20 2020 tianwei - 2.4.6-33 - fixbug testcase fail for gfortan