From aebc7b1b482a0dd5dfc4a6d42318a6eeb4480f5d Mon Sep 17 00:00:00 2001 From: douyiwang Date: Thu, 5 Dec 2024 16:30:52 +0800 Subject: [PATCH] Sync support for ppc64le (cherry picked from commit 113b25214e43dc5a379f1bf25001a538607810dd) --- openjfx8.spec | 10 ++++++++-- pom-fxpackager.xml | 4 ++-- pom-web.xml | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/openjfx8.spec b/openjfx8.spec index 3daff51..a49bf14 100644 --- a/openjfx8.spec +++ b/openjfx8.spec @@ -8,13 +8,16 @@ %else %global arch aarch64 %endif +%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 loongarch64 +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 +* Thu Dec 5 2024 douyiwang - 8u370-3 +- Add support for ppc64le + * Tue Oct 15 2024 Wenlong Zhang - 8u370-2 - add loongarch64 support for openjfx8 diff --git a/pom-fxpackager.xml b/pom-fxpackager.xml index 8048a67..89dac5d 100644 --- a/pom-fxpackager.xml +++ b/pom-fxpackager.xml @@ -78,7 +78,7 @@ - + @@ -87,7 +87,7 @@ - + diff --git a/pom-web.xml b/pom-web.xml index 8fbb5e8..9995073 100644 --- a/pom-web.xml +++ b/pom-web.xml @@ -71,11 +71,11 @@ - + - + -- Gitee