Blame SPECS/jackson-parent.spec

1b84c8
%{?scl:%scl_package jackson-parent}
1b84c8
%{!?scl:%global pkg_name %{name}}
1b84c8
1b84c8
Name:          %{?scl_prefix}jackson-parent
1b84c8
Version:       2.7
1b84c8
Release:       2.1.2%{?dist}
1b84c8
Summary:       Parent pom for all Jackson components
1b84c8
License:       ASL 2.0
1b84c8
URL:           https://github.com/FasterXML/jackson-parent
1b84c8
Source0:       https://github.com/FasterXML/jackson-parent/archive/%{pkg_name}-%{version}-1.tar.gz
1b84c8
# jackson-parent package don't include the license file
1b84c8
# reported @ https://github.com/FasterXML/jackson-parent/issues/1
1b84c8
Source1:       http://www.apache.org/licenses/LICENSE-2.0.txt
1b84c8
1b84c8
BuildRequires: %{?scl_prefix}maven-local
1b84c8
BuildRequires: %{?scl_prefix}mvn(com.fasterxml:oss-parent:pom:)
1b84c8
BuildRequires: %{?scl_prefix}mvn(com.google.code.maven-replacer-plugin:replacer)
1b84c8
BuildRequires: %{?scl_prefix}mvn(junit:junit)
1b84c8
1b84c8
BuildArch:     noarch
1b84c8
1b84c8
%description
1b84c8
Project for parent pom for all Jackson components.
1b84c8
1b84c8
%prep
1b84c8
%setup -q -n %{pkg_name}-%{pkg_name}-%{version}-1
1b84c8
1b84c8
cp -p %{SOURCE1} LICENSE
1b84c8
sed -i 's/\r//' LICENSE
1b84c8
1b84c8
%build
1b84c8
1b84c8
%mvn_build -j
1b84c8
1b84c8
%install
1b84c8
%mvn_install
1b84c8
1b84c8
%files -f .mfiles
1b84c8
%doc README.md
1b84c8
%license LICENSE
1b84c8
1b84c8
%changelog
1b84c8
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 2.7-2.1.2
1b84c8
- Mass rebuild 2017-06-22
1b84c8
1b84c8
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 2.7-2.1.1
1b84c8
- Automated package import and SCL-ization
1b84c8
1b84c8
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-2.1
1b84c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1b84c8
1b84c8
* Mon Aug 22 2016 gil cattaneo <puntogil@libero.it> 2.7-1.1
1b84c8
- update to 2.7-1
1b84c8
1b84c8
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-2
1b84c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1b84c8
1b84c8
* Mon Sep 28 2015 gil cattaneo <puntogil@libero.it> 2.6.2-1
1b84c8
- update to 2.6.2
1b84c8
1b84c8
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
1b84c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1b84c8
1b84c8
* Sat Jan 31 2015 gil cattaneo <puntogil@libero.it> 2.5-1
1b84c8
- update to 2.5
1b84c8
1b84c8
* Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 2.4.1-1
1b84c8
- initial rpm