From 82ad1b621d91ae61d5fffaf8cba86b7d7502f583 Mon Sep 17 00:00:00 2001 From: Deepak Bhole Date: Wed, 13 Aug 2008 15:07:32 +0000 Subject: [PATCH] Build for ppc64 --- maven-surefire.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/maven-surefire.spec b/maven-surefire.spec index d7099e4..0fb58c5 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -34,6 +34,8 @@ # 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} @@ -41,7 +43,7 @@ Name: maven-surefire Version: 1.5.3 -Release: 2.7%{?dist} +Release: 2.8%{?dist} Epoch: 0 Summary: Test framework project License: ASL 2.0 @@ -67,8 +69,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if ! %{gcj_support} BuildArch: noarch -%else -ExcludeArch: ppc64 %endif BuildRequires: ant @@ -314,6 +314,9 @@ fi %changelog +* Wed Aug 13 2008 Deepak Bhole 1.5.3-2.8 +- Build for ppc64 + * Wed Jul 9 2008 Tom "spot" Callaway 1.5.3-2.7 - drop repotag