diff --git a/.gitignore b/.gitignore index ef540b0..5e560b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /jackson-parent-2.4.1.tar.gz +/jackson-parent-2.5.tar.gz diff --git a/jackson-parent.spec b/jackson-parent.spec index f4e6909..40aa16e 100644 --- a/jackson-parent.spec +++ b/jackson-parent.spec @@ -1,6 +1,5 @@ - Name: jackson-parent -Version: 2.4.1 +Version: 2.5 Release: 1%{?dist} Summary: Parent pom for all Jackson components License: ASL 2.0 @@ -25,8 +24,8 @@ Project for parent pom for all Jackson components. %prep %setup -q -n %{name}-%{name}-%{version} -cp -p %{SOURCE1} . -sed -i 's/\r//' LICENSE-2.0.txt +cp -p %{SOURCE1} LICENSE +sed -i 's/\r//' LICENSE %build @@ -36,8 +35,12 @@ sed -i 's/\r//' LICENSE-2.0.txt %mvn_install %files -f .mfiles -%doc LICENSE-2.0.txt README.md +%doc README.md +%license LICENSE %changelog +* Sat Jan 31 2015 gil cattaneo 2.5-1 +- update to 2.5 + * Wed Jul 02 2014 gil cattaneo 2.4.1-1 - initial rpm diff --git a/sources b/sources index f968560..187713d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb795184e79b9b895ab5d747be16b354 jackson-parent-2.4.1.tar.gz +3c19e0fdadc01ea9303027c1fa576b16 jackson-parent-2.5.tar.gz