forked from pool/automake
Accepting request 44183 from devel:tools:building
Copy from devel:tools:building/automake based on submit request 44183 from user coolo OBS-URL: https://build.opensuse.org/request/show/44183 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/automake?expand=0&rev=21
This commit is contained in:
parent
6a959070cb
commit
357c405960
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- use %_smp_mflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 11 16:41:49 CET 2009 - pth@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package automake-testsuite (Version 1.11.1)
|
||||
#
|
||||
# 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
|
||||
@ -26,7 +26,7 @@ AutoReqProv: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Requires: autoconf >= 2.62
|
||||
Version: 1.11.1
|
||||
Release: 1
|
||||
Release: 6
|
||||
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
|
||||
Url: http://www.gnu.org/software/automake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -58,7 +58,7 @@ Authors:
|
||||
|
||||
%build
|
||||
%configure --docdir=%{_docdir}/%{name}
|
||||
make %{?jobs:-j%jobs};
|
||||
make %{?_smp_mflags};
|
||||
%if "%{name}" == "automake-testsuite"
|
||||
|
||||
%check
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- use %_smp_mflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 11 16:41:49 CET 2009 - pth@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package automake (Version 1.11.1)
|
||||
#
|
||||
# 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
|
||||
@ -26,7 +26,7 @@ AutoReqProv: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Requires: autoconf >= 2.62
|
||||
Version: 1.11.1
|
||||
Release: 1
|
||||
Release: 6
|
||||
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
|
||||
Url: http://www.gnu.org/software/automake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -58,7 +58,7 @@ Authors:
|
||||
|
||||
%build
|
||||
%configure --docdir=%{_docdir}/%{name}
|
||||
make %{?jobs:-j%jobs};
|
||||
make %{?_smp_mflags};
|
||||
%if "%{name}" == "automake-testsuite"
|
||||
|
||||
%check
|
||||
|
Loading…
Reference in New Issue
Block a user