Update to latest upstream release

f38
Mat Booth 7 years ago
parent a195e0db1b
commit c7274b9e6d

1
.gitignore vendored

@ -2,3 +2,4 @@
/jackson-parent-2.5.tar.gz
/jackson-parent-2.6.2.tar.gz
/jackson-parent-2.7-1.tar.gz
/jackson-parent-2.9.1.tar.gz

@ -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

@ -1 +1 @@
494bd615daddc251be48499814311ad1 jackson-parent-2.7-1.tar.gz
SHA512 (jackson-parent-2.9.1.tar.gz) = 537ec2b75ef117a7b0354c5f714458a20f5df3784ccc1c94787bc8c596b0c71bf15cda83be90afe287ec52ddf51a6bbc2c152cb0f9f56a03b352a650b426a85c

Loading…
Cancel
Save