Conditionalize buildrequires in bootstrap mode
This commit is contained in:
parent
d77614ee39
commit
afeb42b6e8
@ -1,3 +1,5 @@
|
||||
%bcond_without bootstrap
|
||||
|
||||
Name: plexus-components-pom
|
||||
Version: 6.5
|
||||
Release: 1%{?dist}
|
||||
@ -10,8 +12,12 @@ Source0: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-
|
||||
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
BuildRequires: maven-local
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
||||
%endif
|
||||
|
||||
%description
|
||||
This package provides Plexus Components parent POM used by different
|
||||
|
||||
Loading…
Reference in New Issue
Block a user