public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcl] rawhide: Remove unused BuildRequires
@ 2026-07-13 22:25 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-13 22:25 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/gcl
            Branch : rawhide
            Commit : 41b64ed1efc026d9b84ea857e45aa93d749c9fb9
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-13T16:25:27-06:00
            Stats  : +5/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gcl/c/41b64ed1efc026d9b84ea857e45aa93d749c9fb9?branch=rawhide

            Log:
            Remove unused BuildRequires

- Run pdflatex in nonstop mode

---
diff --git a/gcl.spec b/gcl.spec
index 6faf61f..74b7185 100644
--- a/gcl.spec
+++ b/gcl.spec
@@ -84,9 +84,10 @@ BuildRequires:  pkgconfig(libtirpc)
 BuildRequires:  pkgconfig(readline)
 BuildRequires:  pkgconfig(tcl)
 BuildRequires:  pkgconfig(tk)
-BuildRequires:  pkgconfig(xaw7)
-BuildRequires:  tex(latex)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  tex(geometry.sty)
 BuildRequires:  texlive-ec
+BuildRequires:  texlive-latex
 BuildRequires:  texinfo
 BuildRequires:  texinfo-tex
 BuildRequires:  emacs-nw
@@ -165,8 +166,8 @@ make -C info gcl.info
 
 # dwdoc needs two extra LaTeX runs to resolve references
 cd xgcl-2
-pdflatex dwdoc.tex
-pdflatex dwdoc.tex
+pdflatex -interaction=nonstopmode dwdoc.tex
+pdflatex -interaction=nonstopmode dwdoc.tex
 cd -
 
 

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

only message in thread, other threads:[~2026-07-13 22:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 22:25 [rpms/gcl] rawhide: Remove unused BuildRequires Jerry James

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