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
This commit is contained in:
OBS User autobuild 2010-07-20 18:50:55 +00:00 committed by Git OBS Bridge
parent bb528972b6
commit f7f1269cce
2 changed files with 10 additions and 5 deletions

View File

@ -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

10
m4.spec
View File

@ -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"