From 6599b659f06ae31ec127fb41a73ef3a4e8777b1a Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Nov 05 2013 13:51:49 +0000 Subject: spec: don't BR g77 only in arm build-roots Related: #994910 Version: 1.14-3 --- diff --git a/automake.spec b/automake.spec index f817e17..0e4190a 100644 --- a/automake.spec +++ b/automake.spec @@ -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 - 1.14-3 +- don't BR g77 only on arm build roots (#994910) + * Thu Oct 24 2013 Pavel Raiskup - 1.14-2 - rebase to automake-1.14, enable testsuite (#976973) - fix the hash-order patch for testsuite and Perl 5.18