%{?scl:%scl_package jackson-parent} %{!?scl:%global pkg_name %{name}} Name: %{?scl_prefix}jackson-parent Version: 2.7 Release: 2.1.2%{?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/%{pkg_name}-%{version}-1.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: %{?scl_prefix}maven-local BuildRequires: %{?scl_prefix}mvn(com.fasterxml:oss-parent:pom:) BuildRequires: %{?scl_prefix}mvn(com.google.code.maven-replacer-plugin:replacer) BuildRequires: %{?scl_prefix}mvn(junit:junit) BuildArch: noarch %description Project for parent pom for all Jackson components. %prep %setup -q -n %{pkg_name}-%{pkg_name}-%{version}-1 cp -p %{SOURCE1} LICENSE sed -i 's/\r//' LICENSE %build %mvn_build -j %install %mvn_install %files -f .mfiles %doc README.md %license LICENSE %changelog * Thu Jun 22 2017 Michael Simacek - 2.7-2.1.2 - Mass rebuild 2017-06-22 * Wed Jun 21 2017 Java Maintainers - 2.7-2.1.1 - Automated package import and SCL-ization * Fri Feb 10 2017 Fedora Release Engineering - 2.7-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Aug 22 2016 gil cattaneo 2.7-1.1 - update to 2.7-1 * Thu Feb 04 2016 Fedora Release Engineering - 2.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Sep 28 2015 gil cattaneo 2.6.2-1 - update to 2.6.2 * Wed Jun 17 2015 Fedora Release Engineering - 2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * 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