add loongarch64 support for openjfx8
This commit is contained in:
parent
faf0913411
commit
2f937720da
@ -8,10 +8,13 @@
|
||||
%else
|
||||
%global arch aarch64
|
||||
%endif
|
||||
%ifarch loongarch64
|
||||
%global arch loongarch64
|
||||
%endif
|
||||
|
||||
Name: openjfx8
|
||||
Version: 8u370
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Rich client application platform for Java
|
||||
|
||||
#fxpackager is BSD
|
||||
@ -57,7 +60,7 @@ Source35: settings.xml
|
||||
|
||||
Patch0: 0000-Fix-wait-call-in-PosixPlatform.patch
|
||||
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
ExclusiveArch: x86_64 aarch64 loongarch64
|
||||
|
||||
Requires: java-1.8.0-openjdk
|
||||
|
||||
@ -228,6 +231,9 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir}
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Oct 15 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 8u370-2
|
||||
- add loongarch64 support for openjfx8
|
||||
|
||||
* Tue Jun 20 2023 DXwangg <wangjiawei80@huawei.com> - 8u370.1
|
||||
- update 8u353.tar.gz to 8u370.tar.gz
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user