forked from pool/java-1_8_0-openj9
This commit is contained in:
parent
6806986e0e
commit
b74ef4bdff
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
|
||||
%global debug 0
|
||||
%global bootcycle 1
|
||||
# Convert an absolute path to a relative path. Each symbolic link is
|
||||
@ -64,18 +63,17 @@
|
||||
%else
|
||||
%global with_pulseaudio 0
|
||||
%endif
|
||||
%global archinstall %{_arch}
|
||||
%ifarch x86_64
|
||||
%global archinstall amd64
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
%global archinstall i386
|
||||
%ifarch ppc64
|
||||
%global archinstall ppc64
|
||||
%endif
|
||||
%ifarch %{arm}
|
||||
%global archinstall aarch32
|
||||
%ifarch ppc64le
|
||||
%global archinstall ppc64le
|
||||
%endif
|
||||
%ifarch %{aarch64}
|
||||
%global archinstall aarch64
|
||||
%ifarch s390x
|
||||
%global archinstall s390x
|
||||
%endif
|
||||
%if %{debug}
|
||||
%global debugbuild slowdebug
|
||||
@ -90,7 +88,7 @@
|
||||
%global imagestarget images
|
||||
%endif
|
||||
%global bits 64
|
||||
#ExclusiveArch: x86_64 ppc64le s390x
|
||||
ExclusiveArch: x86_64 ppc64 ppc64le s390x
|
||||
Name: java-1_8_0-openj9
|
||||
Version: %{javaver}.%{updatever}
|
||||
Release: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user