2010-09-16 07:52:08 +00:00
|
|
|
Name: mojo-parent
|
2012-07-23 10:55:24 +00:00
|
|
|
Version: 30
|
|
|
|
Release: 1%{?dist}
|
2010-09-16 07:52:08 +00:00
|
|
|
Summary: Codehaus MOJO parent project pom file
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: http://mojo.codehaus.org/
|
2011-12-07 09:32:18 +00:00
|
|
|
Source0: http://repo1.maven.org/maven2/org/codehaus/mojo/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
2010-09-16 07:52:08 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2010-09-16 08:25:54 +00:00
|
|
|
BuildRequires: jpackage-utils
|
2011-12-07 09:32:18 +00:00
|
|
|
BuildRequires: codehaus-parent
|
|
|
|
BuildRequires: maven
|
|
|
|
BuildRequires: maven-enforcer-plugin
|
|
|
|
BuildRequires: maven-plugin-cobertura
|
2010-09-16 08:25:54 +00:00
|
|
|
|
2010-09-16 10:15:09 +00:00
|
|
|
Requires: plexus-containers-component-javadoc
|
2010-09-16 07:52:08 +00:00
|
|
|
Requires: maven-plugin-plugin
|
|
|
|
Requires: junit
|
2011-12-07 09:32:18 +00:00
|
|
|
Requires: codehaus-parent
|
2010-09-16 07:52:08 +00:00
|
|
|
Requires: jpackage-utils
|
|
|
|
|
|
|
|
%description
|
|
|
|
Codehaus MOJO parent project pom file
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
2011-12-07 09:32:18 +00:00
|
|
|
%build
|
|
|
|
mvn-rpmbuild install
|
2011-03-08 08:03:17 +00:00
|
|
|
|
2010-09-16 07:52:08 +00:00
|
|
|
%install
|
|
|
|
# poms
|
|
|
|
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
|
|
|
install -pm 644 pom.xml \
|
|
|
|
%{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
|
|
|
|
|
2011-12-07 09:32:18 +00:00
|
|
|
%add_maven_depmap JPP-%{name}.pom
|
2010-09-16 07:52:08 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%{_mavenpomdir}/*
|
|
|
|
%{_mavendepmapfragdir}/*
|
|
|
|
|
|
|
|
%changelog
|
2012-07-23 10:55:24 +00:00
|
|
|
* Mon Jul 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 30-1
|
|
|
|
- Update to upstream version 30
|
|
|
|
|
2012-07-20 02:33:58 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 29-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 10:21:42 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 29-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-07 09:32:18 +00:00
|
|
|
* Wed Dec 7 2011 Alexander Kurtakov <akurtako@redhat.com> 29-1
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
2011-03-08 08:03:17 +00:00
|
|
|
* Tue Mar 8 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 28-2
|
|
|
|
- Remove parent from pom.xml (no codehaus-parent in Fedora now)
|
|
|
|
|
2011-03-07 16:27:37 +00:00
|
|
|
* Mon Mar 7 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 28-1
|
|
|
|
- Update to latest upstream
|
|
|
|
|
2011-02-08 20:12:26 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-09-16 10:15:09 +00:00
|
|
|
* Thu Sep 16 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 24-5
|
|
|
|
- Add component-javadoc to R
|
|
|
|
|
2010-09-16 08:25:54 +00:00
|
|
|
* Thu Sep 16 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 24-4
|
|
|
|
- Add forgotten jpackage-utils BR
|
|
|
|
|
2010-09-16 07:52:08 +00:00
|
|
|
* 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
|
|
|
|
|