public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/saclib] rawhide: Reduce the number of TeXLive packags used to build
@ 2026-07-15 1:32 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-15 1:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/saclib
Branch : rawhide
Commit : 96e4d4ec81394cbe6c5ceec35bf551a12407dccb
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-14T19:32:03-06:00
Stats : +12/-8 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/saclib/c/96e4d4ec81394cbe6c5ceec35bf551a12407dccb?branch=rawhide
Log:
Reduce the number of TeXLive packags used to build
- Run pdflatex in nonstop mode
---
diff --git a/saclib.spec b/saclib.spec
index d679568..415d318 100644
--- a/saclib.spec
+++ b/saclib.spec
@@ -19,9 +19,13 @@ ExcludeArch: %{ix86}
BuildRequires: gcc
BuildRequires: make
-BuildRequires: tex(latex)
+BuildRequires: texlive-ec
+BuildRequires: texlive-latex
+BuildRequires: texlive-makeindex
+BuildRequires: texlive-metafont
+BuildRequires: texlive-mfware
-%global major %(cut -d. -f1 <<< %{version})
+%global major %{gsub %version ^(%d*)%..*$ %1}
%description
SACLIB is a library of C programs for computer algebra derived from the SAC2
@@ -63,13 +67,13 @@ export CFLAGS='%{build_cflags} -frounding-math'
# Build the documentation
cd doc/user_guide
rm *.{aux,dvi,ilg,ind,log,toc,lof,pdf}
-pdflatex saclocal
-pdflatex saclocal
-pdflatex sackwic
-pdflatex saclib
+pdflatex -interaction=nonstopmode saclocal
+pdflatex -interaction=nonstopmode saclocal
+pdflatex -interaction=nonstopmode sackwic
+pdflatex -interaction=nonstopmode saclib
makeindex saclib
-pdflatex saclib
-pdflatex saclib
+pdflatex -interaction=nonstopmode saclib
+pdflatex -interaction=nonstopmode saclib
%install
# Install the library
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 1:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 1:32 [rpms/saclib] rawhide: Reduce the number of TeXLive packags used to build Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox