From 62f87c8ed049d638ebfc2acc16903006cfef1b72 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 29 Nov 2018 12:42:46 +0000 Subject: [PATCH] Expand conditionals --- velocity.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/velocity.spec b/velocity.spec index c6b97eb..a83558d 100644 --- a/velocity.spec +++ b/velocity.spec @@ -1,4 +1,3 @@ -%bcond_without hsqldb Name: velocity Version: 1.7 @@ -29,9 +28,6 @@ BuildRequires: ant BuildRequires: antlr BuildRequires: junit BuildRequires: ant-junit -%if %{with hsqldb} -BuildRequires: hsqldb-lib -%endif BuildRequires: apache-commons-collections BuildRequires: apache-commons-logging BuildRequires: apache-commons-lang @@ -132,9 +128,7 @@ cp %{SOURCE1} ./pom.xml # Remove werken-xpath Import/Export refences in OSGi manifest file %patch7 -p1 -%if %{without hsqldb} rm -r src/test/org/apache/velocity/test/sql -%endif # -----------------------------------------------------------------------------