Add ppc64le support for openjfx11
This commit is contained in:
parent
762bad5855
commit
30e0a1a362
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: openjfx
|
Name: openjfx
|
||||||
Version: 11.0.3
|
Version: 11.0.3
|
||||||
Release: 6
|
Release: 7
|
||||||
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
|
ExclusiveArch: x86_64 aarch64 ppc64le
|
||||||
|
|
||||||
Requires: java-11-openjdk
|
Requires: java-11-openjdk
|
||||||
Requires: javapackages-tools
|
Requires: javapackages-tools
|
||||||
@ -156,6 +156,9 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 21 2021 Noah <hedongbo@huawei.com> - 11.0.3-6
|
||||||
- change maven repository to huawei cloud
|
- change maven repository to huawei cloud
|
||||||
|
|
||||||
|
|||||||
@ -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