From 9343d2db12cf28d268337302aaf530066d6e90d2 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 14 Jan 2013 11:46:05 +0100 Subject: [PATCH] Allow to run more tests during 'make check' time --- automake.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/automake.spec b/automake.spec index d2720e4..b08d01d 100644 --- a/automake.spec +++ b/automake.spec @@ -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 - 1.13.1-2 +- allow to run bigger subset of tests in testsuite + * Sat Jan 12 2013 Pavel Raiskup - 1.13.1-1 - update to recent automake-1.13.1 - minimum required autoconf is 2.65 (based on upstream suggestion)