Add support for ppc64le
Signed-off-by: Ren Zhijie <zhijie.ren@shingroup.cn> (cherry picked from commit 645f7598a0e65cfc8ab442be7173d971bf7a93b5)
This commit is contained in:
parent
faf0913411
commit
492a7a391b
@ -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
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user