diff --git a/automake.changes b/automake.changes index 4427f12..f67a497 100644 --- a/automake.changes +++ b/automake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 26 12:04:22 CET 2008 - aj@suse.de + +- Add bison as buildrequirs for the testsuite. + ------------------------------------------------------------------- Tue Jan 22 10:31:29 CET 2008 - schwab@suse.de diff --git a/automake.spec b/automake.spec index 602ca17..ea6b5ab 100644 --- a/automake.spec +++ b/automake.spec @@ -11,14 +11,14 @@ # norootforbuild Name: automake -BuildRequires: help2man +BuildRequires: bison help2man License: GPL v2 or later Group: Development/Tools/Building AutoReqProv: on PreReq: %{install_info_prereq} Requires: autoconf >= 2.60 Version: 1.10.1 -Release: 1 +Release: 2 Summary: A Program for Automatically Generating GNU-Style Makefile.in Files Url: http://www.gnu.org/software/automake BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,6 +50,8 @@ Authors: ./configure --prefix=/usr --infodir=%{_infodir} --mandir=%{_mandir} \ --docdir=%{_docdir}/%{name} make + +%check # Some architectures can't keep up the pace. %ifnarch alpha make check VERBOSE=1 @@ -84,6 +86,8 @@ rm -rf $RPM_BUILD_ROOT %config /etc/aclocal_dirlist %changelog +* Sat Jan 26 2008 aj@suse.de +- Add bison as buildrequirs for the testsuite. * Tue Jan 22 2008 schwab@suse.de - Update to automake 1.10.1. * Automake development is done in a git repository on Savannah now, see