|
|
|
@ -1,18 +1,16 @@
|
|
|
|
|
Name: jackson-parent
|
|
|
|
|
Version: 2.7
|
|
|
|
|
Release: 3.1%{?dist}
|
|
|
|
|
Version: 2.9.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Parent pom for all Jackson components
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://github.com/FasterXML/jackson-parent
|
|
|
|
|
Source0: https://github.com/FasterXML/jackson-parent/archive/%{name}-%{version}-1.tar.gz
|
|
|
|
|
Source0: https://github.com/FasterXML/jackson-parent/archive/%{name}-%{version}.tar.gz
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
|
|
|
|
|
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
|
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
@ -20,13 +18,12 @@ BuildArch: noarch
|
|
|
|
|
Project for parent pom for all Jackson components.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{name}-%{version}-1
|
|
|
|
|
%setup -q -n %{name}-%{name}-%{version}
|
|
|
|
|
|
|
|
|
|
cp -p %{SOURCE1} LICENSE
|
|
|
|
|
sed -i 's/\r//' LICENSE
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
%mvn_build -j
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -37,6 +34,9 @@ sed -i 's/\r//' LICENSE
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|