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)