Browse Source

texlive-base remove dummy.tex generation

Signed-off-by: tuibuilder_pel7ppc64lebuilder0 <tuibuilder@powerel.org>
master
tuibuilder_pel7ppc64lebuilder0 3 years ago
parent
commit
a2b31685f9
  1. 16
      SPECS/texlive-base.spec

16
SPECS/texlive-base.spec

@ -6545,14 +6545,14 @@ done @@ -6545,14 +6545,14 @@ done
%build
# Make texlive generate latex.fmt, so that multiple threads do not race to
# make it during the xindy build.
cat > dummy.tex << EOF
\documentclass{article}
\begin{document}
This is a document.
\end{document}
EOF
latex dummy.tex
rm -f dummy.*
#cat > dummy.tex << EOF
#\documentclass{article}
#\begin{document}
#This is a document.
#\end{document}
#EOF
#latex dummy.tex
#rm -f dummy.*

# When redhat-rpm-config is updated in all stable targets, this conditional can go away
export LDFLAGS="%{__global_ldflags}"

Loading…
Cancel
Save