Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
32a51c9e25
!61 删除特定仓库设置settings.xml
From: @xieguangyao00 
Reviewed-by: @douyiwang 
Signed-off-by: @douyiwang
2024-11-19 09:33:48 +00:00
xieguangyao00
f63c7476bd del settings.xml 2024-11-05 10:53:30 +08:00
openeuler-ci-bot
040796cc8c
!57 add loongarch64 support for openjfx8
From: @zhangwenlong01 
Reviewed-by: @kuenking111 
Signed-off-by: @kuenking111
2024-08-06 08:49:10 +00:00
Wenlong Zhang
914980b49d add loongarch64 support for openjfx8 2024-06-04 11:55:10 +00:00
openeuler-ci-bot
05402d6f7f
!56 [sync] PR-54: Add support for ppc64le
From: @openeuler-sync-bot 
Reviewed-by: @jvmboy 
Signed-off-by: @jvmboy
2024-04-24 03:08:53 +00:00
Ren Zhijie
492a7a391b Add support for ppc64le
Signed-off-by: Ren Zhijie <zhijie.ren@shingroup.cn>
(cherry picked from commit 645f7598a0e65cfc8ab442be7173d971bf7a93b5)
2024-03-19 09:26:51 +08:00
openeuler-ci-bot
faf0913411
!48 Update to 8u370
From: @DXwangg 
Reviewed-by: @jvmboy 
Signed-off-by: @jvmboy
2023-06-20 09:00:40 +00:00
DXwangg
04258944aa I7EYYU: Update to 8u370 2023-06-20 16:33:40 +08:00
openeuler-ci-bot
7471f47ff6
!42 Update to 8u353
From: @douyiwang 
Reviewed-by: @jvmboy 
Signed-off-by: @jvmboy
2022-12-14 07:07:35 +00:00
douyiwang
22dab5177a I665HM: Update to 8u353 2022-12-14 14:36:59 +08:00
5 changed files with 29 additions and 23 deletions

Binary file not shown.

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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>