- disable java on ppc64 (#158719)

This commit is contained in:
jorton 2005-05-25 07:06:58 +00:00
parent 9ebf152d84
commit 3d46b6ebdb

View File

@ -1,8 +1,9 @@
# set to zero to avoid running test suite # set to zero to avoid running test suite
%define make_check 1 %define make_check 1
%ifarch ia64 %ifarch ia64 ppc64
# hits ecj bug on ia64: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=154700 # hits ecj bug on ia64: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=154700
# hits ecj bug on ppc64: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=158719
%define with_java 0 %define with_java 0
%else %else
%define with_java 1 %define with_java 1
@ -16,7 +17,7 @@
Summary: Modern Version Control System designed to replace CVS Summary: Modern Version Control System designed to replace CVS
Name: subversion Name: subversion
Version: 1.2.0 Version: 1.2.0
Release: 1 Release: 2
License: BSD License: BSD
Group: Development/Tools Group: Development/Tools
URL: http://subversion.tigris.org/ URL: http://subversion.tigris.org/
@ -246,6 +247,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif %endif
%changelog %changelog
* Wed May 25 2005 Joe Orton <jorton@redhat.com> 1.2.0-2
- disable java on ppc64 (#158719)
* Tue May 24 2005 Joe Orton <jorton@redhat.com> 1.2.0-1 * Tue May 24 2005 Joe Orton <jorton@redhat.com> 1.2.0-1
- update to 1.2.0; add ruby subpackage - update to 1.2.0; add ruby subpackage