From 59c11cdaa3883a011dd6a7a6942635625e3b1c9e Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 12 Jan 2013 10:11:42 +0100 Subject: [PATCH] Fix texlive BR dependency to better cover testsuite needs --- automake.spec | 7 +++++++ 1 file changed, 7 insertions(+) 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 - 1.12.2-6 - fedora-review -> s/define/global/, s/RPM_BUILD_ROOT/buildroot/,