!64 Sync support for ppc64le

From: @douyiwang 
Reviewed-by: @jvmboy 
Signed-off-by: @jvmboy
This commit is contained in:
openeuler-ci-bot 2024-12-05 12:12:31 +00:00 committed by Gitee
commit c994806cd9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 6 deletions

View File

@ -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 <douyiwang@huawei.com> - 8u370-3
- Add support for ppc64le
* Tue Oct 15 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 8u370-2
- add loongarch64 support for openjfx8

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>