| |
@@ -1,22 +1,27 @@
|
| |
Name: maven-antrun-plugin
|
| |
- Version: 1.8
|
| |
- Release: 13%{?dist}
|
| |
+ Version: 3.0.0
|
| |
+ Release: 1%{?dist}
|
| |
Summary: Maven AntRun Plugin
|
| |
-
|
| |
License: ASL 2.0
|
| |
- URL: http://maven.apache.org/plugins/maven-antrun-plugin/
|
| |
- Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
| |
+
|
| |
+ URL: https://maven.apache.org/plugins/maven-antrun-plugin/
|
| |
+ Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
| |
|
| |
BuildArch: noarch
|
| |
|
| |
BuildRequires: maven-local
|
| |
+ BuildRequires: mvn(junit:junit)
|
| |
BuildRequires: mvn(org.apache.ant:ant)
|
| |
+ BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
| |
+ BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
| |
+ BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
| |
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
| |
+ BuildRequires: mvn(org.apache.maven:maven-core)
|
| |
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
| |
- BuildRequires: mvn(org.apache.maven:maven-project)
|
| |
- BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
| |
- BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
| |
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
| |
+ BuildRequires: mvn(org.hamcrest:hamcrest-core)
|
| |
+ BuildRequires: mvn(org.xmlunit:xmlunit-core)
|
| |
+ BuildRequires: mvn(org.xmlunit:xmlunit-matchers)
|
| |
|
| |
%description
|
| |
This plugin provides the ability to run Ant tasks from within Maven.
|
| |
@@ -45,6 +50,9 @@
|
| |
%doc LICENSE NOTICE
|
| |
|
| |
%changelog
|
| |
+ * Thu Mar 04 2021 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-1
|
| |
+ - Update to version 3.0.0.
|
| |
+
|
| |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-13
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
| |
|
| |
This supersedes PR#1.