public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: Explicitly BR make.
@ 2026-07-22 19:37 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-22 19:37 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 19:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 19:37 [rpms/antlr3] epel10: Explicitly BR make Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox