1
0
Fridrich Strba 2014-10-09 16:41:00 +00:00 committed by Git OBS Bridge
parent ed935dd5ec
commit 6bc07581e0

View File

@ -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