Remove build-dependency on exec-maven-plugin
This commit is contained in:
parent
fa717f50dc
commit
65b11a63e9
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Internet protocol suite Java library
|
Summary: Internet protocol suite Java library
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/%{base_name}/
|
URL: http://commons.apache.org/%{base_name}/
|
||||||
@ -16,7 +16,6 @@ BuildRequires: mvn(junit:junit)
|
|||||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:exec-maven-plugin)
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,6 +39,8 @@ rm src/test/java/org/apache/commons/net/time/TimeTCPClientTest.java
|
|||||||
# Fails in Koji with "Address already in use"
|
# Fails in Koji with "Address already in use"
|
||||||
rm src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java
|
rm src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java
|
||||||
|
|
||||||
|
%pom_remove_plugin :exec-maven-plugin
|
||||||
|
|
||||||
%mvn_file : %{short_name} %{name}
|
%mvn_file : %{short_name} %{name}
|
||||||
%mvn_alias : org.apache.commons:%{short_name}
|
%mvn_alias : org.apache.commons:%{short_name}
|
||||||
|
|
||||||
@ -58,6 +59,9 @@ rm src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java
|
|||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 30 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6-6
|
||||||
|
- Remove build-dependency on exec-maven-plugin
|
||||||
|
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6-5
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6-5
|
||||||
- Mass rebuild for javapackages-tools 201902
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user