Require xmvn-generator

This commit is contained in:
Mikolaj Izdebski 2023-03-07 01:00:31 +01:00
parent a879a06d08
commit 46b47d503a

View File

@ -1,3 +1,5 @@
%bcond_with xmvn_generator
%if 0%{?fedora}
%bcond_without ivy
%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
Requires: java-17-openjdk-devel
Requires: xmvn-tools
%if %{with xmvn_generator}
Requires: xmvn-generator
%endif
%description -n javapackages-local
This package provides non-essential macros and scripts to support Java packaging.