From 914980b49d9db81e2348cf98df39e60335eca507 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Tue, 4 Jun 2024 11:55:10 +0000 Subject: [PATCH] add loongarch64 support for openjfx8 --- openjfx8.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/openjfx8.spec b/openjfx8.spec index c11b4f3..4c63c40 100644 --- a/openjfx8.spec +++ b/openjfx8.spec @@ -11,10 +11,13 @@ %ifarch ppc64le %global arch ppc64le %endif +%ifarch loongarch64 +%global arch loongarch64 +%endif Name: openjfx8 Version: 8u370 -Release: 2 +Release: 3 Summary: Rich client application platform for Java #fxpackager is BSD @@ -60,7 +63,7 @@ Source35: settings.xml Patch0: 0000-Fix-wait-call-in-PosixPlatform.patch -ExclusiveArch: x86_64 aarch64 ppc64le +ExclusiveArch: x86_64 aarch64 ppc64le loongarch64 Requires: java-1.8.0-openjdk @@ -231,6 +234,9 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir} %license LICENSE %changelog +* Tue Jun 04 2024 Wenlong Zhang - 8u370-3 +- add loongarch64 support for openjfx8 + * Fri Mar 8 2024 Ren Zhijie - 8u370.2 - Add support for ppc64le