public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milos Jakubicek <xjakub@fi.muni.cz>
To: git-commits@fedoraproject.org
Subject: [rpms/antlr3] epel10: Cleanup of Requires and BuildRequires on antlr2
Date: Wed, 22 Jul 2026 19:37:18 GMT	[thread overview]
Message-ID: <178474903813.1.1573694376339979748.rpms-antlr3-8f52576566be@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/antlr3
            Branch : epel10
            Commit : 8f52576566be6eea404b5c8870a6e81aee31ec14
            Author : Milos Jakubicek <xjakub@fi.muni.cz>
            Date   : 2012-06-26T13:41:18+02:00
            Stats  : +6/-7 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/antlr3/c/8f52576566be6eea404b5c8870a6e81aee31ec14?branch=epel10

            Log:
            Cleanup of Requires and BuildRequires on antlr2

antlr3.4 does not require antlr2 anymore, nor stringtemplate3,
unfortunately these are stilled pulled in via a dependency chain of
maven-shared -> dom4j -> ws-jaxme -> antlr-tool

---
diff --git a/antlr3 b/antlr3
index 6a24b8d..76145de 100755
--- a/antlr3
+++ b/antlr3
@@ -14,7 +14,7 @@ fi
 # Configuration
 MAIN_CLASS="org.antlr.Tool"
 BASE_FLAGS=""
-BASE_JARS="antlr.jar stringtemplate.jar stringtemplate4.jar antlr3.jar antlr3-runtime.jar"
+BASE_JARS="stringtemplate4.jar antlr3.jar antlr3-runtime.jar"
 
 # Set parameters
 set_jvm

diff --git a/antlr3.spec b/antlr3.spec
index a15cdd8..62b4012 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -9,7 +9,7 @@
 Summary:            ANother Tool for Language Recognition
 Name:               antlr3
 Version:            %{antlr_version}
-Release:            5%{?dist}
+Release:            6%{?dist}
 URL:                http://www.antlr.org/
 Source0:            http://www.antlr.org/download/antlr-%{antlr_version}.tar.gz
 Source1:            http://www.antlr.org/download/C/libantlr3c-%{antlr_version}.tar.gz
@@ -25,7 +25,6 @@ License:            BSD
 Group:              Development/Libraries
 BuildRequires:      java-devel >= 1:1.6.0
 BuildRequires:      jpackage-utils
-BuildRequires:      antlr-maven-plugin
 BuildRequires:      maven
 BuildRequires:      maven-enforcer-plugin
 BuildRequires:      maven-plugin-bundle
@@ -36,7 +35,6 @@ BuildRequires:      buildnumber-maven-plugin
 BuildRequires:      junit4
 BuildRequires:      tomcat6-servlet-2.5-api
 BuildRequires:      tomcat6
-BuildRequires:      stringtemplate >= 3.2
 BuildRequires:      stringtemplate4
 BuildRequires:      felix-parent
 %if ! %{with_bootstrap}
@@ -61,8 +59,6 @@ Requires:    java >= 1:1.6.0
 Provides:    %{name} = %{antlr_version}-%{release}
 Obsoletes:   %{name} < %{antlr_version}-%{release}
 Requires:    %{name}-java = %{antlr_version}-%{release}
-Requires:    antlr
-Requires:    stringtemplate >= 3.2
 Requires:    stringtemplate4
 
 %description tool
@@ -75,7 +71,6 @@ descriptions containing actions in a variety of target languages.
 Group:       Development/Libraries
 Summary:     Java run-time support for ANTLR-generated parsers
 BuildArch:   noarch
-Requires:    stringtemplate
 Requires:    stringtemplate4
 Requires:    jpackage-utils
 Requires:    java >= 1:1.6.0
@@ -309,6 +304,10 @@ popd
 %{_datadir}/antlr/
 
 %changelog
+* Tue Jun 26 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-6
+- Fixed missing stringtemplate4 in antlr3 generator classpath
+- Cleanup of Requires and BuildRequires on antlr2
+
 * Thu Feb 23 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-5
 - Disable python runtime (incompatible with current antlr version)
 

                 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=178474903813.1.1573694376339979748.rpms-antlr3-8f52576566be@fedoraproject.org \
    --to=xjakub@fi.muni.cz \
    --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