Add ppc64le support for openjfx11

This commit is contained in:
xurui 2024-03-11 10:59:30 +08:00
parent 762bad5855
commit 30e0a1a362
3 changed files with 9 additions and 6 deletions

View File

@ -4,7 +4,7 @@
Name: openjfx
Version: 11.0.3
Release: 6
Release: 7
Summary: Rich client application platform for Java
License: GPL v2 with exceptions and BSD
@ -42,7 +42,7 @@ Source28: pom-web.xml
Source29: build.xml
Source30: settings.xml
ExclusiveArch: x86_64 aarch64
ExclusiveArch: x86_64 aarch64 ppc64le
Requires: java-11-openjdk
Requires: javapackages-tools
@ -156,6 +156,9 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja
%doc README
%changelog
* Mon Mar 11 2024 xurui<rui.xu@shingroup.cn> - 11.0.3-7
- Add ppc64le support for openjfx11
* Wed Jul 21 2021 Noah <hedongbo@huawei.com> - 11.0.3-6
- change maven repository to huawei cloud

View File

@ -93,7 +93,7 @@
</execution>
</executions>
<configuration>
<tasks>
<target>
<copy todir="../../target/classes/com/sun/prism/shader">
<fileset dir="../mvn-prism/target/classes/com/sun/prism/shader">
<include name="**/*.class"/>
@ -114,7 +114,7 @@
<include name="**/*.class"/>
</fileset>
</copy>
</tasks>
</target>
</configuration>
</plugin>
<plugin>

View File

@ -60,11 +60,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>