summaryrefslogtreecommitdiffstats
path: root/m4.spec
diff options
context:
space:
mode:
authorVitezslav Crhonek <vcrhonek@redhat.com>2015-07-13 11:54:35 +0200
committerVitezslav Crhonek <vcrhonek@redhat.com>2015-07-13 11:54:35 +0200
commit0ace43e0b89cf93d42c60aaae9e635a2b5903e47 (patch)
treed73f23c5aee70b3af520c4ae0e79d323e2575378 /m4.spec
parent5e14a5e2996aad07a80af2030cb10ccbf9e32866 (diff)
downloadm4-0ace43e0b89cf93d42c60aaae9e635a2b5903e47.tar.gz
m4-0ace43e0b89cf93d42c60aaae9e635a2b5903e47.tar.xz
m4-0ace43e0b89cf93d42c60aaae9e635a2b5903e47.zip
Fix m4 FTBFS in rawhide
Diffstat (limited to 'm4.spec')
-rw-r--r--m4.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/m4.spec b/m4.spec
index 432ad51..0cdea21 100644
--- a/m4.spec
+++ b/m4.spec
@@ -1,7 +1,7 @@
Summary: The GNU macro processor
Name: m4
Version: 1.4.17
-Release: 7%{?dist}
+Release: 8%{?dist}
License: GPLv3+
Group: Applications/Text
Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz
@@ -10,6 +10,8 @@ URL: http://www.gnu.org/software/m4/
# Patch0: Fixes math tests for little-endian PowerPC, rhbz#1083434
# patch by Menanteau Guy and Ulrich Weigand
Patch0: m4-1.4.17-gnulib-ppc64le.patch
+# Patch1: Fixes FTBFS, already upstream
+Patch1: m4-1.4.17-perl-make-check.patch
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
BuildRequires: autoconf automake
@@ -33,6 +35,7 @@ Install m4 if you need a macro processor.
%prep
%setup -q
%patch0 -p1 -b .gnulib-ppc64le
+%patch1 -p1 -b .perl-make-check
chmod 644 COPYING
%build
@@ -66,6 +69,10 @@ if [ "$1" = 0 ]; then
fi
%changelog
+* Mon Jul 13 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.17-8
+- Fix m4 FTBFS in rawhide
+ Resolves: #1239665
+
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.17-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild