[po4a/epel7] fix buildrequires for epel7

Sérgio Monteiro Basto sergiomb at fedoraproject.org
Sat Jan 17 02:30:08 UTC 2015


commit 9e91b694487c183dcd8acccc895dfa2cfd0136fd
Author: Sérgio Basto <sergio at serjux.com>
Date:   Sat Jan 17 02:30:23 2015 +0000

    fix buildrequires for epel7

 po4a.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/po4a.spec b/po4a.spec
index 7569d1b..8bd0a2b 100644
--- a/po4a.spec
+++ b/po4a.spec
@@ -1,6 +1,6 @@
 Name: po4a
 Version: 0.45
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A tool maintaining translations anywhere
 License: GPL+
 URL: https://po4a.alioth.debian.org/
@@ -25,9 +25,9 @@ BuildRequires: perl >= 4:5.10.1
 
 # Required by the tests.
 BuildRequires: perl(Test::More)
-BuildRequires: /usr/bin/kpsewhich
-# Work-around to texlive-kpseas-bin missing deps 
-BuildRequires: /usr/share/texlive/texmf-dist/web2c/texmf.cnf
+# hope texlive-kpseas-bin missing deps was fixed
+# epel7 doesn't have /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: gettext
@@ -91,6 +91,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 %{_mandir}/*/man7/po4a-runtime.7*
 
 %changelog
+* Sat Jan 17 2015 Sérgio Basto <sergio at serjux.com> - 0.45-3
+- fix buildrequires for epel7
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.45-2
 - Perl 5.20 rebuild
 


More information about the scm-commits mailing list