diff --git a/Carla.spec b/Carla.spec index c1a2557..e3d633f 100644 --- a/Carla.spec +++ b/Carla.spec @@ -66,6 +66,9 @@ License: GPLv2+ and BSD and Boost and ISC and MIT and zlib URL: https://github.com/falkTX/Carla Source0: https://github.com/falkTX/%{name}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz #Source0: https://github.com/falkTX/%%{name}/archive/v%%{version}%%{?rcstr}.tar.gz#/%%{name}-%%{version}.tar.gz +Patch0: %{name}-ppc64le.patch + +ExcludeArch: ppc64le BuildRequires: gcc gcc-c++ BuildRequires: pkgconfig(alsa) @@ -149,7 +152,7 @@ Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} This package contains the Carla LV2 plugin. %prep -%autosetup -p 1 -n %{name}-%{commit0} +%autosetup -p 0 -n %{name}-%{commit0} #%%autosetup -p 1 -n %%{name}-%%{version}%%{?rcstr} # remove windows stuff @@ -223,6 +226,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %changelog * Fri May 15 2020 Martin Gansser - 1:2.2-0.1.20200514gitf100892 - Update to 2.2-0.1.20200514gitf100892 +- Add ExcludeArch ppc64le due PowerPC is no longer supported by JUCE * Tue Apr 14 2020 Martin Gansser - 1:2.1-2 - Add epoch to allow update