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/4ti2] rawhide: Stop forcing use of environment-modules
Date: Sat, 11 Jul 2026 17:20:25 GMT	[thread overview]
Message-ID: <178379042538.1.14399390218497600740.rpms-4ti2-679ead8a99e0@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-11 17:20 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=178379042538.1.14399390218497600740.rpms-4ti2-679ead8a99e0@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