From d97833d1ef2a549a6108f9d5810b9e8f0a349674 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Fri, 16 Nov 2012 14:56:42 -0500 Subject: [PATCH] just drop package-level deps on tex altogether --- krb5.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/krb5.spec b/krb5.spec index d7165d4..97b58f3 100644 --- a/krb5.spec +++ b/krb5.spec @@ -78,8 +78,7 @@ BuildRequires: autoconf, bison, flex, gawk, gettext %if 0%{?fedora} >= 12 || 0%{?rhel} >= 6 BuildRequires: libcom_err-devel, libss-devel %endif -BuildRequires: gzip, ncurses-devel, texinfo, texinfo-tex, tar -BuildRequires: texlive-latex +BuildRequires: gzip, ncurses-devel, tar BuildRequires: python-sphinx # Taken from \usepackage directives produced by sphinx: BuildRequires: tex(babel.sty) @@ -351,10 +350,10 @@ sphinx-build -a -b html -t pathsubs doc build-html rm -fr build-html/_sources sphinx-build -a -b latex -t pathsubs doc build-pdf pushd build-pdf -pdflatex -interaction batchmode "MIT Kerberos.tex" || true -pdflatex -interaction batchmode "MIT Kerberos.tex" || true +pdflatex -interaction nonstopmode "MIT Kerberos.tex" || true +pdflatex -interaction nonstopmode "MIT Kerberos.tex" || true makeindex "MIT Kerberos.idx" -pdflatex -interaction batchmode "MIT Kerberos.tex" || true +pdflatex -interaction nonstopmode "MIT Kerberos.tex" || true %check # Run the test suite. We can't actually run the whole thing in the build system.