public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cohomCalg] rawhide: Reduce the number of TeXLive packages installed to build
@ 2026-07-13 15:43 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-13 15:43 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-13 15:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 15:43 [rpms/cohomCalg] rawhide: Reduce the number of TeXLive packages installed 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