diff --git a/maven-surefire.spec b/maven-surefire.spec index 484b53f..37bb70a 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -34,8 +34,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} @@ -43,7 +41,7 @@ Name: maven-surefire Version: 1.5.3 -Release: 2jpp.3%{?dist} +Release: 2jpp.4%{?dist} Epoch: 0 Summary: Test framework project License: Apache Software License @@ -70,6 +68,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if ! %{gcj_support} BuildArch: noarch %endif +ExcludeArch: ppc64 +%endif + BuildRequires: ant BuildRequires: ant-nodeps BuildRequires: classworlds @@ -311,6 +312,10 @@ fi %changelog +* Fri Sep 21 2007 Deepak Bhole 1.5.3-2jpp.4 +- Build with maven +- ExcludeArch ppc64 + * Fri Aug 31 2007 Deepak Bhole 0:1.5.3-2jpp.3 - Build without maven (for initial ppc build)