fix buildrequires for epel7

This commit is contained in:
Sérgio Basto 2015-01-17 02:30:23 +00:00
parent 0cbbc9eedf
commit 9e91b69448

View File

@ -1,6 +1,6 @@
Name: po4a Name: po4a
Version: 0.45 Version: 0.45
Release: 2%{?dist} Release: 3%{?dist}
Summary: A tool maintaining translations anywhere Summary: A tool maintaining translations anywhere
License: GPL+ License: GPL+
URL: https://po4a.alioth.debian.org/ URL: https://po4a.alioth.debian.org/
@ -25,9 +25,9 @@ BuildRequires: perl >= 4:5.10.1
# Required by the tests. # Required by the tests.
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: /usr/bin/kpsewhich # hope texlive-kpseas-bin missing deps was fixed
# Work-around to texlive-kpseas-bin missing deps # epel7 doesn't have /usr/share/texlive/texmf-dist/web2c/texmf.cnf
BuildRequires: /usr/share/texlive/texmf-dist/web2c/texmf.cnf BuildRequires: texlive-kpathsea texlive-kpathsea-bin
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: gettext Requires: gettext
@ -91,6 +91,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
%{_mandir}/*/man7/po4a-runtime.7* %{_mandir}/*/man7/po4a-runtime.7*
%changelog %changelog
* Sat Jan 17 2015 Sérgio Basto <sergio@serjux.com> - 0.45-3
- fix buildrequires for epel7
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.45-2 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.45-2
- Perl 5.20 rebuild - Perl 5.20 rebuild