public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vinci] rawhide: Reduce the number of TeXLive packages used to build
@ 2026-07-15  1:33 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-15  1:33 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/vinci
            Branch : rawhide
            Commit : 3c28281414667dbf9dc662bee2c0c875347c9aaf
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-14T19:33:30-06:00
            Stats  : +5/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/vinci/c/3c28281414667dbf9dc662bee2c0c875347c9aaf?branch=rawhide

            Log:
            Reduce the number of TeXLive packages used to build

- Run pdflatex in nonstop mode

---
diff --git a/vinci.spec b/vinci.spec
index 5e7f15f..35df085 100644
--- a/vinci.spec
+++ b/vinci.spec
@@ -15,7 +15,9 @@ ExcludeArch:    %{ix86}
 
 BuildRequires:  gcc
 BuildRequires:  make
-BuildRequires:  tex(latex)
+BuildRequires:  tex(amsfonts.sty)
+BuildRequires:  texlive-ec
+BuildRequires:  texlive-latex
 
 Requires:       coreutils
 Requires:       lrslib-utils
@@ -46,8 +48,8 @@ collaboration with Benno Büeler and Komei Fukuda.
 sed -i 's|-o vinci|& %{build_ldflags}|' makefile
 
 %make_build OPT='%{build_cflags}'
-pdflatex manual.tex
-pdflatex manual.tex
+pdflatex -interaction=nonstopmode manual.tex
+pdflatex -interaction=nonstopmode manual.tex
 
 %install
 mkdir -p %{buildroot}%{_bindir}

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

only message in thread, other threads:[~2026-07-15  1:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15  1:33 [rpms/vinci] rawhide: Reduce the number of TeXLive packages used 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