public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/4ti2] rawhide: Stop forcing use of environment-modules
@ 2026-07-11 17:20 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-11 17:20 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/4ti2
            Branch : rawhide
            Commit : 679ead8a99e08c27f27829fa6a0dd2e450db2fb0
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-11T11:20:10-06:00
            Stats  : +17/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/4ti2/c/679ead8a99e08c27f27829fa6a0dd2e450db2fb0?branch=rawhide

            Log:
            Stop forcing use of environment-modules

- Reduce the number of installed TeXLive packages when building
- Run pdflatex in nonstop mode

---
diff --git a/4ti2.spec b/4ti2.spec
index 33c76bf..9372ae0 100644
--- a/4ti2.spec
+++ b/4ti2.spec
@@ -37,14 +37,27 @@ Source1:        4ti2.module.in
 # See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 ExcludeArch:	%{ix86}
 
-BuildRequires:  environment-modules
+BuildRequires:  environment(modules)
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 BuildRequires:  glpk-devel
 BuildRequires:  gmp-devel
 BuildRequires:  make
-BuildRequires:  tex(latex)
+BuildRequires:  tex(amsfonts.sty)
+BuildRequires:  tex(amsmath.sty)
+BuildRequires:  tex(amssymb.sty)
+BuildRequires:  tex(booktabs.sty)
+BuildRequires:  tex(color.sty)
+BuildRequires:  tex(enumerate.sty)
 BuildRequires:  tex(epic.sty)
+BuildRequires:  tex(graphicx.sty)
+BuildRequires:  tex(hyperref.sty)
+BuildRequires:  tex(rotating.sty)
+BuildRequires:  tex(url.sty)
+BuildRequires:  tex(verbatim.sty)
+BuildRequires:  texlive-bibtex
+BuildRequires:  texlive-ec
+BuildRequires:  texlive-latex
 
 # 4ti2 contains a copy of gnulib, which has been granted a bundling exception:
 # https://fedoraproject.org/wiki/Bundled_Libraries_Virtual_Provides
@@ -103,8 +116,8 @@ export LD_LIBRARY_PATH=$PWD/src/4ti2/.libs:$PWD/src/fiber/.libs:$PWD/src/groebne
 cd doc
 make update-manual
 bibtex 4ti2_manual
-pdflatex 4ti2_manual
-pdflatex 4ti2_manual
+pdflatex -interaction=nonstopmode 4ti2_manual
+pdflatex -interaction=nonstopmode 4ti2_manual
 cd -
 
 %install

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-11 17:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11 17:20 [rpms/4ti2] rawhide: Stop forcing use of environment-modules Jerry James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox