[automake] Allow to run more tests during 'make check' time

Pavel Raiskup praiskup at fedoraproject.org
Mon Jan 14 10:46:54 UTC 2013


commit 9343d2db12cf28d268337302aaf530066d6e90d2
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Mon Jan 14 11:46:05 2013 +0100

    Allow to run more tests during 'make check' time

 automake.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <praiskup at redhat.com> - 1.13.1-2
+- allow to run bigger subset of tests in testsuite
+
 * Sat Jan 12 2013 Pavel Raiskup <praiskup at redhat.com> - 1.13.1-1
 - update to recent automake-1.13.1
 - minimum required autoconf is 2.65 (based on upstream suggestion)


More information about the scm-commits mailing list