Compare commits
10 Commits
dd4e77d9d9
...
32a51c9e25
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32a51c9e25 | ||
|
|
f63c7476bd | ||
|
|
040796cc8c | ||
|
|
914980b49d | ||
|
|
05402d6f7f | ||
|
|
492a7a391b | ||
|
|
faf0913411 | ||
|
|
04258944aa | ||
|
|
7471f47ff6 | ||
|
|
22dab5177a |
Binary file not shown.
@ -8,10 +8,16 @@
|
||||
%else
|
||||
%global arch aarch64
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
%global arch ppc64le
|
||||
%endif
|
||||
%ifarch loongarch64
|
||||
%global arch loongarch64
|
||||
%endif
|
||||
|
||||
Name: openjfx8
|
||||
Version: 8u352
|
||||
Release: 1
|
||||
Version: 8u370
|
||||
Release: 4
|
||||
Summary: Rich client application platform for Java
|
||||
|
||||
#fxpackager is BSD
|
||||
@ -53,11 +59,10 @@ Source31: build.xml
|
||||
Source32: buildSrc.xml
|
||||
Source33: fxpackager-native.xml
|
||||
Source34: fxpackager-so.xml
|
||||
Source35: settings.xml
|
||||
|
||||
Patch0: 0000-Fix-wait-call-in-PosixPlatform.patch
|
||||
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
ExclusiveArch: x86_64 aarch64 ppc64le loongarch64
|
||||
|
||||
Requires: java-1.8.0-openjdk
|
||||
|
||||
@ -126,7 +131,6 @@ find -name '*.class' -delete
|
||||
find -name '*.jar' -delete
|
||||
|
||||
#copy maven files
|
||||
cp -a %{_sourcedir}/settings.xml .
|
||||
cp -a %{_sourcedir}/pom-*.xml .
|
||||
mv pom-openjfx.xml pom.xml
|
||||
|
||||
@ -163,7 +167,7 @@ ant -f build.xml
|
||||
#set openjdk8 for build
|
||||
export JAVA_HOME=%{_jvmdir}/java-1.8.0-openjdk
|
||||
# %%mvn_build
|
||||
mvn install --settings ./settings.xml
|
||||
mvn install
|
||||
|
||||
%install
|
||||
install -d -m 755 %{buildroot}%{openjfxdir}
|
||||
@ -228,6 +232,21 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir}
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Nov 5 2024 xieguangyao00 <xieguangyao@inspur.com> - 8u370-4
|
||||
- del settings.xml from source
|
||||
|
||||
* Tue Jun 04 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 8u370-3
|
||||
- add loongarch64 support for openjfx8
|
||||
|
||||
* 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
|
||||
- update 8u353.tar.gz to 8u370.tar.gz
|
||||
|
||||
* Wed Dec 12 2022 douyiwang <douyiwang@huawei.com> - 8u353.1
|
||||
- update 8u352.tar.bz to 8u353.tar.gz
|
||||
|
||||
* Wed Dec 7 2022 douyiwang <douyiwang@huawei.com> - 8u352.1
|
||||
- update 8u340.tar.bz to 8u352.tar.gz
|
||||
|
||||
|
||||
@ -78,7 +78,7 @@
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<target>
|
||||
<move todir="target/classes/resources/classes/com/javafx/main">
|
||||
<fileset dir="target/classes/com/javafx/main"/>
|
||||
</move>
|
||||
@ -87,7 +87,7 @@
|
||||
<fileset dir="native/target"/>
|
||||
<globmapper from="JavaAppLauncher.uexe" to="JavaAppLauncher"/>
|
||||
</copy>
|
||||
</tasks>
|
||||
</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
@ -71,11 +71,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>
|
||||
|
||||
13
settings.xml
13
settings.xml
@ -1,13 +0,0 @@
|
||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
||||
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||
<mirrors>
|
||||
<mirror>
|
||||
<id>huaweicloud</id>
|
||||
<mirrorOf>central</mirrorOf>
|
||||
<name>central repo</name>
|
||||
<url>https://repo.huaweicloud.com/repository/maven/</url>
|
||||
</mirror>
|
||||
</mirrors>
|
||||
</settings>
|
||||
Loading…
x
Reference in New Issue
Block a user