jackson-parent/jackson-parent.spec

66 lines
2.0 KiB
RPMSpec
Raw Normal View History

2014-07-03 12:27:19 +00:00
Name: jackson-parent
2018-01-11 18:13:16 +00:00
Version: 2.9.1
Release: 2%{?dist}
2014-07-03 12:27:19 +00:00
Summary: Parent pom for all Jackson components
License: ASL 2.0
URL: https://github.com/FasterXML/jackson-parent
2018-01-11 18:13:16 +00:00
Source0: https://github.com/FasterXML/jackson-parent/archive/%{name}-%{version}.tar.gz
2014-07-03 12:27:19 +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
2015-09-28 14:55:17 +00:00
2018-01-11 18:13:16 +00:00
BuildRequires: maven-local
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
2015-09-28 14:55:17 +00:00
2014-07-03 12:27:19 +00:00
BuildArch: noarch
%description
Project for parent pom for all Jackson components.
%prep
2018-01-11 18:13:16 +00:00
%setup -q -n %{name}-%{name}-%{version}
2014-07-03 12:27:19 +00:00
2015-01-31 12:36:45 +00:00
cp -p %{SOURCE1} LICENSE
sed -i 's/\r//' LICENSE
2014-07-03 12:27:19 +00:00
%build
2016-08-22 16:13:35 +00:00
%mvn_build -j
2014-07-03 12:27:19 +00:00
%install
%mvn_install
%files -f .mfiles
2015-01-31 12:36:45 +00:00
%doc README.md
%license LICENSE
2014-07-03 12:27:19 +00:00
%changelog
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2018-01-11 18:13:16 +00:00
* 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
2016-08-22 16:13:35 +00:00
* 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
2015-09-28 14:55:17 +00:00
* 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
2015-01-31 12:36:45 +00:00
* Sat Jan 31 2015 gil cattaneo <puntogil@libero.it> 2.5-1
- update to 2.5
2014-07-03 12:27:19 +00:00
* Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 2.4.1-1
- initial rpm