From 86010e45bbc0d987e189660ea2225632794a37dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 9 Nov 2015 10:59:59 +0100 Subject: [PATCH] Specify all dependencies --- indent.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/indent.spec b/indent.spec index 75b1a1c..e1ee299 100644 --- a/indent.spec +++ b/indent.spec @@ -39,11 +39,17 @@ Patch15: indent-2.2.11-doc-Correct-a-typo-about-enabling-control-comment.patch # Submitted to upstream # Patch16: indent-2.2.11-Fix-nbdfa-and-nbdfe-typo.patch +# Update config.sub to support aarch64, bug #925588 +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: coreutils +BuildRequires: gcc +BuildRequires: gettext-devel # gperf to update pre-generated code to fix compiler warnings BuildRequires: gperf -BuildRequires: texinfo texi2html -# Update config.sub to support aarch64, bug #925588 -BuildRequires: autoconf automake gettext-devel +BuildRequires: make +BuildRequires: texinfo +BuildRequires: texi2html Requires(post): /sbin/install-info Requires(preun): /sbin/install-info