spec: don't BR g77 also in RHEL7

Related: #994910
Version: 1.14-3
This commit is contained in:
Pavel Raiskup 2013-11-05 15:12:01 +01:00
parent 6599b659f0
commit f3b1952fd2
1 changed files with 5 additions and 2 deletions

View File

@ -47,10 +47,13 @@ BuildArch: noarch
%if %{with check}
BuildRequires: libtool gettext-devel flex bison texinfo-tex texlive-dvips
BuildRequires: java-devel-openjdk gcc-gfortran
# /usr/bin/g77 is not in RHEL7
%if !0%{?rhel}
%ifnarch %{arm}
# Don't require g77 for now as it is not available in ARM build roots
# g77 is also not present on arm systems
BuildRequires: /usr/bin/g77
%endif
%endif
BuildRequires: dejagnu expect emacs imake python-docutils vala
BuildRequires: cscope ncompress sharutils help2man
BuildRequires: gcc-objc gcc-objc++
@ -123,7 +126,7 @@ fi
%changelog
* Tue Nov 05 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-3
- don't BR g77 only on arm build roots (#994910)
- don't BR g77 in arm and RHEL build roots (#994910)
* Thu Oct 24 2013 Pavel Raiskup <praiskup@redhat.com> - 1.14-2
- rebase to automake-1.14, enable testsuite (#976973)