Conditionalize buildrequires in bootstrap mode
This commit is contained in:
parent
ddf401a1f1
commit
770fac3dde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user