From f7f1269cce36d349553d73207149c8e9c2edebffc788bf42209b3f4227d5284c Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 20 Jul 2010 18:50:55 +0000 Subject: [PATCH] Accepting request 43451 from Base:System Copy from Base:System/m4 based on submit request 43451 from user coolo OBS-URL: https://build.opensuse.org/request/show/43451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/m4?expand=0&rev=15 --- m4.changes | 5 +++++ m4.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) 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"