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/antlr3] epel10: Explicitly BR make.
Date: Wed, 22 Jul 2026 19:37:44 GMT	[thread overview]
Message-ID: <178474906416.1.14484718254212857300.rpms-antlr3-030c25413d15@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/antlr3
Branch : epel10
Commit : 030c25413d154368ae97f26bfdaf398d3d220ec4
Author : Jerry James <loganjerry@gmail.com>
Date   : 2020-11-09T10:51:36-07:00
Stats  : +3/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/antlr3/c/030c25413d154368ae97f26bfdaf398d3d220ec4?branch=epel10

Log:
Explicitly BR make.

---
diff --git a/antlr3.spec b/antlr3.spec
index 4f6f554..4dd4354 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -33,6 +33,7 @@ Patch6:         0006-antlr3memory.hpp-fix-for-C-20-mode.patch
 Patch7:         0007-update-java-target.patch
 
 BuildRequires:  ant
+BuildRequires:  make
 BuildRequires:  maven-local
 BuildRequires:  mvn(org.antlr:antlr)
 BuildRequires:  mvn(org.antlr:antlr3-maven-plugin)
@@ -188,7 +189,7 @@ autoreconf -i
 %endif
 
 sed -i "s#CFLAGS = .*#CFLAGS = $RPM_OPT_FLAGS#" Makefile
-make %{?_smp_mflags}
+%make_build
 doxygen -u # update doxygen configuration file
 doxygen # build doxygen documentation
 popd
@@ -221,7 +222,7 @@ EOF
 
 # install C runtime
 pushd runtime/C
-make DESTDIR=$RPM_BUILD_ROOT install
+%make_install
 rm $RPM_BUILD_ROOT%{_libdir}/libantlr3c.{a,la}
 pushd api/man/man3
 for file in `ls -1 * | grep -vi "^antlr3"`; do

                 reply	other threads:[~2026-07-22 19:37 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=178474906416.1.14484718254212857300.rpms-antlr3-030c25413d15@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