530043
Name:           maven-plugin-build-helper
530043
Version:        1.5
19c76f
Release:        13%{?dist}
530043
Summary:        Build Helper Maven Plugin
530043
530043
Group:          Development/Libraries
530043
License:        MIT and ASL 2.0
530043
URL:            http://mojo.codehaus.org/build-helper-maven-plugin/
530043
# The source tarball has been generated from upstream VCS:
530043
# svn export https://svn.codehaus.org/mojo/tags/build-helper-maven-plugin-%{version} 
530043
#            %{name}-%{version}
530043
# tar caf %{name}-%{version}.tar.xz %{name}-%{version}
530043
Source0:        %{name}-%{version}.tar.xz
530043
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
530043
530043
Patch0:         add-junit-dependency.patch
530043
Patch1:         %{name}-core.patch
530043
530043
BuildArch: noarch
530043
530043
BuildRequires: jpackage-utils
530043
BuildRequires: plexus-utils
530043
BuildRequires: maven-local
530043
BuildRequires: maven-plugin-plugin
530043
BuildRequires: maven-resources-plugin
530043
BuildRequires: maven-compiler-plugin
530043
BuildRequires: maven-install-plugin
530043
BuildRequires: maven-jar-plugin
530043
BuildRequires: maven-javadoc-plugin
530043
BuildRequires: maven-enforcer-plugin
530043
BuildRequires: maven-surefire-plugin
530043
BuildRequires: maven-surefire-provider-junit4
530043
BuildRequires: maven-doxia-sitetools
530043
BuildRequires: mojo-parent
530043
BuildRequires: junit4
530043
530043
%description
530043
This plugin contains various small independent goals to assist with
530043
Maven build lifecycle.
530043
530043
%package javadoc
530043
Group:          Documentation
530043
Summary:        Javadoc for %{name}
530043
530043
%description javadoc
530043
API documentation for %{name}.
530043
530043
%prep
530043
%setup -q 
530043
%patch0
530043
%patch1 -p1
530043
cp %{SOURCE1} LICENSE-2.0.txt
530043
530043
%build
530043
%mvn_build
530043
530043
%install
530043
%mvn_install
530043
530043
%files -f .mfiles
530043
%doc header.txt LICENSE-2.0.txt
530043
%dir %{_javadir}/%{name}
530043
530043
%files javadoc -f .mfiles-javadoc
530043
%doc header.txt LICENSE-2.0.txt
530043
530043
%changelog
19c76f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.5-13
19c76f
- Mass rebuild 2013-12-27
19c76f
530043
* Fri Aug 23 2013 Michal Srb <msrb@redhat.com> - 1.5-12
530043
- Migrate away from mvn-rpmbuild (Resolves: #997496)
530043
530043
* Mon Jul 29 2013 Michal Srb <msrb@redhat.com> - 1.5-11
530043
- Install MIT license text
530043
530043
* Fri Jul 26 2013 Tomas Radej <tradej@redhat.com> - 1.5-10
530043
- Add missing ASL license text and installed all license files
530043
530043
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.5-9
530043
- Rebuild to regenerate API documentation
530043
- Resolves: CVE-2013-1571
530043
530043
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-8
530043
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
530043
530043
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.5-7
530043
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
530043
- Replace maven BuildRequires with maven-local
530043
530043
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-6
530043
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
530043
530043
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-5
530043
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
530043
530043
* Tue Dec 06 2011 Tomas Radej <tradej@redhat.com> - 1.5-4
530043
- Update to current guidelines
530043
- Fix build
530043
530043
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-3
530043
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
530043
530043
* Thu Oct 28 2010 Alexander Kurtakov <akurtako@redhat.com> 1.5-2
530043
- Maven plugins should require parent poms because they are totally unusable without them.
530043
530043
* Thu Sep 16 2010 Alexander Kurtakov <akurtako@redhat.com> 1.5-1
530043
- Update to 1.5.
530043
- Use newer maven packages' names.
530043
530043
* Thu Sep 10 2009 Alexander Kurtakov <akurtako@gmail.com> 1.4-1
530043
- Initial package.