- Build with maven
- ExcludeArch ppc64
This commit is contained in:
parent
0def7be7c4
commit
9f3de72592
@ -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 <dbhole@redhat.com> 1.5.3-2jpp.4
|
||||
- Build with maven
|
||||
- ExcludeArch ppc64
|
||||
|
||||
* Fri Aug 31 2007 Deepak Bhole <dbhole@redhat.com> 0:1.5.3-2jpp.3
|
||||
- Build without maven (for initial ppc build)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user