diff -ruN rpmbuild.old/SPECS/automake.spec rpmbuild/SPECS/automake.spec
--- rpmbuild.old/SPECS/automake.spec	2012-12-18 07:45:19.000000000 +0000
+++ rpmbuild/SPECS/automake.spec	2014-02-01 14:55:59.000000000 +0000
@@ -8,7 +8,7 @@
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake
 Version:    %{api_version}.1
-Release:    4%{?dist}
+Release:    4%{?dist}.0
 License:    GPLv2+ and GFDL
 Group:      Development/Tools
 Source:     http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
@@ -24,7 +24,7 @@
 
 # for better tests coverage:
 BuildRequires: libtool gettext-devel flex bison texinfo-tex texlive-dvips
-BuildRequires: gcc-java gcc-gfortran /usr/bin/g77
+BuildRequires: gcc-java gcc-gfortran
 BuildRequires: dejagnu expect emacs imake python-docutils
 
 %description
@@ -85,6 +85,9 @@
 %dir %{_datadir}/aclocal
 
 %changelog
+* Sat Feb 01 2014 Gordan Bobic <gordan@redsleeve.org> - 1.11.1-4.0
+- Remove bogus /usr/bin/g77 build dependency
+
 * Tue Dec 18 2012 Pavel Raiskup <praiskup@redhat.com> - 1.11.1-4
 - remove BR dependency on java-devel-openjdk
 
