import jackson-annotations-2.10.0-1.module+el8.2.0+5059+3eb3af25
This commit is contained in:
parent
6c963d22d7
commit
45d0e1f35b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/jackson-annotations-2.9.8.tar.gz
|
||||
SOURCES/jackson-annotations-2.10.0-try-3.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
bd177134c61fa49c11082f0cffc90ae6a7c4d4ae SOURCES/jackson-annotations-2.9.8.tar.gz
|
||||
b746590d8d50307e6000dc9b0dc7fa2b7cc197db SOURCES/jackson-annotations-2.10.0-try-3.tar.gz
|
||||
|
@ -1,10 +1,17 @@
|
||||
Name: jackson-annotations
|
||||
Version: 2.9.8
|
||||
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,6 +52,12 @@ sed -i 's/\r//' LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%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
|
||||
|
||||
* 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