fix some rpmlint problems

This commit is contained in:
gil 2016-09-21 00:04:54 +02:00
parent 542a99f6fb
commit a05ac19243

View File

@ -1,6 +1,6 @@
Name: jackson-modules-base
Version: 2.7.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Jackson modules: Base
License: ASL 2.0
URL: https://github.com/FasterXML/jackson-modules-base
@ -25,14 +25,15 @@ BuildArch: noarch
%description
Jackson "base" modules: modules that build directly on databind,
and are not datatype, data format, or JAX-RS provider modules.
and are not data-type, data format, or JAX-RS provider modules.
%package -n jackson-module-afterburner
Summary: Jackson module that uses byte-code generation to further speed up data binding
%description -n jackson-module-afterburner
Jackson extension module used to enhance performance using bytecode generation to
replace use of Reflection for field access and method calls.
Jackson extension module used to enhance performance
using byte-code generation to replace use of Reflection
for field access and method calls.
%package -n jackson-module-guice
Summary: Jackson Stuff to make integration with Guice a bit easier
@ -123,6 +124,9 @@ cp -p mrbean/src/main/resources/META-INF/{LICENSE,NOTICE} .
%license LICENSE NOTICE
%changelog
* Tue Sep 20 2016 gil cattaneo <puntogil@libero.it> 2.7.6-2
- fix some rpmlint problems
* Mon Aug 22 2016 gil cattaneo <puntogil@libero.it> 2.7.6-1
- initial rpm