77 lines
2.4 KiB
RPMSpec
77 lines
2.4 KiB
RPMSpec
Name: jackson-bom
|
|
Version: 2.10.2
|
|
Release: 1%{?dist}
|
|
Summary: Bill of materials POM for Jackson projects
|
|
License: ASL 2.0
|
|
URL: https://github.com/FasterXML/jackson-bom
|
|
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
|
# Upstream chooses not to include licenses with their pom only projects:
|
|
# https://github.com/FasterXML/jackson-parent/issues/1
|
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
|
BuildRequires: maven-local
|
|
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.10
|
|
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
A "bill of materials" POM for Jackson dependencies.
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{name}-%{version}
|
|
|
|
cp -p %{SOURCE1} LICENSE
|
|
sed -i 's/\r//' LICENSE
|
|
|
|
# Disable plugins not needed during RPM builds
|
|
%pom_remove_plugin ":maven-enforcer-plugin" base
|
|
%pom_remove_plugin ":nexus-staging-maven-plugin" base
|
|
|
|
# New EE coords
|
|
%pom_change_dep "javax.activation:javax.activation-api" "jakarta.activation:jakarta.activation-api" base
|
|
|
|
%build
|
|
%mvn_build -j
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc README.md
|
|
%license LICENSE
|
|
|
|
%changelog
|
|
* Fri Jan 17 2020 Fabio Valentini <decathorpe@gmail.com> - 2.10.2-1
|
|
- Update to version 2.10.2.
|
|
|
|
* Wed Nov 13 2019 Fabio Valentini <decathorpe@gmail.com> - 2.10.1-1
|
|
- Update to version 2.10.1.
|
|
|
|
* Thu Oct 3 2019 Alexander Scheel <ascheel@redhat.com> - 2.10.0-1
|
|
- Update to latest upstream release
|
|
|
|
* Thu Sep 12 2019 Alexander Scheel <ascheel@redhat.com> - 2.9.9-1
|
|
- Update to latest upstream release
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.8-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Wed Feb 06 2019 Mat Booth <mat.booth@redhat.com> - 2.9.8-1
|
|
- Update to latest upstream release
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Wed Jan 24 2018 Mat Booth <mat.booth@redhat.com> - 2.9.4-1
|
|
- Update to latest upstream release
|
|
|
|
* Thu Jan 18 2018 Mat Booth <mat.booth@redhat.com> - 2.9.3-1
|
|
- Initial packaging
|
|
|