[automake] Fix texlive BR dependency to better cover testsuite needs

Pavel Raiskup praiskup at fedoraproject.org
Sat Jan 12 09:17:22 UTC 2013


commit 59c11cdaa3883a011dd6a7a6942635625e3b1c9e
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Sat Jan 12 10:11:42 2013 +0100

    Fix texlive BR dependency to better cover testsuite needs

 automake.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/automake.spec b/automake.spec
index 82a147d..d2720e4 100644
--- a/automake.spec
+++ b/automake.spec
@@ -25,6 +25,11 @@ Buildroot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool gettext-devel flex bison texinfo-tex texlive-dvips
 BuildRequires: gcc-java java-devel-openjdk gcc-gfortran /usr/bin/g77
 BuildRequires: dejagnu expect emacs imake python-docutils vala
+# seems like texlive-dvips should be dependant on texlive-latex-fonts
+# (https://bugzilla.redhat.com/show_bug.cgi?id=868011#c10)
+%if 0%{?fedora} == 19
+BuildRequires: texlive-latex-fonts
+%endif
 
 # the filtering macros are currently in /etc/rpm/macros.perl:
 BuildRequires: perl-macros
@@ -90,6 +95,8 @@ fi
 - make check is run now parallel (based on 't/README' it helps also on
   single-thread machines)
 - drop old sleep-patch and better disable vala tests (requires autoreconf)
+- add temporary BR dependency on texlive-latex-fonts for rawhide (f19 only)
+  (should be implicitly pulled by texlive-dvips probably)
 
 * Wed Oct 25 2012 Pavel Raiskup <praiskup at redhat.com> - 1.12.2-6
 - fedora-review -> s/define/global/, s/RPM_BUILD_ROOT/buildroot/,


More information about the scm-commits mailing list