diff --git a/m4.changes b/m4.changes index 27ad500..a1e5be6 100644 --- a/m4.changes +++ b/m4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Sun Nov 15 10:34:56 CET 2009 - meissner@suse.de diff --git a/m4.spec b/m4.spec index d1ee175..f3598ae 100644 --- a/m4.spec +++ b/m4.spec @@ -1,7 +1,7 @@ # # spec file for package m4 (Version 1.4.13) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ Name: m4 -License: GPL v3 or later +License: GPLv3+ Group: Development/Languages/Other Provides: base:/usr/bin/m4 AutoReqProv: on PreReq: %{install_info_prereq} Version: 1.4.13 -Release: 2 +Release: 3 Summary: GNU m4 Url: http://www.gnu.org/software/m4/ Source: ftp://ftp.gnu.org/pub/gnu/m4/m4-%{version}.tar.lzma @@ -54,10 +54,10 @@ AUTOPOINT=true autoreconf -fi --without-included-regex \ gl_cv_func_isnanl_works=yes \ gl_cv_func_printf_directive_n=yes -make %{?jobs:-j %jobs} +make %{?_smp_mflags} %check -make %{?jobs:-j %jobs} check || true +make %{?_smp_mflags} check || true %install make install DESTDIR="$RPM_BUILD_ROOT"