Speed up builds on 32bit arm
This commit is contained in:
parent
13a9354536
commit
003a80e4e5
@ -1,6 +1,6 @@
|
||||
Name: jackson-core
|
||||
Version: 2.9.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Core part of Jackson
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/FasterXML/jackson-core/
|
||||
@ -11,6 +11,11 @@ BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version}
|
||||
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
|
||||
%ifarch %{arm}
|
||||
# Speed up builds on 32bit arm in case we get such a builder
|
||||
BuildRequires: java-1.8.0-openjdk-aarch32-devel
|
||||
%endif
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -49,6 +54,9 @@ sed -i 's/\r//' LICENSE NOTICE
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Jun 06 2019 Mat Booth <mat.booth@redhat.com> - 2.9.8-2
|
||||
- Speed up builds on 32bit arm
|
||||
|
||||
* Wed Feb 06 2019 Mat Booth <mat.booth@redhat.com> - 2.9.8-1
|
||||
- Update to latest upstream release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user