Require xmvn-generator
This commit is contained in:
parent
a879a06d08
commit
46b47d503a
@ -1,3 +1,5 @@
|
|||||||
|
%bcond_with xmvn_generator
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
%bcond_without ivy
|
%bcond_without ivy
|
||||||
%else
|
%else
|
||||||
@ -101,6 +103,9 @@ Requires: javapackages-common = %{version}-%{release}
|
|||||||
# Java build systems don't have hard requirement on java-devel, so it should be there
|
# Java build systems don't have hard requirement on java-devel, so it should be there
|
||||||
Requires: java-17-openjdk-devel
|
Requires: java-17-openjdk-devel
|
||||||
Requires: xmvn-tools
|
Requires: xmvn-tools
|
||||||
|
%if %{with xmvn_generator}
|
||||||
|
Requires: xmvn-generator
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n javapackages-local
|
%description -n javapackages-local
|
||||||
This package provides non-essential macros and scripts to support Java packaging.
|
This package provides non-essential macros and scripts to support Java packaging.
|
||||||
|
Loading…
Reference in New Issue
Block a user