From 9e7c20382c5348db5d2c37b43b7cc520e0428561 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Apr 16 2021 17:04:15 +0000 Subject: Conditionalize buildrequires in bootstrap mode --- diff --git a/jdom2.spec b/jdom2.spec index 9b60df7..96cd5e5 100644 --- a/jdom2.spec +++ b/jdom2.spec @@ -1,3 +1,5 @@ +%bcond_without bootstrap + Name: jdom2 Version: 2.0.6 Release: 15%{?dist} @@ -16,8 +18,12 @@ Source4: generate-tarball.sh Patch0: 0001-Adapt-build.patch BuildRequires: javapackages-local +%if %{with bootstrap} +BuildRequires: javapackages-bootstrap +%else BuildRequires: ant BuildRequires: ant-junit +%endif BuildArch: noarch