summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitezslav Crhonek <vcrhonek@redhat.com>2013-12-09 11:55:25 +0100
committerVitezslav Crhonek <vcrhonek@redhat.com>2013-12-09 11:55:25 +0100
commit6790bdbb9b333e5fe6897435a24db6a3015c38ff (patch)
tree4d69ca79c60ca95da494789bdeb35fa75e94da1a
parente1482b2964bc1db1acd51df20e6cb70f471d83d2 (diff)
downloadm4-6790bdbb9b333e5fe6897435a24db6a3015c38ff.tar.gz
m4-6790bdbb9b333e5fe6897435a24db6a3015c38ff.tar.xz
m4-6790bdbb9b333e5fe6897435a24db6a3015c38ff.zip
Buildrequire texinfo for ppc architecture
-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