From 0def7be7c47a3176fc035aa291b967b9cfd9f4cf Mon Sep 17 00:00:00 2001 From: Deepak Bhole Date: Fri, 31 Aug 2007 21:46:55 +0000 Subject: [PATCH] - Build without maven (for initial ppc build) --- maven-surefire.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/maven-surefire.spec b/maven-surefire.spec index b58dc6b..484b53f 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -33,6 +33,9 @@ # If you don't want to build with maven, and use straight ant instead, # give rpmbuild option '--without maven' + +%define _without_maven 1 + %define with_maven %{!?_without_maven:1}%{?_without_maven:0} %define without_maven %{?_without_maven:1}%{!?_without_maven:0} @@ -40,7 +43,7 @@ Name: maven-surefire Version: 1.5.3 -Release: 2jpp.2%{?dist} +Release: 2jpp.3%{?dist} Epoch: 0 Summary: Test framework project License: Apache Software License @@ -308,6 +311,9 @@ fi %changelog +* Fri Aug 31 2007 Deepak Bhole 0:1.5.3-2jpp.3 +- Build without maven (for initial ppc build) + * Tue Mar 20 2007 Deepak Bhole 0:1.5.3-2jpp.2 - Build with maven