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
|
%else
|
||||||
%global arch aarch64
|
%global arch aarch64
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch ppc64le
|
||||||
|
%global arch ppc64le
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: openjfx8
|
Name: openjfx8
|
||||||
Version: 8u370
|
Version: 8u370
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Rich client application platform for Java
|
Summary: Rich client application platform for Java
|
||||||
|
|
||||||
#fxpackager is BSD
|
#fxpackager is BSD
|
||||||
@ -57,7 +60,7 @@ Source35: settings.xml
|
|||||||
|
|
||||||
Patch0: 0000-Fix-wait-call-in-PosixPlatform.patch
|
Patch0: 0000-Fix-wait-call-in-PosixPlatform.patch
|
||||||
|
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64 ppc64le
|
||||||
|
|
||||||
Requires: java-1.8.0-openjdk
|
Requires: java-1.8.0-openjdk
|
||||||
|
|
||||||
@ -228,6 +231,9 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir}
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 20 2023 DXwangg <wangjiawei80@huawei.com> - 8u370.1
|
||||||
- update 8u353.tar.gz to 8u370.tar.gz
|
- update 8u353.tar.gz to 8u370.tar.gz
|
||||||
|
|
||||||
|
|||||||
@ -78,7 +78,7 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<target>
|
||||||
<move todir="target/classes/resources/classes/com/javafx/main">
|
<move todir="target/classes/resources/classes/com/javafx/main">
|
||||||
<fileset dir="target/classes/com/javafx/main"/>
|
<fileset dir="target/classes/com/javafx/main"/>
|
||||||
</move>
|
</move>
|
||||||
@ -87,7 +87,7 @@
|
|||||||
<fileset dir="native/target"/>
|
<fileset dir="native/target"/>
|
||||||
<globmapper from="JavaAppLauncher.uexe" to="JavaAppLauncher"/>
|
<globmapper from="JavaAppLauncher.uexe" to="JavaAppLauncher"/>
|
||||||
</copy>
|
</copy>
|
||||||
</tasks>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|||||||
@ -71,11 +71,11 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<target>
|
||||||
<copy todir="src/main/java">
|
<copy todir="src/main/java">
|
||||||
<fileset dir="src/main/native/Source/WebCore/bindings/java/dom3/java"/>
|
<fileset dir="src/main/native/Source/WebCore/bindings/java/dom3/java"/>
|
||||||
</copy>
|
</copy>
|
||||||
</tasks>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user