set ExclusiveArch x86 and ARM for now

This commit is contained in:
Dan Horák 2012-10-09 22:49:20 +02:00
parent e8e585978e
commit 5c7dbe1ae0

View File

@ -1,13 +1,15 @@
Name: webrtc-audio-processing
Version: 0.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for echo cancellation
License: BSD
URL: http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
Source0: http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/%{name}-%{version}.tar.xz
ExclusiveArch: %{ix86} x86_64 %{arm}
%description
%{name} is a library derived from Google WebRTC project that
provides echo cancellation functionality. This library is used by for example
@ -56,5 +58,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Tue Oct 9 2012 Dan Horák <dan[at]danny.cz> 0.1-2
- set ExclusiveArch x86 and ARM for now
* Fri Oct 5 2012 Christian Schaller <christian.schaller@gmail.com> 0.1-1
- Initial Fedora spec.