jansi-native provides JNI libraries for use by the JAVA Jansi project and

the JDK is no longer build on i686, disable i686 builds (rhbz#2104052)
This commit is contained in:
Hans de Goede 2022-07-16 22:07:15 +02:00
parent f45db7673e
commit d54b4fa686

View File

@ -7,7 +7,7 @@
Name: jansi-native
Version: 1.8
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Jansi Native implements the JNI Libraries used by the Jansi project
License: ASL 2.0
URL: http://jansi.fusesource.org/
@ -19,6 +19,9 @@ BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.fusesource:fusesource-pom:pom:)
BuildRequires: mvn(org.fusesource.hawtjni:maven-hawtjni-plugin) >= 1.9-2
BuildRequires: mvn(org.fusesource.hawtjni:hawtjni-runtime) >= 1.9-2
# jansi-native provides JNI libraries for use by the JAVA Jansi project,
# so it is only necessary on java_arches
ExclusiveArch: %{java_arches}
%description
Jansi is a small java library that allows you to use ANSI escape sequences
@ -68,6 +71,10 @@ This package contains the API documentation for %{name}.
%license license.txt
%changelog
* Sat Jul 16 2022 Hans de Goede <hdegoede@redhat.com> - 1.8-10
- jansi-native provides JNI libraries for use by the JAVA Jansi project and
the JDK is no longer build on i686, disable i686 builds (rhbz#2104052)
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.8-9
- Rebuilt for java-17-openjdk as system jdk