Add ExclusiveArch: %{java_arches} noarch

See: https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
This commit is contained in:
Mikolaj Izdebski 2022-05-12 22:33:24 +02:00
parent 0076c68705
commit 5662a40117

View File

@ -1,18 +1,19 @@
%bcond_with bootstrap
Name: plexus-compiler
Version: 2.11.1
Release: 1%{?dist}
Summary: Compiler call initiators for Plexus
Name: plexus-compiler
Version: 2.11.1
Release: 1%{?dist}
Summary: Compiler call initiators for Plexus
# extras subpackage has a bit different licensing
# parts of compiler-api are ASL2.0/MIT
License: MIT and ASL 2.0
URL: https://github.com/codehaus-plexus/plexus-compiler
BuildArch: noarch
License: MIT and ASL 2.0
URL: https://github.com/codehaus-plexus/plexus-compiler
BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
Source2: LICENSE.MIT
Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
Source2: LICENSE.MIT
BuildRequires: maven-local
%if %{with bootstrap}