forked from pool/automake
This commit is contained in:
parent
037e12b3a9
commit
06ba3fa26e
@ -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
|
Sun Jun 21 11:11:31 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ AutoReqProv: on
|
|||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Requires: autoconf >= 2.62
|
Requires: autoconf >= 2.62
|
||||||
Version: 1.11
|
Version: 1.11
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
|
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
|
||||||
Url: http://www.gnu.org/software/automake
|
Url: http://www.gnu.org/software/automake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -64,7 +64,7 @@ make
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Some architectures can't keep up the pace.
|
# Some architectures can't keep up the pace.
|
||||||
%ifnarch alpha
|
%ifnarch alpha %arm
|
||||||
make check VERBOSE=1
|
make check VERBOSE=1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -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
|
Sun Jun 21 11:11:31 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ AutoReqProv: on
|
|||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Requires: autoconf >= 2.62
|
Requires: autoconf >= 2.62
|
||||||
Version: 1.11
|
Version: 1.11
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
|
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
|
||||||
Url: http://www.gnu.org/software/automake
|
Url: http://www.gnu.org/software/automake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -64,7 +64,7 @@ make
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Some architectures can't keep up the pace.
|
# Some architectures can't keep up the pace.
|
||||||
%ifnarch alpha
|
%ifnarch alpha %arm
|
||||||
make check VERBOSE=1
|
make check VERBOSE=1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user