Conditionalize buildrequires in bootstrap mode

This commit is contained in:
Mikolaj Izdebski 2021-04-16 15:33:12 +02:00
parent ddf401a1f1
commit 770fac3dde

View File

@ -1,3 +1,5 @@
%bcond_without bootstrap
Name: mojo-parent
Version: 60
Release: 1%{?dist}
@ -10,6 +12,9 @@ Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch
BuildRequires: maven-local
%if %{with bootstrap}
BuildRequires: javapackages-bootstrap
%endif
%description
Codehaus MOJO parent project pom file