From ccef8ae868d64ec0a525f829ee73150140dc2e8f Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 29 Nov 2018 12:42:46 +0000 Subject: [PATCH] Expand conditionals --- bcel.spec | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/bcel.spec b/bcel.spec index 92cbaf2..d111a7e 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,4 +1,3 @@ -%bcond_without jna Name: bcel Version: 6.2 @@ -13,12 +12,6 @@ BuildArch: noarch BuildRequires: maven-local BuildRequires: mvn(org.apache.commons:commons-parent:pom:) -%if %{with jna} -BuildRequires: mvn(junit:junit) -BuildRequires: mvn(net.java.dev.jna:jna) -BuildRequires: mvn(net.java.dev.jna:jna-platform) -BuildRequires: mvn(org.apache.commons:commons-lang3) -%endif %description The Byte Code Engineering Library (formerly known as JavaClass) is @@ -51,11 +44,7 @@ This package provides %{summary}. %mvn_file : %{name} %build -%if %{without jna} %mvn_build -f -%else -%mvn_build -%endif %install %mvn_install