|
|
7b0d42 |
%{?scl:%scl_package maven-plugin-build-helper}
|
|
|
7b0d42 |
%{!?scl:%global pkg_name %{name}}
|
|
|
7b0d42 |
|
|
|
7b0d42 |
Name: %{?scl_prefix}maven-plugin-build-helper
|
|
|
7b0d42 |
Version: 1.9.1
|
|
|
7b0d42 |
Release: 4.2%{?dist}
|
|
|
7b0d42 |
Summary: Build Helper Maven Plugin
|
|
|
7b0d42 |
Group: Development/Libraries
|
|
|
7b0d42 |
License: MIT and ASL 2.0
|
|
|
7b0d42 |
URL: http://mojo.codehaus.org/build-helper-maven-plugin/
|
|
|
7b0d42 |
BuildArch: noarch
|
|
|
7b0d42 |
|
|
|
7b0d42 |
# The source tarball has been generated from upstream VCS:
|
|
|
7b0d42 |
# svn export https://svn.codehaus.org/mojo/tags/build-helper-maven-plugin-%{version} %{pkg_name}-%{version}
|
|
|
7b0d42 |
# tar caf %{pkg_name}-%{version}.tar.xz %{pkg_name}-%{version}
|
|
|
7b0d42 |
Source0: %{pkg_name}-%{version}.tar.xz
|
|
|
7b0d42 |
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
7b0d42 |
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}maven-local
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-artifact)
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-compat)
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-core)
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-model)
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-plugin-api)
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-project)
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugins:maven-invoker-plugin)
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}mvn(org.beanshell:bsh)
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}mvn(org.codehaus.mojo:mojo-parent:pom:)
|
|
|
7b0d42 |
BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-utils)
|
|
|
7b0d42 |
|
|
|
7b0d42 |
%description
|
|
|
7b0d42 |
This plugin contains various small independent goals to assist with
|
|
|
7b0d42 |
Maven build lifecycle.
|
|
|
7b0d42 |
|
|
|
7b0d42 |
%package javadoc
|
|
|
7b0d42 |
Summary: API documentation for %{pkg_name}
|
|
|
7b0d42 |
|
|
|
7b0d42 |
%description javadoc
|
|
|
7b0d42 |
This package provides %{summary}.
|
|
|
7b0d42 |
|
|
|
7b0d42 |
%prep
|
|
|
7b0d42 |
%setup -n %{pkg_name}-%{version} -q
|
|
|
7b0d42 |
cp %{SOURCE1} LICENSE-2.0.txt
|
|
|
7b0d42 |
%pom_add_dep org.apache.maven:maven-compat
|
|
|
7b0d42 |
|
|
|
7b0d42 |
%build
|
|
|
7b0d42 |
%mvn_build -f
|
|
|
7b0d42 |
|
|
|
7b0d42 |
%install
|
|
|
7b0d42 |
%mvn_install
|
|
|
7b0d42 |
|
|
|
7b0d42 |
%files -f .mfiles
|
|
|
7b0d42 |
%doc header.txt LICENSE-2.0.txt
|
|
|
7b0d42 |
%dir %{_javadir}/%{pkg_name}
|
|
|
7b0d42 |
|
|
|
7b0d42 |
%files javadoc -f .mfiles-javadoc
|
|
|
7b0d42 |
%doc header.txt LICENSE-2.0.txt
|
|
|
7b0d42 |
|
|
|
7b0d42 |
%changelog
|
|
|
7b0d42 |
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 1.9.1-4.2
|
|
|
7b0d42 |
- Mass rebuild 2017-06-22
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 1.9.1-4.1
|
|
|
7b0d42 |
- Automated package import and SCL-ization
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-4
|
|
|
7b0d42 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-3
|
|
|
7b0d42 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-2
|
|
|
7b0d42 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Thu Sep 04 2014 Michal Srb <msrb@redhat.com> - 1.9.1-1
|
|
|
7b0d42 |
- Update to upstream version 1.9.1
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Mon Jun 09 2014 Michal Srb <msrb@redhat.com> - 1.9-2
|
|
|
7b0d42 |
- Regenerate BR
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Mon Jun 9 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9-1
|
|
|
7b0d42 |
- Update to upstream version 1.9
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-4
|
|
|
7b0d42 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.8-3
|
|
|
7b0d42 |
- Use Requires: java-headless rebuild (#1067528)
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Fri Jul 26 2013 Tomas Radej <tradej@redhat.com> - 1.8-2
|
|
|
7b0d42 |
- Add missing ASL license text and installed all license files
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Mon Jul 22 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8-1
|
|
|
7b0d42 |
- Add missing BR: maven-invoker-plugin
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Fri Jul 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8-1
|
|
|
7b0d42 |
- Update to upstream version 1.8
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-8
|
|
|
7b0d42 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.5-7
|
|
|
7b0d42 |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
7b0d42 |
- Replace maven BuildRequires with maven-local
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-6
|
|
|
7b0d42 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-5
|
|
|
7b0d42 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Tue Dec 06 2011 Tomas Radej <tradej@redhat.com> - 1.5-4
|
|
|
7b0d42 |
- Update to current guidelines
|
|
|
7b0d42 |
- Fix build
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-3
|
|
|
7b0d42 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Thu Oct 28 2010 Alexander Kurtakov <akurtako@redhat.com> 1.5-2
|
|
|
7b0d42 |
- Maven plugins should require parent poms because they are totally unusable without them.
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Thu Sep 16 2010 Alexander Kurtakov <akurtako@redhat.com> 1.5-1
|
|
|
7b0d42 |
- Update to 1.5.
|
|
|
7b0d42 |
- Use newer maven packages' names.
|
|
|
7b0d42 |
|
|
|
7b0d42 |
* Thu Sep 10 2009 Alexander Kurtakov <akurtako@gmail.com> 1.4-1
|
|
|
7b0d42 |
- Initial package.
|