From e4014ee6530eccc70019f99aee31accab8592a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 10:44:21 +0200 Subject: [PATCH] Mandatory Perl build-requires added --- texi2html.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/texi2html.spec b/texi2html.spec index b8e7515..6f1bce2 100644 --- a/texi2html.spec +++ b/texi2html.spec @@ -21,6 +21,7 @@ Requires: latex2html # autotools for the unbundling patches BuildRequires: autoconf automake BuildRequires: latex2html tetex-tex4ht gettext +BuildRequires: perl-generators BuildRequires: perl(Data::Dumper) BuildRequires: perl(Locale::Messages) BuildRequires: perl(Text::Unidecode)