summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--m4.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/m4.spec b/m4.spec
index c50c999..c5638cc 100644
--- a/m4.spec
+++ b/m4.spec
@@ -1,7 +1,7 @@
Summary: The GNU macro processor
Name: m4
Version: 1.4.17
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv3+
Group: Applications/Text
Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz
@@ -10,6 +10,9 @@ URL: http://www.gnu.org/software/m4/
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
BuildRequires: autoconf automake
+%ifarch ppc ppc64
+BuildRequires: texinfo
+%endif
# Gnulib bundled - the library has been granted an exception, see https://fedorahosted.org/fpc/ticket/174
# Gnulib is not versioned, see m4 ChangeLog for approximate date of Gnulib copy
Provides: bundled(gnulib)
@@ -59,6 +62,10 @@ if [ "$1" = 0 ]; then
fi
%changelog
+* Mon Dec 09 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.17-3
+- Buildrequire texinfo for ppc architecture
+ Resolves: #1038230
+
* Tue Nov 12 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.17-2
- Fix installation of info documentation
Resolves: #1020194