- add build requires for testsuite

This commit is contained in:
Štěpán Kasal 2009-11-04 12:31:07 +00:00
parent 49b09a7e17
commit d4ea6c2bc1
1 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: A GNU tool for automatically creating Makefiles
Name: automake
Version: %{api_version}
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+ and GFDL and MIT
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
@ -19,6 +19,10 @@ Requires(preun): /sbin/install-info
BuildArch: noarch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# for better tests coverage:
BuildRequires: libtool gettext-devel flex bison
BuildRequires: emacs gcc-java gcc-gfortran /usr/bin/g77
%define _use_internal_dependency_generator 0
%define __find_provides %{SOURCE1}
%define __find_requires %{SOURCE2}
@ -80,6 +84,9 @@ fi
%dir %{_datadir}/aclocal
%changelog
* Wed Nov 4 2009 Stepan Kasal <skasal@redhat.com> - 1.11-4
- add build requires for testsuite
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild