You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jackson-parent/jackson-parent.spec

47 lines
1.1 KiB

Name: jackson-parent
Version: 2.5
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}.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
%if %{?fedora} > 20
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
%else
BuildRequires: mvn(com.fasterxml:oss-parent)
%endif
BuildRequires: mvn(junit:junit)
BuildRequires: maven-local
BuildRequires: replacer
BuildArch: noarch
%description
Project for parent pom for all Jackson components.
%prep
%setup -q -n %{name}-%{name}-%{version}
cp -p %{SOURCE1} LICENSE
sed -i 's/\r//' LICENSE
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc README.md
%license LICENSE
%changelog
* Sat Jan 31 2015 gil cattaneo <puntogil@libero.it> 2.5-1
- update to 2.5
* Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 2.4.1-1
- initial rpm