Add ExclusiveArch: %{java_arches} noarch
See: https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
This commit is contained in:
parent
0076c68705
commit
5662a40117
@ -1,18 +1,19 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: plexus-compiler
|
Name: plexus-compiler
|
||||||
Version: 2.11.1
|
Version: 2.11.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Compiler call initiators for Plexus
|
Summary: Compiler call initiators for Plexus
|
||||||
# extras subpackage has a bit different licensing
|
# extras subpackage has a bit different licensing
|
||||||
# parts of compiler-api are ASL2.0/MIT
|
# parts of compiler-api are ASL2.0/MIT
|
||||||
License: MIT and ASL 2.0
|
License: MIT and ASL 2.0
|
||||||
URL: https://github.com/codehaus-plexus/plexus-compiler
|
URL: https://github.com/codehaus-plexus/plexus-compiler
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: %{java_arches} noarch
|
||||||
|
|
||||||
Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz
|
Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz
|
||||||
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
|
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
|
||||||
Source2: LICENSE.MIT
|
Source2: LICENSE.MIT
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
|
Loading…
Reference in New Issue
Block a user