summaryrefslogtreecommitdiffstats
path: root/repos/autotools/autotools-latest/m4/m4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'repos/autotools/autotools-latest/m4/m4.spec')
-rw-r--r--repos/autotools/autotools-latest/m4/m4.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/repos/autotools/autotools-latest/m4/m4.spec b/repos/autotools/autotools-latest/m4/m4.spec
index e9e126d..48eb5b8 100644
--- a/repos/autotools/autotools-latest/m4/m4.spec
+++ b/repos/autotools/autotools-latest/m4/m4.spec
@@ -7,12 +7,14 @@
Summary: The GNU macro processor
Name: %{scl_prefix}m4
Version: 1.4.17
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv3+
Group: Applications/Text
Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.gz
Source1: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.gz.sig
URL: http://www.gnu.org/software/m4/
+# Patch1: Fixes FTBFS, already upstream
+Patch1: m4-1.4.17-perl-make-check.patch
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
%ifarch ppc ppc64
@@ -46,6 +48,7 @@ Install m4 if you need a macro processor.
%prep
%setup -q -n m4-%{version}
+%patch1 -p1 -b .perl-make-check
chmod 644 COPYING
%build
@@ -79,6 +82,9 @@ fi
%changelog
+* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 1.4.17-4
+- ftbfs with new perl (rhbz#1239665)
+
* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 1.4.17-3
- use _compat_el5_build only if defined (rhbz#1252751)