Update to 2.2-0.1.20200514gitf100892

Add ExcludeArch ppc64le due PowerPC is no longer supported by JUCE
This commit is contained in:
Martin Gansser 2020-05-15 12:48:29 +02:00
parent 13831026da
commit b800440db9

View File

@ -66,6 +66,9 @@ License: GPLv2+ and BSD and Boost and ISC and MIT and zlib
URL: https://github.com/falkTX/Carla 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/%{commit0}/%{name}-%{shortcommit0}.tar.gz
#Source0: https://github.com/falkTX/%%{name}/archive/v%%{version}%%{?rcstr}.tar.gz#/%%{name}-%%{version}.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: gcc gcc-c++
BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(alsa)
@ -149,7 +152,7 @@ Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
This package contains the Carla LV2 plugin. This package contains the Carla LV2 plugin.
%prep %prep
%autosetup -p 1 -n %{name}-%{commit0} %autosetup -p 0 -n %{name}-%{commit0}
#%%autosetup -p 1 -n %%{name}-%%{version}%%{?rcstr} #%%autosetup -p 1 -n %%{name}-%%{version}%%{?rcstr}
# remove windows stuff # remove windows stuff
@ -223,6 +226,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%changelog %changelog
* Fri May 15 2020 Martin Gansser <martinkg@fedoraproject.org> - 1:2.2-0.1.20200514gitf100892 * Fri May 15 2020 Martin Gansser <martinkg@fedoraproject.org> - 1:2.2-0.1.20200514gitf100892
- Update to 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 <martinkg@fedoraproject.org> - 1:2.1-2 * Tue Apr 14 2020 Martin Gansser <martinkg@fedoraproject.org> - 1:2.1-2
- Add epoch to allow update - Add epoch to allow update