From 5662a401171b90e7dff412486775845582aa4f88 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 12 May 2022 22:33:24 +0200 Subject: [PATCH] Add ExclusiveArch: %{java_arches} noarch See: https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs --- plexus-compiler.spec | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/plexus-compiler.spec b/plexus-compiler.spec index eb791aa..932f5f6 100644 --- a/plexus-compiler.spec +++ b/plexus-compiler.spec @@ -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}