public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/saclib] rawhide: Reduce the number of TeXLive packags used to build
Date: Wed, 15 Jul 2026 01:32:27 GMT [thread overview]
Message-ID: <178407914729.1.6273133008972190986.rpms-saclib-96e4d4ec8139@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-15 1:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178407914729.1.6273133008972190986.rpms-saclib-96e4d4ec8139@fedoraproject.org \
--to=loganjerry@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox