diff --git a/po4a.spec b/po4a.spec index 8f45e2a..3a9b2c6 100644 --- a/po4a.spec +++ b/po4a.spec @@ -1,6 +1,6 @@ Name: po4a Version: 0.44 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A tool maintaining translations anywhere License: GPL+ URL: http://alioth.debian.org/projects/po4a/ @@ -16,6 +16,7 @@ BuildRequires: perl(Text::WrapI18N) BuildRequires: perl(SGMLS) >= 1.03ii BuildRequires: perl(Locale::gettext) >= 1.01 BuildRequires: perl(Term::ReadKey) +BuildRequires: perl(Pod::Parser) BuildRequires: /usr/bin/xsltproc BuildRequires: gettext BuildRequires: docbook-style-xsl @@ -89,9 +90,10 @@ 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-5 +* Mon Jul 29 2013 Richard W.M. Jones - 0.44-6 - 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. * Thu Jul 18 2013 Petr Pisar - 0.44-2 - Perl 5.18 rebuild