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:
parent
bb528972b6
commit
f7f1269cce
@ -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
|
Sun Nov 15 10:34:56 CET 2009 - meissner@suse.de
|
||||||
|
|
||||||
|
10
m4.spec
10
m4.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package m4 (Version 1.4.13)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: m4
|
Name: m4
|
||||||
License: GPL v3 or later
|
License: GPLv3+
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Provides: base:/usr/bin/m4
|
Provides: base:/usr/bin/m4
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Version: 1.4.13
|
Version: 1.4.13
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: GNU m4
|
Summary: GNU m4
|
||||||
Url: http://www.gnu.org/software/m4/
|
Url: http://www.gnu.org/software/m4/
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/m4/m4-%{version}.tar.lzma
|
Source: ftp://ftp.gnu.org/pub/gnu/m4/m4-%{version}.tar.lzma
|
||||||
@ -54,10 +54,10 @@ AUTOPOINT=true autoreconf -fi
|
|||||||
--without-included-regex \
|
--without-included-regex \
|
||||||
gl_cv_func_isnanl_works=yes \
|
gl_cv_func_isnanl_works=yes \
|
||||||
gl_cv_func_printf_directive_n=yes
|
gl_cv_func_printf_directive_n=yes
|
||||||
make %{?jobs:-j %jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?jobs:-j %jobs} check || true
|
make %{?_smp_mflags} check || true
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR="$RPM_BUILD_ROOT"
|
make install DESTDIR="$RPM_BUILD_ROOT"
|
||||||
|
Loading…
Reference in New Issue
Block a user