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

This commit is contained in:
CentOS Sources 2020-04-28 04:51:03 -04:00 committed by Andrew Lukoshko
parent 737002027b
commit 6551501942
3 changed files with 16 additions and 9 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/jackson-annotations-2.9.9.tar.gz
SOURCES/jackson-annotations-2.10.0-try-3.tar.gz

View File

@ -1 +1 @@
1c42f0c72bb234020e3e87d3aefdc0715a0c00db SOURCES/jackson-annotations-2.9.9.tar.gz
b746590d8d50307e6000dc9b0dc7fa2b7cc197db SOURCES/jackson-annotations-2.10.0-try-3.tar.gz

View File

@ -1,10 +1,17 @@
Name: jackson-annotations
Version: 2.9.9
Version: 2.10.0
Release: 1%{?dist}
Summary: Core annotations for Jackson data processor
License: ASL 2.0
URL: https://github.com/FasterXML/jackson-annotations/
Source0: https://github.com/FasterXML/jackson-annotations/archive/%{name}-%{version}.tar.gz
URL: https://github.com/FasterXML/jackson-annotations
# The upstream release of jackson-annotations @ 2.10.0 was botched a couple
# of times; this suffix is necessary to pull the latest, correct, non-SNAPSHOT
# 2.10.0 release.
#
# See: https://github.com/FasterXML/jackson-annotations/releases
%global relsuffix -try-3
Source0: %{url}/archive/%{name}-%{version}%{relsuffix}.tar.gz
BuildRequires: maven-local
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:)
@ -24,9 +31,9 @@ Summary: Javadoc for %{name}
This package contains API documentation for %{name}.
%prep
%setup -q -n %{name}-%{name}-%{version}
%setup -q -n %{name}-%{name}-%{version}%{relsuffix}
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
cp -p src/main/resources/META-INF/LICENSE .
sed -i 's/\r//' LICENSE
%mvn_file : %{name}
@ -45,10 +52,10 @@ sed -i 's/\r//' LICENSE
%license LICENSE
%changelog
* Wed Jul 31 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.9.9-1
* Tue Nov 12 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.10.0-1
- Update to latest upstream release
* Wed Feb 06 2019 Mat Booth <mat.booth@redhat.com> - 2.9.8-1
* Wed Jul 31 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.9.9-1
- Update to latest upstream release
* Wed Feb 06 2019 Mat Booth <mat.booth@redhat.com> - 2.9.8-1