public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Colin Walters <walters@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/antlr3] epel10: add antlr3 script, Requires on stringtemplate/antlr
Date: Wed, 22 Jul 2026 19:36:59 GMT	[thread overview]
Message-ID: <178474901916.1.9032044118852826354.rpms-antlr3-985290b864b1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/antlr3
Branch : epel10
Commit : 985290b864b15b3a06e1446484b09b83abe100ca
Author : Colin Walters <walters@fedoraproject.org>
Date   : 2008-11-10T13:52:51+00:00
Stats  : +10/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/antlr3/c/985290b864b15b3a06e1446484b09b83abe100ca?branch=epel10

Log:
add antlr3 script, Requires on stringtemplate/antlr

---
diff --git a/antlr3.spec b/antlr3.spec
index 0d69407..5f17dc4 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -3,11 +3,12 @@
 Summary: ANother Tool for Language Recognition
 Name: antlr3
 Version: 3.1.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://www.antlr.org/
 Source0: http://www.antlr.org/download/antlr-3.1.1.tar.gz
 # Utility file, in conversation with upstream about this
 Source1: antlr-clean-generated
+Source2: antlr3
 License: BSD
 Group: Development/Libraries
 BuildArch: noarch
@@ -18,6 +19,8 @@ BuildRequires: python
 BuildRequires: ant, stringtemplate, ant-antlr, ant-junit
 BuildRequires: jpackage-utils
 Requires: jpackage-utils
+Requires: antlr
+Requires: stringtemplate
 
 %description
 ANother Tool for Language Recognition, is a language tool
@@ -53,7 +56,8 @@ cd ../..
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -D build/antlr.jar $RPM_BUILD_ROOT%{_datadir}/java/antlr3.jar
+install -D build/antlr-3.1.1.jar $RPM_BUILD_ROOT%{_datadir}/java/antlr3.jar
+install -D -m 0755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/antlr3
 
 cd runtime/Python
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
@@ -66,6 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %doc README.txt LICENSE.txt
 %{_datadir}/java/*.jar
+%{_bindir}/antlr3
 
 %files python
 %defattr(0644,root,root,0755)
@@ -73,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/antlr_python_runtime-*
 
 %changelog
+* Mon Nov 10 2008 Colin Walters <walters@redhat.com> - 3.1.1-3
+- Add antlr3 script
+
 * Mon Nov  6 2008 Bart Vanbrabant <bart.vanbrabant@zoeloelip.be> - 3.1.1-2
 - Fix the install of the jar (remove the version)
 

                 reply	other threads:[~2026-07-22 19:36 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=178474901916.1.9032044118852826354.rpms-antlr3-985290b864b1@fedoraproject.org \
    --to=walters@fedoraproject.org \
    --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