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:
parent
35670cd99c
commit
912cb7150a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user