Add support for ppc64le

Signed-off-by: Ren Zhijie <zhijie.ren@shingroup.cn>
(cherry picked from commit 645f7598a0e65cfc8ab442be7173d971bf7a93b5)
This commit is contained in:
Ren Zhijie 2024-03-08 15:07:48 +08:00 committed by openeuler-sync-bot
parent faf0913411
commit 492a7a391b
3 changed files with 12 additions and 6 deletions

View File

@ -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 <zhijie.ren@shingroup.cn> - 8u370.2
- Add support for ppc64le
* Tue Jun 20 2023 DXwangg <wangjiawei80@huawei.com> - 8u370.1
- update 8u353.tar.gz to 8u370.tar.gz

View File

@ -78,7 +78,7 @@
</execution>
</executions>
<configuration>
<tasks>
<target>
<move todir="target/classes/resources/classes/com/javafx/main">
<fileset dir="target/classes/com/javafx/main"/>
</move>
@ -87,7 +87,7 @@
<fileset dir="native/target"/>
<globmapper from="JavaAppLauncher.uexe" to="JavaAppLauncher"/>
</copy>
</tasks>
</target>
</configuration>
</plugin>
</plugins>

View File

@ -71,11 +71,11 @@
</execution>
</executions>
<configuration>
<tasks>
<target>
<copy todir="src/main/java">
<fileset dir="src/main/native/Source/WebCore/bindings/java/dom3/java"/>
</copy>
</tasks>
</target>
</configuration>
</plugin>
</plugins>