Compare commits
No commits in common. "c8-stream-10.6" and "c8s-stream-10.6" have entirely different histories.
c8-stream-
...
c8s-stream
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/jackson-annotations-2.19.1.tar.gz
|
||||
SOURCES/jackson-annotations-2.10.0-try-3.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
fbfefcf0da5a11c63d380c8a5307a94616e7f2c2 SOURCES/jackson-annotations-2.19.1.tar.gz
|
||||
b746590d8d50307e6000dc9b0dc7fa2b7cc197db SOURCES/jackson-annotations-2.10.0-try-3.tar.gz
|
||||
|
||||
@ -1,43 +1,45 @@
|
||||
Name: jackson-annotations
|
||||
Version: 2.19.1
|
||||
Version: 2.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Core annotations for Jackson data processor
|
||||
License: Apache-2.0
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/FasterXML/jackson-annotations
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
# 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:) >= 2.14
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
|
||||
BuildArch: noarch
|
||||
%if 0%{?fedora}
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
%endif
|
||||
|
||||
%description
|
||||
Core annotations used for value types,
|
||||
used by Jackson data-binding package.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}%{relsuffix}
|
||||
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
|
||||
%pom_remove_plugin "org.sonatype.central:central-publishing-maven-plugin"
|
||||
%pom_remove_plugin "org.gradlex:gradle-module-metadata-maven-plugin"
|
||||
%pom_remove_plugin "org.codehaus.mojo:build-helper-maven-plugin"
|
||||
%pom_xpath_set "//pom:javac.src.version" "1.8"
|
||||
%pom_xpath_set "//pom:javac.target.version" "1.8"
|
||||
%pom_xpath_set "//pom:maven.compiler.source" "1.8"
|
||||
%pom_xpath_set "//pom:maven.compiler.target" "1.8"
|
||||
|
||||
sed -i 's/\r//' LICENSE
|
||||
|
||||
%mvn_file : %{name}
|
||||
|
||||
%build
|
||||
%mvn_build -f -j
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -46,14 +48,10 @@ sed -i 's/\r//' LICENSE
|
||||
%doc README.md release-notes/*
|
||||
%license LICENSE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Jul 31 2025 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.19.1-1
|
||||
- Rebase to upstream version 2.19.1
|
||||
- Resolves: RHEL-103106
|
||||
|
||||
* Wed Nov 22 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.14.2-1
|
||||
- Rebase to upstream version 2.14.2
|
||||
|
||||
* Tue Nov 12 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.10.0-1
|
||||
- Update to latest upstream release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user