From ff952483858f7c16262471c39c91c2559ab1c5ac Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 29 Jul 2013 18:51:09 +0100 Subject: [PATCH] Add more tex-related BRs needed by 24-tex.t test (identified using auto-buildrequires). --- po4a.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/po4a.spec b/po4a.spec index c1777c8..feab1fe 100644 --- a/po4a.spec +++ b/po4a.spec @@ -1,6 +1,6 @@ Name: po4a Version: 0.44 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A tool maintaining translations anywhere License: GPL+ URL: http://alioth.debian.org/projects/po4a/ @@ -29,6 +29,12 @@ BuildRequires: perl >= 4:5.10.1 BuildRequires: perl(Test::More) BuildRequires: /usr/bin/kpsewhich BuildRequires: /usr/bin/latex +BuildRequires: docbook-dtds +BuildRequires: docbook-style-dsssl +BuildRequires: openjade +BuildRequires: opensp +BuildRequires: sgml-common +BuildRequires: xhtml1-dtds Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: gettext @@ -91,11 +97,13 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' %{_mandir}/*/man7/po4a-runtime.7* %changelog -* Mon Jul 29 2013 Richard W.M. Jones - 0.44-7 +* Mon Jul 29 2013 Richard W.M. Jones - 0.44-8 - Fix bang path /usr/bin/env perl -> %{_bindir}/perl (RHBZ#987035). - Increase verbosity of po4a when building to help diagnose build errors. - +BR Pod::Parser. - +BR /usr/bin/latex (needed by the tests). +- Add more tex-related BRs needed by 24-tex.t test (identified using + auto-buildrequires). * Thu Jul 18 2013 Petr Pisar - 0.44-2 - Perl 5.18 rebuild