SHA256
1
0
forked from pool/automake
OBS User unknown 2009-07-17 13:50:37 +00:00 committed by Git OBS Bridge
parent 037e12b3a9
commit 06ba3fa26e
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 10 19:37:24 UTC 2009 - jansimon.moeller@opensuse.org
- Disable the testsuite also for ARM as it blocks/stalls the worker.
-------------------------------------------------------------------
Sun Jun 21 11:11:31 CEST 2009 - coolo@novell.com

View File

@ -26,7 +26,7 @@ AutoReqProv: on
PreReq: %{install_info_prereq}
Requires: autoconf >= 2.62
Version: 1.11
Release: 2
Release: 3
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
Url: http://www.gnu.org/software/automake
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -64,7 +64,7 @@ make
%check
# Some architectures can't keep up the pace.
%ifnarch alpha
%ifnarch alpha %arm
make check VERBOSE=1
%endif

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 10 19:37:24 UTC 2009 - jansimon.moeller@opensuse.org
- Disable the testsuite also for ARM as it blocks/stalls the worker.
-------------------------------------------------------------------
Sun Jun 21 11:11:31 CEST 2009 - coolo@novell.com

View File

@ -26,7 +26,7 @@ AutoReqProv: on
PreReq: %{install_info_prereq}
Requires: autoconf >= 2.62
Version: 1.11
Release: 2
Release: 3
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
Url: http://www.gnu.org/software/automake
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -64,7 +64,7 @@ make
%check
# Some architectures can't keep up the pace.
%ifnarch alpha
%ifnarch alpha %arm
make check VERBOSE=1
%endif