public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael Simacek <msimacek@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/antlr3] epel10: Fix FTBFS
Date: Wed, 22 Jul 2026 19:37:29 GMT [thread overview]
Message-ID: <178474904965.1.4297256682685960638.rpms-antlr3-3bb98850f50e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/antlr3
Branch : epel10
Commit : 3bb98850f50e17cea99550f1c52a6d9b52231714
Author : Michael Simacek <msimacek@redhat.com>
Date : 2015-03-30T15:16:19+02:00
Stats : +10/-10 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/3bb98850f50e17cea99550f1c52a6d9b52231714?branch=epel10
Log:
Fix FTBFS
---
diff --git a/antlr3.spec b/antlr3.spec
index b922940..e910a24 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -4,7 +4,7 @@
%global c_runtime_version 3.4
#%global python_runtime_version 3.1.3
%global javascript_runtime_version 3.1
-%global baserelease 5
+%global baserelease 6
Summary: ANother Tool for Language Recognition
Name: antlr3
@@ -18,21 +18,18 @@ Source3: http://www.antlr3.org/download/antlr-javascript-runtime-%{ja
Source9: antlr-runtime-MANIFEST.MF
Patch1: 0001-java8-fix.patch
License: BSD
+
BuildRequires: maven-local
-BuildRequires: maven-enforcer-plugin
BuildRequires: maven-plugin-bundle
-BuildRequires: maven-assembly-plugin
-BuildRequires: maven-shared-reporting-impl
BuildRequires: maven-surefire-provider-junit
-BuildRequires: maven-install-plugin
-BuildRequires: buildnumber-maven-plugin
BuildRequires: junit
-BuildRequires: tomcat-servlet-3.0-api
BuildRequires: stringtemplate4
BuildRequires: stringtemplate
-BuildRequires: felix-parent
BuildRequires: antlr3-tool
-BuildRequires: autoconf automake libtool
+
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
# we don't build it now
Obsoletes: antlr3-gunit < 3.2-15
@@ -179,7 +176,7 @@ autoreconf -i
%{nil}
%endif
-sed -i "s/CFLAGS = .*/CFLAGS = $RPM_OPT_FLAGS/" Makefile
+sed -i "s#CFLAGS = .*#CFLAGS = $RPM_OPT_FLAGS#" Makefile
make %{?_smp_mflags}
doxygen -u # update doxygen configuration file
doxygen # build doxygen documentation
@@ -272,6 +269,9 @@ install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/
%doc tool/LICENSE.txt
%changelog
+* Mon Mar 30 2015 Michael Simacek <msimacek@redhat.com> - 1:3.5.2-6
+- Fix FTBFS
+
* Mon Mar 23 2015 Dan Horák <dan[at]danny.cz> - 1:3.5.2-5
- update BR - whole autotools chain is required explicitly
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=178474904965.1.4297256682685960638.rpms-antlr3-3bb98850f50e@fedoraproject.org \
--to=msimacek@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