Disable building on i686
Related: RHEL-62179
This commit is contained in:
parent
ad1c31bbc7
commit
5c2ac606f8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: xerces-j2
|
Name: xerces-j2
|
||||||
Version: 2.12.1
|
Version: 2.12.1
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Java XML parser
|
Summary: Java XML parser
|
||||||
# Most of the source is ASL 2.0
|
# Most of the source is ASL 2.0
|
||||||
# W3C licensed files:
|
# W3C licensed files:
|
||||||
@ -10,6 +10,8 @@ Summary: Java XML parser
|
|||||||
# src/org/w3c/dom/html/HTMLDOMImplementation.java
|
# src/org/w3c/dom/html/HTMLDOMImplementation.java
|
||||||
License: ASL 2.0 and W3C
|
License: ASL 2.0 and W3C
|
||||||
URL: http://xerces.apache.org/xerces2-j/
|
URL: http://xerces.apache.org/xerces2-j/
|
||||||
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||||
|
|
||||||
%global cvs_version %(tr . _ <<< %{version})
|
%global cvs_version %(tr . _ <<< %{version})
|
||||||
|
|
||||||
@ -31,8 +33,6 @@ Patch1: %{name}-manifest.patch
|
|||||||
# Patch build.xml to patch modules as needed during javadoc generation
|
# Patch build.xml to patch modules as needed during javadoc generation
|
||||||
Patch2: %{name}-modulefix.patch
|
Patch2: %{name}-modulefix.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: apache-parent
|
BuildRequires: apache-parent
|
||||||
@ -191,6 +191,9 @@ ln -sf %{name}.jar %{_javadir}/jaxp_parser_impl.jar
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 2.12.1-9
|
||||||
|
- Disable building on i686
|
||||||
|
|
||||||
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 2.12.1-8
|
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 2.12.1-8
|
||||||
- Fix patch usage
|
- Fix patch usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user