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