From 645f7598a0e65cfc8ab442be7173d971bf7a93b5 Mon Sep 17 00:00:00 2001 From: Ren Zhijie Date: Fri, 8 Mar 2024 15:07:48 +0800 Subject: [PATCH] Add support for ppc64le Signed-off-by: Ren Zhijie --- 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 a94cb73..c11b4f3 100644 --- a/openjfx8.spec +++ b/openjfx8.spec @@ -8,10 +8,13 @@ %else %global arch aarch64 %endif +%ifarch ppc64le +%global arch ppc64le +%endif Name: openjfx8 Version: 8u370 -Release: 1 +Release: 2 Summary: Rich client application platform for Java #fxpackager is BSD @@ -57,7 +60,7 @@ Source35: settings.xml Patch0: 0000-Fix-wait-call-in-PosixPlatform.patch -ExclusiveArch: x86_64 aarch64 +ExclusiveArch: x86_64 aarch64 ppc64le Requires: java-1.8.0-openjdk @@ -228,6 +231,9 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir} %license LICENSE %changelog +* Fri Mar 8 2024 Ren Zhijie - 8u370.2 +- Add support for ppc64le + * Tue Jun 20 2023 DXwangg - 8u370.1 - update 8u353.tar.gz to 8u370.tar.gz 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