2019-06-07 17:16:46 +00:00
|
|
|
Name: jackson-parent
|
2024-06-07 11:35:12 +00:00
|
|
|
Version: 2.14
|
2019-06-07 17:16:46 +00:00
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Parent pom for all Jackson components
|
2024-06-07 11:35:12 +00:00
|
|
|
License: Apache-2.0
|
2020-05-07 01:16:30 +00:00
|
|
|
|
2019-06-07 17:16:46 +00:00
|
|
|
URL: https://github.com/FasterXML/jackson-parent
|
2020-05-07 01:16:30 +00:00
|
|
|
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
2019-06-07 17:16:46 +00:00
|
|
|
# jackson-parent package don't include the license file
|
|
|
|
# reported @ https://github.com/FasterXML/jackson-parent/issues/1
|
|
|
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
|
|
2020-05-07 01:16:30 +00:00
|
|
|
Patch0: 0001-Sneak-in-version.junit-value-to-avoid-build-failures.patch
|
|
|
|
|
2019-06-07 17:16:46 +00:00
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
|
|
|
|
|
|
|
|
BuildArch: noarch
|
2024-06-07 11:35:12 +00:00
|
|
|
%if 0%{?fedora}
|
|
|
|
ExclusiveArch: %{java_arches} noarch
|
|
|
|
%endif
|
2019-06-07 17:16:46 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Project for parent pom for all Jackson components.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{name}-%{version}
|
2024-06-07 11:35:12 +00:00
|
|
|
%patch -P 0 -p1
|
2019-06-07 17:16:46 +00:00
|
|
|
|
|
|
|
cp -p %{SOURCE1} LICENSE
|
|
|
|
sed -i 's/\r//' LICENSE
|
|
|
|
|
|
|
|
%build
|
|
|
|
%mvn_build -j
|
|
|
|
|
|
|
|
%install
|
|
|
|
%mvn_install
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-06-07 11:35:12 +00:00
|
|
|
* Tue Nov 21 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.14-1
|
|
|
|
- Rebase to upstream version 2.14
|
|
|
|
|
2020-05-07 01:16:30 +00:00
|
|
|
* Tue Nov 12 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.10-1
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
2019-06-07 17:16:46 +00:00
|
|
|
* Wed Feb 06 2019 Mat Booth <mat.booth@redhat.com> - 2.9.1.2-1
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jan 11 2018 Mat Booth <mat.booth@redhat.com> - 2.9.1-1
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-3.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-2.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Aug 22 2016 gil cattaneo <puntogil@libero.it> 2.7-1.1
|
|
|
|
- update to 2.7-1
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Sep 28 2015 gil cattaneo <puntogil@libero.it> 2.6.2-1
|
|
|
|
- update to 2.6.2
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jan 31 2015 gil cattaneo <puntogil@libero.it> 2.5-1
|
|
|
|
- update to 2.5
|
|
|
|
|
|
|
|
* Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 2.4.1-1
|
|
|
|
- initial rpm
|