public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kaleb S. KEITHLEY <kkeithle@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/antlr3] epel10: epel10
Date: Fri, 24 Jul 2026 18:34:51 GMT	[thread overview]
Message-ID: <178491809169.1.1835509054452322990.rpms-antlr3-787807116b87@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/antlr3
Branch : epel10
Commit : 787807116b8716a3583371b273d16afb6e1344de
Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date   : 2026-07-24T14:34:31-04:00
Stats  : +24/-9 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/antlr3/c/787807116b8716a3583371b273d16afb6e1344de?branch=epel10

Log:
epel10

---
diff --git a/antlr3.spec b/antlr3.spec
index 464d500..35e9398 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -1,7 +1,7 @@
 %global antlr_version 3.5.3
 %global c_runtime_version 3.4
 %global javascript_runtime_version 3.1
-%global baserelease 8
+%global baserelease 9
 
 # This package needs itself to build.  Use this to bootstrap on a new system.
 %bcond_without bootstrap
@@ -223,14 +223,6 @@ find -type f -a -name *.class -delete
 %mvn_package :antlr-runtime java
 %mvn_package : tool
 
-%mvn_file :antlr antlr3
-%mvn_file :antlr-runtime antlr3-runtime
-%mvn_file :antlr-maven-plugin antlr3-maven-plugin
-%if %{with bootstrap}
-%mvn_file :antlr ST4
-%mvn_file :antlr stringtemplate
-%endif
-
 %if %{with bootstrap}
 # Make the bootstrap JARs and POMs available
 mkdir -p .m2/org/apache/maven/maven-project/2.0
@@ -252,6 +244,14 @@ cp -p %{SOURCE13} %{SOURCE14} .m2/org/antlr/stringtemplate/%{stringtemplatever}
 mkdir -p .m2/antlr/antlr/%{antlr2_version}
 cp -p %{SOURCE15} %{SOURCE16} .m2/antlr/antlr/%{antlr2_version}
 
+%mvn_file :antlr antlr3
+%mvn_file :antlr-runtime antlr3-runtime
+%mvn_file :antlr-maven-plugin antlr3-maven-plugin
+##%if %{with bootstrap}
+##%mvn_file :antlr ST4
+##%mvn_file :antlr stringtemplate
+##%endif
+
 # We don't need the parent POM
 %pom_remove_parent .m2/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
 %pom_remove_parent .m2/org/antlr/ST4/%{ST4ver1}/ST4-%{ST4ver1}.pom
@@ -294,6 +294,13 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/antlr
 
 %mvn_install
 
+%if %{with bootstrap}
+cp -p %{SOURCE4} $RPM_BUILD_ROOT/%{_javadir}/ST4.jar
+cp -p %{SOURCE5} $RPM_BUILD_ROOT/%{_datadir}/maven-poms/ST4.pom
+cp -p %{SOURCE13} $RPM_BUILD_ROOT/%{_javadir}/stringtemplate.jar
+cp -p %{SOURCE14} $RPM_BUILD_ROOT/%{_datadir}/maven-poms/stringtemplate.pom
+%endif
+
 # install ant task
 ls -R
 install -m 644 antlr-ant/main/antlr3-task/ant-antlr3.jar -D $RPM_BUILD_ROOT%{_javadir}/ant/ant-antlr3.jar
@@ -302,6 +309,7 @@ cat > $RPM_BUILD_ROOT%{_sysconfdir}/ant.d/ant-antlr3 << EOF
 ant/ant-antlr3 antlr3
 EOF
 
+
 # install wrapper script
 %jpackage_script org.antlr.Tool '' '' 'stringtemplate4/ST4.jar:antlr3.jar:antlr3-runtime.jar' antlr3 true
 
@@ -334,6 +342,13 @@ install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/
 %{_bindir}/antlr3
 %{_javadir}/ant/ant-antlr3.jar
 %config(noreplace) %{_sysconfdir}/ant.d/ant-antlr3
+%if %{with bootstrap}
+%{_javadir}/ST4.jar
+%{_datadir}/maven-poms/ST4.pom
+%{_javadir}/stringtemplate.jar
+%{_datadir}/maven-poms/stringtemplate.pom
+%endif
+
 
 %files C
 %doc tool/LICENSE.txt

             reply	other threads:[~2026-07-24 18:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-24 18:34 Kaleb S. KEITHLEY [this message]
2026-07-24 21:54 [rpms/antlr3] epel10: epel10 Kaleb S. KEITHLEY

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=178491809169.1.1835509054452322990.rpms-antlr3-787807116b87@fedoraproject.org \
    --to=kkeithle@redhat.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