texlive-base remove dummy.tex generation

Signed-off-by: tuibuilder_pel7ppc64lebuilder0 <tuibuilder@powerel.org>
master
tuibuilder_pel7ppc64lebuilder0 2020-12-14 16:03:09 +01:00
parent 53869732f6
commit a2b31685f9
1 changed files with 8 additions and 8 deletions

View File

@ -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}"