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