public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: Fix FTBFS
@ 2026-07-22 19:37 Michael Simacek
0 siblings, 0 replies; only message in thread
From: Michael Simacek @ 2026-07-22 19:37 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 19:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 19:37 [rpms/antlr3] epel10: Fix FTBFS Michael Simacek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox