Update to upstream version 3.0.0
This commit is contained in:
parent
1a6e582374
commit
4610f29f1b
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ maven-clean-plugin-2.4.1.tar.xz
|
||||
maven-clean-plugin-2.5-source-release.zip
|
||||
/maven-clean-plugin-2.6-source-release.zip
|
||||
/maven-clean-plugin-2.6.1-source-release.zip
|
||||
/maven-clean-plugin-3.0.0-source-release.zip
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: maven-clean-plugin
|
||||
Version: 2.6.1
|
||||
Release: 3%{?dist}
|
||||
Version: 3.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven Clean Plugin
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/plugins/maven-clean-plugin/
|
||||
@ -9,9 +9,14 @@ BuildArch: noarch
|
||||
Source0: http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.maven:maven-compat)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils)
|
||||
|
||||
%description
|
||||
The Maven Clean Plugin is a plugin that removes files generated
|
||||
@ -26,11 +31,6 @@ This package provides %{summary}.
|
||||
|
||||
%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
|
||||
|
||||
# junit dependency was removed in Plexus 1.6
|
||||
%pom_add_dep junit:junit::test
|
||||
@ -48,6 +48,9 @@ This package provides %{summary}.
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Oct 19 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
|
||||
- Update to upstream version 3.0.0
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user