From 8cf49572ea4868b8a72637e4f6a023af643c5577 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Fri, 16 Nov 2012 15:58:51 -0500 Subject: [PATCH] more tweaks to try to get doc building working --- krb5.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/krb5.spec b/krb5.spec index 97b58f3..aae7f13 100644 --- a/krb5.spec +++ b/krb5.spec @@ -82,9 +82,12 @@ BuildRequires: gzip, ncurses-devel, tar BuildRequires: python-sphinx # Taken from \usepackage directives produced by sphinx: BuildRequires: tex(babel.sty) +BuildRequires: tex(bookmark.sty) +BuildRequires: tex(fancybox.sty) BuildRequires: tex(fncychap.sty) BuildRequires: tex(fontenc.sty) BuildRequires: tex(framed.sty) +BuildRequires: tex(hyperref.sty) BuildRequires: tex(ifthen.sty) BuildRequires: tex(inputenc.sty) BuildRequires: tex(longtable.sty) @@ -93,6 +96,9 @@ BuildRequires: tex(times.sty) BuildRequires: tex(titlesec.sty) BuildRequires: tex(threeparttable.sty) BuildRequires: tex(wrapfig.sty) +BuildRequires: tex(report.cls) +# Typical fonts, and the commands which we need to have present. +BuildRequires: texlive, texlive-latex, texlive-texmf-fonts BuildRequires: /usr/bin/pdflatex /usr/bin/makeindex BuildRequires: keyutils-libs-devel BuildRequires: libselinux-devel @@ -354,6 +360,7 @@ pdflatex -interaction nonstopmode "MIT Kerberos.tex" || true pdflatex -interaction nonstopmode "MIT Kerberos.tex" || true makeindex "MIT Kerberos.idx" pdflatex -interaction nonstopmode "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.