fix unpacking sources on SLE11

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/webrtc-audio-processing?expand=0&rev=2
This commit is contained in:
Pascal Bleser 2012-05-19 07:48:48 +00:00 committed by Git OBS Bridge
parent 88e200a5f7
commit 15fe85162c

View File

@ -82,7 +82,8 @@ components have been optimized to best serve this purpose.
WebRTC implements the W3C's proposal for video conferencing on the web. WebRTC implements the W3C's proposal for video conferencing on the web.
%prep %prep
%setup -q %setup -q -T -c "%{name}-%{version}"
xz --decompress --stdout "%{SOURCE0}" | %__tar xf - --strip-components=1
%__sed -i 's/\r$//' AUTHORS %__sed -i 's/\r$//' AUTHORS
%build %build