summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2012-11-16 14:56:42 -0500
committerNalin Dahyabhai <nalin@dahyabhai.net>2012-11-16 14:56:42 -0500
commitd97833d1ef2a549a6108f9d5810b9e8f0a349674 (patch)
tree198c3dab4e23d33fe782e159d52b85ee719c4a75
parentb1e19fe613257b067858cf02113548cd4192c362 (diff)
downloadkrb5-d97833d1ef2a549a6108f9d5810b9e8f0a349674.tar.gz
krb5-d97833d1ef2a549a6108f9d5810b9e8f0a349674.tar.xz
krb5-d97833d1ef2a549a6108f9d5810b9e8f0a349674.zip
just drop package-level deps on tex altogether
-rw-r--r--krb5.spec9
1 files 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.