|
|
119768 |
Name: jackson-core
|
|
|
337d23 |
Version: 2.10.0
|
|
|
119768 |
Release: 1%{?dist}
|
|
|
119768 |
Summary: Core part of Jackson
|
|
|
119768 |
License: ASL 2.0
|
|
|
337d23 |
URL: https://github.com/FasterXML/jackson-core
|
|
|
337d23 |
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
|
|
119768 |
|
|
|
119768 |
BuildRequires: maven-local
|
|
|
119768 |
BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version}
|
|
|
119768 |
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
|
|
119768 |
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
119768 |
|
|
|
337d23 |
%ifarch %{arm}
|
|
|
337d23 |
# Speed up builds on 32bit arm in case we get such a builder
|
|
|
337d23 |
BuildRequires: java-1.8.0-openjdk-aarch32-devel
|
|
|
337d23 |
%endif
|
|
|
337d23 |
|
|
|
119768 |
BuildArch: noarch
|
|
|
119768 |
|
|
|
119768 |
%description
|
|
|
119768 |
Core part of Jackson that defines Streaming API as well
|
|
|
119768 |
as basic shared abstractions.
|
|
|
119768 |
|
|
|
119768 |
%package javadoc
|
|
|
119768 |
Summary: Javadoc for %{name}
|
|
|
119768 |
|
|
|
119768 |
%description javadoc
|
|
|
119768 |
This package contains API documentation for %{name}.
|
|
|
119768 |
|
|
|
119768 |
%prep
|
|
|
119768 |
%setup -q -n %{name}-%{name}-%{version}
|
|
|
119768 |
|
|
|
119768 |
# Remove plugins unnecessary for RPM builds
|
|
|
119768 |
%pom_remove_plugin ":maven-enforcer-plugin"
|
|
|
337d23 |
%pom_remove_plugin "org.jacoco:jacoco-maven-plugin"
|
|
|
337d23 |
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
|
|
|
119768 |
|
|
|
119768 |
cp -p src/main/resources/META-INF/LICENSE .
|
|
|
119768 |
cp -p src/main/resources/META-INF/NOTICE .
|
|
|
119768 |
sed -i 's/\r//' LICENSE NOTICE
|
|
|
119768 |
|
|
|
119768 |
%mvn_file : %{name}
|
|
|
119768 |
|
|
|
119768 |
%build
|
|
|
119768 |
%mvn_build
|
|
|
119768 |
|
|
|
119768 |
%install
|
|
|
119768 |
%mvn_install
|
|
|
119768 |
|
|
|
119768 |
%files -f .mfiles
|
|
|
119768 |
%doc README.md release-notes/*
|
|
|
119768 |
%license LICENSE NOTICE
|
|
|
119768 |
|
|
|
119768 |
%files javadoc -f .mfiles-javadoc
|
|
|
119768 |
%license LICENSE NOTICE
|
|
|
119768 |
|
|
|
119768 |
%changelog
|
|
|
337d23 |
* Tue Nov 12 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.10.0-1
|
|
|
337d23 |
- Update to latest upstream release
|
|
|
337d23 |
|
|
|
337d23 |
* Wed Jul 31 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.9.9-1
|
|
|
337d23 |
- Update to latest upstream release
|
|
|
337d23 |
|
|
|
119768 |
* Wed Feb 06 2019 Mat Booth <mat.booth@redhat.com> - 2.9.8-1
|
|
|
119768 |
- Update to latest upstream release
|
|
|
119768 |
|
|
|
119768 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-2
|
|
|
119768 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
119768 |
|
|
|
119768 |
* Wed Jan 24 2018 Mat Booth <mat.booth@redhat.com> - 2.9.4-1
|
|
|
119768 |
- Update to latest upstream release
|
|
|
119768 |
|
|
|
119768 |
* Thu Jan 11 2018 Mat Booth <mat.booth@redhat.com> - 2.9.3-1
|
|
|
119768 |
- Update to latest upstream release
|
|
|
119768 |
|
|
|
119768 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-3
|
|
|
119768 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
119768 |
|
|
|
119768 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-2
|
|
|
119768 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
119768 |
|
|
|
119768 |
* Mon Aug 22 2016 gil cattaneo <puntogil@libero.it> 2.7.6-1
|
|
|
119768 |
- update to 2.7.6
|
|
|
119768 |
|
|
|
119768 |
* Fri Jun 24 2016 gil cattaneo <puntogil@libero.it> 2.6.7-1
|
|
|
119768 |
- update to 2.6.7
|
|
|
119768 |
|
|
|
119768 |
* Thu May 26 2016 gil cattaneo <puntogil@libero.it> 2.6.6-1
|
|
|
119768 |
- update to 2.6.6
|
|
|
119768 |
|
|
|
119768 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.3-2
|
|
|
119768 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
119768 |
|
|
|
119768 |
* Sun Oct 25 2015 gil cattaneo <puntogil@libero.it> 2.6.3-1
|
|
|
119768 |
- update to 2.6.3
|
|
|
119768 |
|
|
|
119768 |
* Mon Sep 28 2015 gil cattaneo <puntogil@libero.it> 2.6.2-1
|
|
|
119768 |
- update to 2.6.2
|
|
|
119768 |
|
|
|
119768 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.0-2
|
|
|
119768 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
119768 |
|
|
|
119768 |
* Sat Jan 31 2015 gil cattaneo <puntogil@libero.it> 2.5.0-1
|
|
|
119768 |
- update to 2.5.0
|
|
|
119768 |
|
|
|
119768 |
* Sat Sep 20 2014 gil cattaneo <puntogil@libero.it> 2.4.2-1
|
|
|
119768 |
- update to 2.4.2
|
|
|
119768 |
|
|
|
119768 |
* Wed Jul 23 2014 gil cattaneo <puntogil@libero.it> 2.4.1.1-1
|
|
|
119768 |
- update to 2.4.1.1
|
|
|
119768 |
|
|
|
119768 |
* Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 2.4.1-1
|
|
|
119768 |
- update to 2.4.1
|
|
|
119768 |
|
|
|
119768 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-5
|
|
|
119768 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
119768 |
|
|
|
119768 |
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 2.2.2-4
|
|
|
119768 |
- Use Requires: java-headless rebuild (#1067528)
|
|
|
119768 |
|
|
|
119768 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-3
|
|
|
119768 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
119768 |
|
|
|
119768 |
* Mon Jul 22 2013 gil cattaneo <puntogil@libero.it> 2.2.2-2
|
|
|
119768 |
- review fixes
|
|
|
119768 |
|
|
|
119768 |
* Tue Jul 16 2013 gil cattaneo <puntogil@libero.it> 2.2.2-1
|
|
|
119768 |
- 2.2.2
|
|
|
119768 |
- renamed jackson-core
|
|
|
119768 |
|
|
|
119768 |
* Tue May 07 2013 gil cattaneo <puntogil@libero.it> 2.2.1-1
|
|
|
119768 |
- 2.2.1
|
|
|
119768 |
|
|
|
119768 |
* Wed Oct 24 2012 gil cattaneo <puntogil@libero.it> 2.1.0-1
|
|
|
119768 |
- update to 2.1.0
|
|
|
119768 |
- renamed jackson2-core
|
|
|
119768 |
|
|
|
119768 |
* Thu Sep 13 2012 gil cattaneo <puntogil@libero.it> 2.0.6-1
|
|
|
119768 |
- initial rpm
|