104 lines
3.4 KiB
RPMSpec
104 lines
3.4 KiB
RPMSpec
Name: maven-clean-plugin
|
|
Version: 2.6
|
|
Release: 1%{?dist}
|
|
Summary: Maven Clean Plugin
|
|
|
|
License: ASL 2.0
|
|
URL: http://maven.apache.org/plugins/maven-clean-plugin/
|
|
Source0: http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: maven-local
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
|
|
|
%description
|
|
The Maven Clean Plugin is a plugin that removes files generated
|
|
at build-time in a project's directory.
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for %{name}
|
|
|
|
%description javadoc
|
|
API documentation for %{name}.
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
# maven-core has scope "provided" in Plugin Testing Harness, so we
|
|
# need to provide it or tests will fail to compile. This works for
|
|
# upstream because upstream uses a different version of Plugin Testing
|
|
# Harness in which scope of maven-core dependency is "compile".
|
|
%pom_add_dep org.apache.maven:maven-core::test
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%dir %{_javadir}/%{name}
|
|
%doc LICENSE NOTICE
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%doc LICENSE NOTICE
|
|
|
|
%changelog
|
|
* Fri Sep 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-1
|
|
- Update to upstream version 2.6
|
|
- Enable tests
|
|
- Remove Obsoletes/Provides for maven2-plugin-clean
|
|
|
|
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5-10
|
|
- Fix build-requires on parent POM
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.5-8
|
|
- Use Requires: java-headless rebuild (#1067528)
|
|
|
|
* Tue Aug 06 2013 Michal Srb <msrb@redhat.com> - 2.5-7
|
|
- Adapt to current guidelines
|
|
- Install LICENSE+NOTICE file
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Mon Mar 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5-5
|
|
- Add maven-core to test dependencies
|
|
- Resolves: rhbz#914165
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.5-3
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Sun Jun 17 2012 Alexander Kurtakov <akurtako@redhat.com> 2.5-1
|
|
- Update to new upstream version.
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Wed Jun 8 2011 Alexander Kurtakov <akurtako@redhat.com> 2.4.1-4
|
|
- Build with maven 3.x.
|
|
- Use upstream sources.
|
|
- Guidelines fixes.
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Wed May 12 2010 Alexander Kurtakov <akurtako@redhat.com> 2.4.1-2
|
|
- Fix review comments.
|
|
|
|
* Wed May 12 2010 Alexander Kurtakov <akurtako@redhat.com> 2.4.1-1
|
|
- Initial package.
|