public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/antlr3] epel10: Use wildcards for installing jars (different results on different releases)
Date: Wed, 22 Jul 2026 19:37:15 GMT [thread overview]
Message-ID: <178474903528.1.10258439250870009573.rpms-antlr3-f46b4aebefb5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/antlr3
Branch : epel10
Commit : f46b4aebefb5f3290f80d85295988438b6144d3a
Author : Stanislav Ochotnicky <sochotnicky@redhat.com>
Date : 2012-02-16T14:43:41+01:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/f46b4aebefb5f3290f80d85295988438b6144d3a?branch=epel10
Log:
Use wildcards for installing jars (different results on different releases)
---
diff --git a/antlr3.spec b/antlr3.spec
index fa40d57..bd1ca35 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -9,7 +9,7 @@
Summary: ANother Tool for Language Recognition
Name: antlr3
Version: %{antlr_version}
-Release: 2%{?dist}
+Release: 3%{?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
@@ -223,11 +223,11 @@ install -pm 644 antlr3-maven-plugin/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-
install -pm 644 gunit-maven-plugin/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-maven-gunit-plugin.pom
# install jars
-install -m 644 runtime/Java/target/antlr-runtime-%{antlr_version}.jar \
+install -m 644 runtime/Java/target/antlr-runtime-*.jar \
$RPM_BUILD_ROOT%{_datadir}/java/antlr3-runtime.jar
%add_maven_depmap JPP-antlr3-runtime.pom antlr3-runtime.jar
-install -m 644 tool/target/antlr-%{antlr_version}.jar \
+install -m 644 tool/target/antlr-*.jar \
$RPM_BUILD_ROOT%{_datadir}/java/antlr3.jar
%add_maven_depmap JPP-antlr3.pom antlr3.jar
@@ -308,6 +308,9 @@ popd
%{_datadir}/antlr/
%changelog
+* Thu Feb 16 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.4-3
+- Use wildcards for installing jars (different results on different releases)
+
* Thu Feb 16 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.4-2
- Add builnumber plugin to buildrequires
- Tab/space cleanup
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=178474903528.1.10258439250870009573.rpms-antlr3-f46b4aebefb5@fedoraproject.org \
--to=sochotnicky@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