forked from pool/java-1_8_0-openjdk
This commit is contained in:
parent
ed935dd5ec
commit
6bc07581e0
@ -404,14 +404,10 @@ need to.
|
||||
%setup -q -n %{root_repository}-%{root_revision}
|
||||
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 1
|
||||
%ifarch %{aarch64}
|
||||
%if ! %{with zero}
|
||||
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 8
|
||||
%else
|
||||
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 2
|
||||
%endif
|
||||
%else
|
||||
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 2
|
||||
%endif
|
||||
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 3
|
||||
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 4
|
||||
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 5
|
||||
@ -427,14 +423,10 @@ pwd
|
||||
mv corba-%{corba_revision} corba
|
||||
|
||||
%ifarch %{aarch64}
|
||||
%if ! %{with zero}
|
||||
mv hotspot-%{aarch64_hotspot_revision} hotspot
|
||||
%else
|
||||
mv hotspot-%{hotspot_revision} hotspot
|
||||
%endif
|
||||
%else
|
||||
mv hotspot-%{hotspot_revision} hotspot
|
||||
%endif
|
||||
mv jaxp-%{jaxp_revision} jaxp
|
||||
mv jaxws-%{jaxws_revision} jaxws
|
||||
mv jdk-%{jdk_revision} jdk
|
||||
|
Loading…
x
Reference in New Issue
Block a user