Re-enabling style and xmlvalidate task on ppc64 and s390x.

This commit is contained in:
Deepak Bhole 2006-08-30 13:59:03 +00:00
parent 760460b66b
commit 21d738a7d4

View File

@ -39,7 +39,7 @@
Name: ant Name: ant
Version: 1.6.5 Version: 1.6.5
Release: %{jpprelease}.1 Release: %{jpprelease}.2
Epoch: 0 Epoch: 0
Summary: Ant build tool for java Summary: Ant build tool for java
Summary(it): Tool per la compilazione di programmi java Summary(it): Tool per la compilazione di programmi java
@ -57,7 +57,7 @@ Patch1: apache-ant-1.6.5-rpm.patch
Patch2: apache-ant-1.6.5-javah.patch Patch2: apache-ant-1.6.5-javah.patch
# Fix some places where copies of classes are included in the wrong jarfiles # Fix some places where copies of classes are included in the wrong jarfiles
Patch4: apache-ant-jars.patch Patch4: apache-ant-jars.patch
Patch5: apache-ant-bz163689.patch #Patch5: apache-ant-bz163689.patch
Patch6: apache-ant-1.6.5-jvm1.5-detect.patch Patch6: apache-ant-1.6.5-jvm1.5-detect.patch
Requires: jaxp_parser_impl Requires: jaxp_parser_impl
Requires: jpackage-utils >= 0:1.5 Requires: jpackage-utils >= 0:1.5
@ -562,9 +562,9 @@ Javadoc pour %{name}.
%patch4 -p1 -b .orig %patch4 -p1 -b .orig
# Disable the style and xmlvalidate tasks on ppc64 and s390x (#163689). # Disable the style and xmlvalidate tasks on ppc64 and s390x (#163689).
%ifarch ppc64 s390x #%ifarch ppc64 s390x
%patch5 -p1 -b .orig #%patch5 -p1 -b .orig
%endif #%endif
%patch6 -b .sav %patch6 -b .sav
@ -1284,6 +1284,9 @@ fi
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
%changelog %changelog
* Wed Aug 30 2006 Deepak Bhole <dbhole@redhat.com> 1.6.5-2jpp.2
- Re-enabling style and xmlvalidate task on ppc64 and s390x.
* Fri Aug 11 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.6.5-2jpp.1 * Fri Aug 11 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.6.5-2jpp.1
- Added conditional native compilation - Added conditional native compilation
- Add missing requirements - Add missing requirements