!39 sync patch from openEuler-24.03-LTS
From: @li_ning_jie Reviewed-by: @douyiwang Signed-off-by: @douyiwang
This commit is contained in:
commit
6d9bfa8370
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: openjfx
|
Name: openjfx
|
||||||
Version: 11.0.18.0
|
Version: 11.0.18.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Rich client application platform for Java
|
Summary: Rich client application platform for Java
|
||||||
|
|
||||||
License: GPL v2 with exceptions and BSD
|
License: GPL v2 with exceptions and BSD
|
||||||
@ -42,7 +42,7 @@ Source28: pom-web.xml
|
|||||||
Source29: build.xml
|
Source29: build.xml
|
||||||
Source30: settings.xml
|
Source30: settings.xml
|
||||||
|
|
||||||
ExclusiveArch: x86_64 aarch64 loongarch64
|
ExclusiveArch: x86_64 aarch64 ppc64le loongarch64
|
||||||
|
|
||||||
Requires: java-11-openjdk
|
Requires: java-11-openjdk
|
||||||
Requires: javapackages-tools
|
Requires: javapackages-tools
|
||||||
@ -155,6 +155,9 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 13 2024 liningjie <liningjie@xfusion.com> - 11.0.18.0-3
|
||||||
|
- Add ppc64le support for openjfx11
|
||||||
|
|
||||||
* Tue Oct 15 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 11.0.18.0-2
|
* Tue Oct 15 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 11.0.18.0-2
|
||||||
- add loongarch64 to ExclusiveArch
|
- add loongarch64 to ExclusiveArch
|
||||||
|
|
||||||
|
|||||||
@ -93,7 +93,7 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<target>
|
||||||
<copy todir="../../target/classes/com/sun/prism/shader">
|
<copy todir="../../target/classes/com/sun/prism/shader">
|
||||||
<fileset dir="../mvn-prism/target/classes/com/sun/prism/shader">
|
<fileset dir="../mvn-prism/target/classes/com/sun/prism/shader">
|
||||||
<include name="**/*.class"/>
|
<include name="**/*.class"/>
|
||||||
@ -114,7 +114,7 @@
|
|||||||
<include name="**/*.class"/>
|
<include name="**/*.class"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
</tasks>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@ -60,11 +60,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