summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2012-11-16 15:58:51 -0500
committerNalin Dahyabhai <nalin@dahyabhai.net>2012-11-16 15:58:51 -0500
commit8cf49572ea4868b8a72637e4f6a023af643c5577 (patch)
tree5173f23c39f2648c3a67b7bf743b83c49a86ad13
parentd97833d1ef2a549a6108f9d5810b9e8f0a349674 (diff)
downloadkrb5-8cf49572ea4868b8a72637e4f6a023af643c5577.tar.gz
krb5-8cf49572ea4868b8a72637e4f6a023af643c5577.tar.xz
krb5-8cf49572ea4868b8a72637e4f6a023af643c5577.zip
more tweaks to try to get doc building workingkrb5-1.11-0.fc19.alpha1.0
-rw-r--r--krb5.spec7
1 files changed, 7 insertions, 0 deletions
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.