diff --git a/maven-surefire.spec b/maven-surefire.spec index 552b5d8..b58dc6b 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -33,8 +33,6 @@ # 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} @@ -42,7 +40,7 @@ Name: maven-surefire Version: 1.5.3 -Release: 2jpp.1%{?dist} +Release: 2jpp.2%{?dist} Epoch: 0 Summary: Test framework project License: Apache Software License @@ -310,6 +308,9 @@ fi %changelog +* Tue Mar 20 2007 Deepak Bhole 0:1.5.3-2jpp.2 +- Build with maven + * Mon Feb 26 2007 Tania Bento 0:1.5.3-2jpp.1 - Fixed %%Release. - Fixed %%BuildRoot.