Different xz unpack strategy for SLE11

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=2
This commit is contained in:
Jan Engelhardt 2011-10-18 15:33:14 +00:00 committed by Git OBS Bridge
parent 35670cd99c
commit 912cb7150a

View File

@ -63,7 +63,12 @@ Requires: %name = %version
This package contains the development files for libgsoap.
%prep
%if 0%{?__xz:1}
%setup -qn gsoap-%version
%else
tar -xf "%{S:0}" --use=xz;
%setup -DTq
%endif
%patch -P 1 -P 2 -P 3 -p1
%build