import jackson-core-2.10.0-1.module+el8.2.0+5059+3eb3af25

This commit is contained in:
CentOS Sources 2020-04-28 04:52:06 -04:00 committed by Andrew Lukoshko
parent cfa4886b01
commit b17a564055
3 changed files with 15 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/jackson-core-2.9.9.tar.gz
SOURCES/jackson-core-2.10.0.tar.gz

View File

@ -1 +1 @@
c3149a43a38f480bca646dcc7e81bffdd2291304 SOURCES/jackson-core-2.9.9.tar.gz
d3aa2a949265f435c50db9d08bd157a1da92b423 SOURCES/jackson-core-2.10.0.tar.gz

View File

@ -1,16 +1,21 @@
Name: jackson-core
Version: 2.9.9
Version: 2.10.0
Release: 1%{?dist}
Summary: Core part of Jackson
License: ASL 2.0
URL: https://github.com/FasterXML/jackson-core/
Source0: https://github.com/FasterXML/jackson-core/archive/%{name}-%{version}.tar.gz
URL: https://github.com/FasterXML/jackson-core
Source0: %{url}/archive/%{name}-%{version}.tar.gz
BuildRequires: maven-local
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
@ -28,6 +33,8 @@ This package contains API documentation for %{name}.
# Remove plugins unnecessary for RPM builds
%pom_remove_plugin ":maven-enforcer-plugin"
%pom_remove_plugin "org.jacoco:jacoco-maven-plugin"
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
cp -p src/main/resources/META-INF/LICENSE .
cp -p src/main/resources/META-INF/NOTICE .
@ -49,6 +56,9 @@ sed -i 's/\r//' LICENSE NOTICE
%license LICENSE NOTICE
%changelog
* Tue Nov 12 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.10.0-1
- Update to latest upstream release
* Wed Jul 31 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.9.9-1
- Update to latest upstream release