82 lines
2.5 KiB
RPMSpec
82 lines
2.5 KiB
RPMSpec
Name: mojo-parent
|
|
Version: 30
|
|
Release: 4%{?dist}
|
|
Summary: Codehaus MOJO parent project pom file
|
|
|
|
Group: Development/Libraries
|
|
License: ASL 2.0
|
|
URL: http://mojo.codehaus.org/
|
|
Source0: http://repo1.maven.org/maven2/org/codehaus/mojo/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: jpackage-utils
|
|
BuildRequires: codehaus-parent
|
|
BuildRequires: xmvn
|
|
BuildRequires: maven-enforcer-plugin
|
|
|
|
|
|
%description
|
|
Codehaus MOJO parent project pom file
|
|
|
|
%prep
|
|
%setup -q
|
|
# Cobertura plugin is executed only during clean Maven phase.
|
|
%pom_remove_plugin :cobertura-maven-plugin
|
|
|
|
%build
|
|
%mvn_alias : org.codehaus.mojo:mojo
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
|
|
%changelog
|
|
* Thu Jan 17 2013 Michal Srb <msrb@redhat.com> - 30-4
|
|
- Build with xmvn
|
|
|
|
* Fri Jan 4 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 30-3
|
|
- Disable maven-plugin-cobertura
|
|
|
|
* Tue Nov 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 30-2
|
|
- Install additional depmap
|
|
- Resolves: rhbz#880619
|
|
|
|
* Mon Jul 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 30-1
|
|
- Update to upstream version 30
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 29-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 29-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Wed Dec 7 2011 Alexander Kurtakov <akurtako@redhat.com> 29-1
|
|
- Update to latest upstream.
|
|
|
|
* Tue Mar 8 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 28-2
|
|
- Remove parent from pom.xml (no codehaus-parent in Fedora now)
|
|
|
|
* Mon Mar 7 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 28-1
|
|
- Update to latest upstream
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Thu Sep 16 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 24-5
|
|
- Add component-javadoc to R
|
|
|
|
* Thu Sep 16 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 24-4
|
|
- Add forgotten jpackage-utils BR
|
|
|
|
* Tue Sep 14 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 24-3
|
|
- Change to license used by upstream (ASL 2.0)
|
|
|
|
* Mon Sep 6 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 24-2
|
|
- Removed %%build section and BRs (not really needed)
|
|
|
|
* Mon Sep 6 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 24-1
|
|
- Initial version of the package
|
|
|