Allow to run more tests during 'make check' time

This commit is contained in:
Pavel Raiskup 2013-01-14 11:46:05 +01:00
parent 59c11cdaa3
commit 9343d2db12
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: A GNU tool for automatically creating Makefiles
Name: automake
Version: %{api_version}.1
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+ and GFDL
Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
@ -30,6 +30,8 @@ BuildRequires: dejagnu expect emacs imake python-docutils vala
%if 0%{?fedora} == 19
BuildRequires: texlive-latex-fonts
%endif
BuildRequires: cscope python-virtualenv ncompress lzip sharutils help2man
BuildRequires: gcc-objc gcc-objc++
# the filtering macros are currently in /etc/rpm/macros.perl:
BuildRequires: perl-macros
@ -89,6 +91,9 @@ fi
%{_mandir}/man1/*
%changelog
* Mon Jan 14 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-2
- allow to run bigger subset of tests in testsuite
* Sat Jan 12 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.1-1
- update to recent automake-1.13.1
- minimum required autoconf is 2.65 (based on upstream suggestion)