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/gcl] rawhide: Remove unused BuildRequires
Date: Mon, 13 Jul 2026 22:25:51 GMT	[thread overview]
Message-ID: <178398155149.1.17134193111898057104.rpms-gcl-41b64ed1efc0@fedoraproject.org> (raw)

            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 -
 
 

                 reply	other threads:[~2026-07-13 22:25 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=178398155149.1.17134193111898057104.rpms-gcl-41b64ed1efc0@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