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 debug 0
|
||||||
%global bootcycle 1
|
%global bootcycle 1
|
||||||
# Convert an absolute path to a relative path. Each symbolic link is
|
# Convert an absolute path to a relative path. Each symbolic link is
|
||||||
@ -64,18 +63,17 @@
|
|||||||
%else
|
%else
|
||||||
%global with_pulseaudio 0
|
%global with_pulseaudio 0
|
||||||
%endif
|
%endif
|
||||||
%global archinstall %{_arch}
|
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%global archinstall amd64
|
%global archinstall amd64
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{ix86}
|
%ifarch ppc64
|
||||||
%global archinstall i386
|
%global archinstall ppc64
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{arm}
|
%ifarch ppc64le
|
||||||
%global archinstall aarch32
|
%global archinstall ppc64le
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{aarch64}
|
%ifarch s390x
|
||||||
%global archinstall aarch64
|
%global archinstall s390x
|
||||||
%endif
|
%endif
|
||||||
%if %{debug}
|
%if %{debug}
|
||||||
%global debugbuild slowdebug
|
%global debugbuild slowdebug
|
||||||
@ -90,7 +88,7 @@
|
|||||||
%global imagestarget images
|
%global imagestarget images
|
||||||
%endif
|
%endif
|
||||||
%global bits 64
|
%global bits 64
|
||||||
#ExclusiveArch: x86_64 ppc64le s390x
|
ExclusiveArch: x86_64 ppc64 ppc64le s390x
|
||||||
Name: java-1_8_0-openj9
|
Name: java-1_8_0-openj9
|
||||||
Version: %{javaver}.%{updatever}
|
Version: %{javaver}.%{updatever}
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user