diff --git a/mojo-parent.spec b/mojo-parent.spec index 9aa56f9..a864c1f 100644 --- a/mojo-parent.spec +++ b/mojo-parent.spec @@ -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