+BR /usr/bin/latex (needed by the tests).

This commit is contained in:
Richard W.M. Jones 2013-07-29 18:42:28 +01:00
parent 09d87ced81
commit d0f84475f5

View File

@ -1,6 +1,6 @@
Name: po4a
Version: 0.44
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A tool maintaining translations anywhere
License: GPL+
URL: http://alioth.debian.org/projects/po4a/
@ -28,6 +28,7 @@ BuildRequires: perl >= 4:5.10.1
# Required by the tests.
BuildRequires: perl(Test::More)
BuildRequires: /usr/bin/kpsewhich
BuildRequires: /usr/bin/latex
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: gettext
@ -90,10 +91,11 @@ 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 <rjones@redhat.com> - 0.44-6
* Mon Jul 29 2013 Richard W.M. Jones <rjones@redhat.com> - 0.44-7
- 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).
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.44-2
- Perl 5.18 rebuild