spec: don't BR g77 only in arm build-roots

Related: #994910
Version: 1.14-3
This commit is contained in:
Pavel Raiskup 2013-11-05 14:51:49 +01:00
parent 28c517d647
commit 6599b659f0
1 changed files with 7 additions and 2 deletions

View File

@ -6,7 +6,7 @@
Summary: A GNU tool for automatically creating Makefiles
Name: automake
Version: %{api_version}
Release: 2%{?dist}
Release: 3%{?dist}
# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
License: GPLv2+ and GFDL and Public Domain and MIT
@ -47,8 +47,10 @@ BuildArch: noarch
%if %{with check}
BuildRequires: libtool gettext-devel flex bison texinfo-tex texlive-dvips
BuildRequires: java-devel-openjdk gcc-gfortran
%ifnarch %{arm}
# Don't require g77 for now as it is not available in ARM build roots
# BuildRequires: /usr/bin/g77
BuildRequires: /usr/bin/g77
%endif
BuildRequires: dejagnu expect emacs imake python-docutils vala
BuildRequires: cscope ncompress sharutils help2man
BuildRequires: gcc-objc gcc-objc++
@ -120,6 +122,9 @@ fi
%{_mandir}/man1/*
%changelog
* Tue Nov 05 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-3
- don't BR g77 only on arm build roots (#994910)
* Thu Oct 24 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-2
- rebase to automake-1.14, enable testsuite (#976973)
- fix the hash-order patch for testsuite and Perl 5.18