diff --git a/openjfx8.spec b/openjfx8.spec index a94cb73924124b3c47e48547a6dbc1f85f2ccbd8..dc6b089d8d223f7f658c3d8e78fa1241b3be81be 100644 --- a/openjfx8.spec +++ b/openjfx8.spec @@ -8,10 +8,17 @@ %else %global arch aarch64 %endif +%ifarch ppc64le +%global arch ppc64le +%endif + +Requires: java-1.8.0-openjdk + +BuildRequires: java-1.8.0-openjdk-devel Name: openjfx8 Version: 8u370 -Release: 1 +Release: 2 Summary: Rich client application platform for Java #fxpackager is BSD @@ -57,7 +64,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 +235,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 8048a679fc86a891ca3bfd329d72c2a9527cd93a..89dac5d8adda0456889fb44fb8e06b393584b3ac 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 8fbb5e8a878c33ac52b6056c567d6f9d69c2015c..999507338582dcfc424a371844fcfb5e9895b638 100644 --- a/pom-web.xml +++ b/pom-web.xml @@ -71,11 +71,11 @@ - + - +