Add s390x ExcludeArch

This commit is contained in:
Gergely Gombos 2019-02-15 09:41:10 -05:00
parent ac99b13fb4
commit 37ecc68943
No known key found for this signature in database
GPG Key ID: E7BF708849BB55AD

View File

@ -3,13 +3,16 @@
Name: libldac
Version: %{sonamebase}.0.2.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A lossy audio codec for Bluetooth connections
License: ASL 2.0
URL: https://github.com/EHfive/ldacBT
Source0: %{url}/releases/download/v%{version}/%{archivename}-%{version}.tar.gz
# Upstream source throws error in a big-endian arch, see #1677491
ExcludeArch: s390x
BuildRequires: cmake3
BuildRequires: gcc
@ -59,6 +62,9 @@ developing applications that use %{name}.
%{_libdir}/libldacBT_enc.so
%changelog
* Fri Feb 15 2019 Gergely Gombos <gombosg@gmail.com> - 2.0.2.2-4
- Add s390x ExcludeArch
* Thu Feb 7 2019 Gergely Gombos <gombosg@gmail.com> - 2.0.2.2-3
- Minor fixes before Fedora submission