public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr4-project] rawhide: Drop unused BuildRequires
@ 2026-06-13 20:33 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-13 20:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/antlr4-project
Branch : rawhide
Commit : fdc169c576da5ce20ab2f21b22b36c661b1cecb5
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-06-13T14:32:11-06:00
Stats : +2/-11 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/antlr4-project/c/fdc169c576da5ce20ab2f21b22b36c661b1cecb5?branch=rawhide
Log:
Drop unused BuildRequires
---
diff --git a/antlr4-project.spec b/antlr4-project.spec
index b7df36d..1c59cdf 100644
--- a/antlr4-project.spec
+++ b/antlr4-project.spec
@@ -45,7 +45,6 @@ BuildRequires: maven-local-openjdk25
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
BuildRequires: mvn(com.ibm.icu:icu4j)
BuildRequires: mvn(com.webguys:string-template-maven-plugin)
-BuildRequires: mvn(jakarta.json:jakarta.json-api)
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.abego.treelayout:org.abego.treelayout.core)
BuildRequires: mvn(org.antlr:ST4)
@@ -68,7 +67,6 @@ BuildRequires: mvn(org.slf4j:slf4j-simple)
BuildRequires: mvn(org.sonatype.plexus:plexus-build-api)
BuildRequires: mvn(org.twdata.maven:mojo-executor)
BuildRequires: python3-devel
-BuildRequires: utf8cpp-devel
# https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
ExclusiveArch: %{java_arches}
@@ -174,7 +172,6 @@ This package provides the runtime library used by Go ANTLR parsers.
License: BSD-3-Clause AND MIT
Summary: ANTLR runtime for JavaScript
BuildArch: noarch
-BuildRequires: nodejs
BuildRequires: nodejs-packaging
Requires: nodejs
@@ -239,12 +236,8 @@ find -name \*.jar -delete
%mvn_package :antlr4-master antlr4-runtime
-# Use utf8cpp instead of the deprecated wstring_convert
-sed -i 's/# \(.*DUSE_UTF8_INSTEAD_OF_CODECVT.*\)/\1/' runtime/Cpp/CMakeLists.txt
-
%generate_buildrequires
-cd runtime/Python3
-%pyproject_buildrequires
+%pyproject_buildrequires -d runtime/Python3
%build
export JAVA_HOME=%{_jvmdir}/java
@@ -267,9 +260,7 @@ cd runtime/Cpp
cd -
# Build the Python 3 runtime
-cd runtime/Python3
-%pyproject_wheel
-cd -
+%pyproject_wheel -d runtime/Python3
%if %{with swift}
# Build the Swift runtime
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-13 20:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 20:33 [rpms/antlr4-project] rawhide: Drop unused BuildRequires Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox