46827c1
Name:           jackson-annotations
764c527
Version:        2.15.2
1df5823
Release:        2%{?dist}
46827c1
Summary:        Core annotations for Jackson data processor
6ef42cc
License:        Apache-2.0
Alexander Scheel 83aee83
46827c1
URL:            https://github.com/FasterXML/jackson-annotations
46827c1
Source0:        %{url}/archive/%{name}-%{version}.tar.gz
5731248
BuildRequires:  maven-local
4b94fb9
BuildRequires:  mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.14
5731248
BuildRequires:  mvn(junit:junit)
5731248
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
7a6b5bd
3336d65
BuildArch:      noarch
237b440
%if 0%{?fedora}
12e219b
ExclusiveArch:  %{java_arches} noarch
237b440
%endif
7a6b5bd
7a6b5bd
%description
7a6b5bd
Core annotations used for value types,
7a6b5bd
used by Jackson data-binding package.
7a6b5bd
7a6b5bd
%package javadoc
3336d65
Summary: Javadoc for %{name}
7a6b5bd
7a6b5bd
%description javadoc
3336d65
This package contains API documentation for %{name}.
7a6b5bd
7a6b5bd
%prep
ae7eb99
%setup -q -n %{name}-%{name}-%{version}
ae7eb99
Alexander Scheel 83aee83
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
ae7eb99
%pom_remove_plugin "org.sonatype.plugins:nexus-staging-maven-plugin"
4b94fb9
%pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin"
b31538b
%pom_remove_plugin "org.codehaus.mojo:build-helper-maven-plugin"
1d69703
%pom_xpath_set "//pom:javac.src.version" "11"
1d69703
%pom_xpath_set "//pom:javac.target.version" "11"
1d69703
%pom_xpath_set "//pom:maven.compiler.source" "11"
1d69703
%pom_xpath_set "//pom:maven.compiler.target" "11"
7a6b5bd
e6debef
sed -i 's/\r//' LICENSE
7a6b5bd
ff85ce2
%mvn_file : %{name}
ff85ce2
7a6b5bd
%build
7a6b5bd
%mvn_build
7a6b5bd
7a6b5bd
%install
7a6b5bd
%mvn_install
7a6b5bd
7a6b5bd
%files -f .mfiles
ff85ce2
%doc README.md release-notes/*
ff85ce2
%license LICENSE
7a6b5bd
7a6b5bd
%files javadoc -f .mfiles-javadoc
ff85ce2
%license LICENSE
7a6b5bd
7a6b5bd
%changelog
1df5823
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.2-2
1df5823
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
1df5823
764c527
* Mon Jun 19 2023 Chris Kelley <ckelley@redhat.com> - 2.15.2-1
764c527
- Update to version 2.15.2
764c527
cb45930
* Tue Jan 31 2023 Chris Kelley <ckelley@redhat.com> - 2.14.2-1
cb45930
- Update to version 2.14.2
cb45930
e0a2725
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.1-4
e0a2725
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
e0a2725
9b4f232
* Wed Nov 23 2022 Chris Kelley <ckelley@redhat.com> - 2.14.1-1
9b4f232
- Update to version 2.14.1
9b4f232
4b94fb9
* Tue Nov 08 2022 Chris Kelley <ckelley@redhat.com> - 2.14.0-1
4b94fb9
- Update to version 2.14
6ef42cc
- Update to use SPDX licence
4b94fb9
e702f77
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.4-8
e702f77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
e702f77
12e219b
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 2.11.4-7
12e219b
- Rebuilt for Drop i686 JDKs
12e219b
9bff81c
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 2.11.4-6
9bff81c
- Rebuilt for java-17-openjdk as system jdk
9bff81c
5da5f09
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.4-5
5da5f09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
5da5f09
af9722c
* Mon Dec 06 2021 Dogtag PKI Team <pki-devel@redhat.com> - 2.11.4-4
af9722c
- Drop Java 1.6 support, compile with Java 11
af9722c
c1c1104
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.4-3
c1c1104
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
c1c1104
50689a1
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.4-2
50689a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
50689a1
46827c1
* Mon Jan 18 2021 Fabio Valentini <decathorpe@gmail.com> - 2.11.4-1
46827c1
- Update to version 2.11.4.
46827c1
3a2d242
* Wed Oct 14 2020 Fabio Valentini <decathorpe@gmail.com> - 2.11.3-1
3a2d242
- Update to version 2.11.3.
3a2d242
8366779
* Sat Aug 08 2020 Fabio Valentini <decathorpe@gmail.com> - 2.11.2-1
8366779
- Update to version 2.11.2.
8366779
f055f35
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-3
f055f35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f055f35
fa59bb9
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 2.11.1-2
fa59bb9
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
fa59bb9
5118563
* Mon Jul 06 2020 Fabio Valentini <decathorpe@gmail.com> - 2.11.1-1
5118563
- Update to version 2.11.1.
5118563
6c1a84e
* Mon May 25 2020 Fabio Valentini <decathorpe@gmail.com> - 2.11.0-1
6c1a84e
- Update to version 2.11.0.
6c1a84e
3628f9d
* Fri May 08 2020 Fabio Valentini <decathorpe@gmail.com> - 2.10.4-1
3628f9d
- Update to version 2.10.4.
3628f9d
d0471d4
* Tue Mar 03 2020 Fabio Valentini <decathorpe@gmail.com> - 2.10.3-1
d0471d4
- Update to version 2.10.3.
d0471d4
53ec781
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.2-2
53ec781
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
53ec781
899d482
* Fri Jan 17 2020 Fabio Valentini <decathorpe@gmail.com> - 2.10.2-1
899d482
- Update to version 2.10.2.
899d482
ae7eb99
* Wed Nov 13 2019 Fabio Valentini <decathorpe@gmail.com> - 2.10.1-1
ae7eb99
- Update to version 2.10.1.
ae7eb99
Alexander Scheel 83aee83
* Thu Oct 3 2019 Alexander Scheel <ascheel@redhat.com> - 2.10.0-1
Alexander Scheel 83aee83
- Update to latest upstream release
Alexander Scheel 83aee83
Alexander Scheel 8f44d49
* Thu Sep 12 2019 Alexander Scheel <ascheel@redhat.com> - 2.9.9-1
Alexander Scheel 8f44d49
- Update to latest upstream release
Alexander Scheel 8f44d49
82afc8a
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.8-2
82afc8a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
82afc8a
e9a5a12
* Wed Feb 06 2019 Mat Booth <mat.booth@redhat.com> - 2.9.8-1
e9a5a12
- Update to latest upstream release
e9a5a12
3dc7aa8
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-4
3dc7aa8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
3dc7aa8
f4e3cf0
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-3
f4e3cf0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f4e3cf0
c73060a
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-2
c73060a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c73060a
3336d65
* Wed Jan 24 2018 Mat Booth <mat.booth@redhat.com> - 2.9.4-1
3336d65
- Update to latest upstream release
3336d65
5731248
* Thu Jan 11 2018 Mat Booth <mat.booth@redhat.com> - 2.9.3-1
5731248
- Update to latest upstream release
5731248
4b328d0
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-4
4b328d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4b328d0
f35cf54
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-3
f35cf54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f35cf54
dd395e8
* Thu Feb 02 2017 Michael Simacek <msimacek@redhat.com> - 2.7.6-2
dd395e8
- Remove site-plugin and enforcer-plugin BR
dd395e8
4a5a6f5
* Mon Aug 22 2016 gil cattaneo <puntogil@libero.it> 2.7.6-1
4a5a6f5
- update to 2.7.6
4a5a6f5
dc1022c
* Fri Jun 24 2016 gil cattaneo <puntogil@libero.it> 2.6.7-1
dc1022c
- update to 2.6.7
dc1022c
4dd12ae
* Thu May 26 2016 gil cattaneo <puntogil@libero.it> 2.6.6-1
4dd12ae
- update to 2.6.6
4dd12ae
07687ec
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.3-2
07687ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
07687ec
64cf07f
* Sun Oct 25 2015 gil cattaneo <puntogil@libero.it> 2.6.3-1
64cf07f
- update to 2.6.3
64cf07f
db02a6a
* Mon Sep 28 2015 gil cattaneo <puntogil@libero.it> 2.6.2-1
db02a6a
- update to 2.6.2
db02a6a
93500a9
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.0-2
93500a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
93500a9
ff85ce2
* Sat Jan 31 2015 gil cattaneo <puntogil@libero.it> 2.5.0-1
ff85ce2
- update to 2.5.0
ff85ce2
001157e
* Sat Sep 20 2014 gil cattaneo <puntogil@libero.it> 2.4.2-1
001157e
- update to 2.4.2
001157e
e6debef
* Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 2.4.1-1
e6debef
- update to 2.4.1
e6debef
8eec1f0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-5
8eec1f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8eec1f0
5a77a14
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 2.2.2-4
5a77a14
- Use Requires: java-headless rebuild (#1067528)
5a77a14
884d295
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-3
884d295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
884d295
7a6b5bd
* Mon Jul 22 2013 gil cattaneo <puntogil@libero.it> 2.2.2-2
7a6b5bd
- review fixes
7a6b5bd
7a6b5bd
* Tue Jul 16 2013 gil cattaneo <puntogil@libero.it> 2.2.2-1
7a6b5bd
- 2.2.2
7a6b5bd
- renamed jackson-annotations
7a6b5bd
7a6b5bd
* Tue May 07 2013 gil cattaneo <puntogil@libero.it> 2.2.1-1
7a6b5bd
- 2.2.1
7a6b5bd
7a6b5bd
* Wed Oct 24 2012 gil cattaneo <puntogil@libero.it> 2.1.0-1
7a6b5bd
- update to 2.1.0
7a6b5bd
- renamed jackson2-annotations
7a6b5bd
7a6b5bd
* Thu Sep 13 2012 gil cattaneo <puntogil@libero.it> 2.0.6-1
e6debef
- initial rpm