Blame SPECS/maven-parent.spec

174cd7
%global pkg_name maven-parent
174cd7
%{?scl:%scl_package %{pkg_name}}
174cd7
%{?maven_find_provides_and_requires}
174cd7
174cd7
Name:           %{?scl_prefix}%{pkg_name}
174cd7
Version:        27
174cd7
Release:        1.2%{?dist}
174cd7
Summary:        Apache Maven parent POM
174cd7
License:        ASL 2.0
174cd7
URL:            http://maven.apache.org
174cd7
Source0:        http://repo1.maven.org/maven2/org/apache/maven/%{pkg_name}/%{version}/%{pkg_name}-%{version}-source-release.zip
174cd7
BuildArch:      noarch
174cd7
174cd7
BuildRequires:  %{?scl_prefix}maven-local
174cd7
BuildRequires:  %{?scl_prefix}apache-parent
174cd7
174cd7
%description
174cd7
Apache Maven parent POM file used by other Maven projects.
174cd7
174cd7
%prep
174cd7
%setup -q -n %{pkg_name}-%{version}
174cd7
%{?scl:scl enable %{scl} - <<"EOF"}
174cd7
set -e -x
174cd7
%pom_remove_plugin :maven-enforcer-plugin
174cd7
%pom_remove_plugin :maven-checkstyle-plugin
174cd7
%pom_remove_plugin :apache-rat-plugin
174cd7
%{?scl:EOF}
174cd7
174cd7
%build
174cd7
%{?scl:scl enable %{scl} - <<"EOF"}
174cd7
set -e -x
174cd7
%mvn_build
174cd7
%{?scl:EOF}
174cd7
174cd7
%install
174cd7
%{?scl:scl enable %{scl} - <<"EOF"}
174cd7
set -e -x
174cd7
%mvn_install
174cd7
%{?scl:EOF}
174cd7
174cd7
%files -f .mfiles
174cd7
%dir %{_mavenpomdir}/%{pkg_name}
174cd7
%doc LICENSE NOTICE
174cd7
174cd7
%changelog
174cd7
* Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 27-1.2
174cd7
- Fix BR on maven-local & co.
174cd7
174cd7
* Mon Jan 18 2016 Michal Srb <msrb@redhat.com> - 27-1.1
174cd7
- Prepare for SCL build
174cd7
174cd7
* Thu Sep 24 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 27-1
174cd7
- Update to upstream version 27
174cd7
174cd7
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 26-2
174cd7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
174cd7
174cd7
* Mon Nov 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-1
174cd7
- Update to upstream version 26
174cd7
174cd7
* Thu Oct 23 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 25-1
174cd7
- Update to upstream version 25
174cd7
174cd7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24-3
174cd7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
174cd7
174cd7
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 24-2
174cd7
- Rebuild to regenerate Maven auto-requires
174cd7
174cd7
* Wed Apr  2 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 24-1
174cd7
- Update to upstream version 24
174cd7
174cd7
* Mon Mar 10 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 23-1
174cd7
- Update to upstream version 23
174cd7
174cd7
* Fri Sep 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 20-6
174cd7
- Rebuild to regenerate Maven provides
174cd7
174cd7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20-5
174cd7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
174cd7
174cd7
* Mon Feb 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 20-4
174cd7
- Build with xmvn
174cd7
174cd7
* Fri Nov  2 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 20-4
174cd7
- Add missing BR/R: apache-parent
174cd7
- Update to current packaging guidelines
174cd7
174cd7
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20-3
174cd7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
174cd7
174cd7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20-2
174cd7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
174cd7
174cd7
* Thu Jun 23 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 20-1
174cd7
- Initial version of the package