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/cohomCalg] rawhide: Reduce the number of TeXLive packages installed to build
Date: Mon, 13 Jul 2026 15:43:40 GMT [thread overview]
Message-ID: <178395742080.1.16713638300257673667.rpms-cohomCalg-11e717e5a452@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cohomCalg
Branch : rawhide
Commit : 11e717e5a452af308445d76adc416ae6e9fa0369
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-13T09:43:24-06:00
Stats : +20/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cohomCalg/c/11e717e5a452af308445d76adc416ae6e9fa0369?branch=rawhide
Log:
Reduce the number of TeXLive packages installed to build
- Run pdflatex in nonstop mode
---
diff --git a/cohomCalg.spec b/cohomCalg.spec
index 71b7a55..8e58c6f 100644
--- a/cohomCalg.spec
+++ b/cohomCalg.spec
@@ -19,10 +19,21 @@ ExcludeArch: %{ix86}
BuildRequires: gcc-c++
BuildRequires: make
-BuildRequires: tex(latex)
+BuildRequires: tex(a4.sty)
+BuildRequires: tex(amsmath.sty)
+BuildRequires: tex(amssymb.sty)
BuildRequires: tex(extdash.sty)
+BuildRequires: tex(fontenc.sty)
+BuildRequires: tex(graphicx.sty)
+BuildRequires: tex(hyperref.sty)
BuildRequires: tex(hyperxmp.sty)
-BuildRequires: tex(totpages.sty)
+BuildRequires: tex(inputenc.sty)
+BuildRequires: tex(mathrsfs.sty)
+BuildRequires: tex(xcolor.sty)
+BuildRequires: texlive-bibtex
+BuildRequires: texlive-dvips
+BuildRequires: texlive-ec
+BuildRequires: texlive-latex
BuildRequires: texlive-rsfs
BuildRequires: texlive-txfonts
BuildRequires: texlive-utopia
@@ -58,10 +69,10 @@ rm -f bin/*.exe manual.pdf
# Build the manual
cd manual/latex_source
-pdflatex manual
+pdflatex -interaction=nonstopmode manual
bibtex manual
-pdflatex manual
-pdflatex manual
+pdflatex -interaction=nonstopmode manual
+pdflatex -interaction=nonstopmode manual
%install
mkdir -p %{buildroot}%{_bindir}
@@ -85,6 +96,10 @@ popd
%doc manual/latex_source/manual.pdf
%changelog
+* Mon Jul 13 2026 Jerry James <loganjerry@gmail.com> - 0.32-22
+- Reduce the number of TeXLive packages installed to build
+- Run pdflatex in nonstop mode
+
* Fri Feb 20 2026 Jerry James <loganjerry@gmail.com> - 0.32-22
- Adapt to recent TeXLive changes
reply other threads:[~2026-07-13 15:43 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=178395742080.1.16713638300257673667.rpms-cohomCalg-11e717e5a452@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