Disable building on i686
Related: RHEL-62179
This commit is contained in:
parent
b6e30d9248
commit
184d3f0c22
@ -32,7 +32,7 @@
|
||||
|
||||
Name: jakarta-oro
|
||||
Version: 2.0.8
|
||||
Release: 36%{?dist}
|
||||
Release: 37%{?dist}
|
||||
Summary: Full regular expressions API
|
||||
License: ASL 1.1
|
||||
Source0: http://archive.apache.org/dist/jakarta/oro/%{name}-%{version}.tar.gz
|
||||
@ -40,12 +40,12 @@ Source1: MANIFEST.MF
|
||||
Source2: http://repo1.maven.org/maven2/%{base_name}/%{base_name}/%{version}/%{base_name}-%{version}.pom
|
||||
Patch1: %{name}-build-xml.patch
|
||||
URL: http://jakarta.apache.org/oro
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: ant
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
The Jakarta-ORO Java classes are a set of text-processing Java classes
|
||||
that provide Perl5 compatible regular expressions, AWK-like regular
|
||||
@ -88,6 +88,9 @@ ant -Dfinal.name=%{base_name} jar javadocs
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 2.0.8-37
|
||||
- Disable building on i686
|
||||
|
||||
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 2.0.8-36
|
||||
- Fix patch usage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user