!33 Add ppc64le support for openjfx11
From: @xurui2456916741 Reviewed-by: @jvmboy Signed-off-by: @jvmboy
This commit is contained in:
commit
25a7366816
@ -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
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user