Regenerate build-requires
This commit is contained in:
parent
ef608ab46f
commit
bdf7d73b79
@ -3,23 +3,21 @@
|
|||||||
|
|
||||||
Name: apache-commons-exec
|
Name: apache-commons-exec
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Java library to reliably execute external processes from within the JVM
|
Summary: Java library to reliably execute external processes from within the JVM
|
||||||
|
|
||||||
Group: Development/Libraries
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/exec/
|
URL: http://commons.apache.org/exec/
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
||||||
|
|
||||||
BuildRequires: iputils
|
|
||||||
BuildRequires: java-devel >= 1:1.6.0
|
|
||||||
BuildRequires: jpackage-utils
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: maven-install-plugin
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: maven-invoker-plugin
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||||
Requires: java-headless >= 1:1.6.0
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
Requires: jpackage-utils
|
|
||||||
BuildArch: noarch
|
# Tests execute /usr/bin/ping
|
||||||
|
BuildRequires: iputils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Commons Exec is a library for dealing with external process execution and
|
Commons Exec is a library for dealing with external process execution and
|
||||||
@ -28,8 +26,6 @@ environment management in Java.
|
|||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadocs for %{name}
|
Summary: Javadocs for %{name}
|
||||||
Group: Documentation
|
|
||||||
Requires: jpackage-utils
|
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
This package contains the API documentation for %{name}.
|
This package contains the API documentation for %{name}.
|
||||||
@ -72,6 +68,9 @@ find -name Exec57Test.java -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-5
|
||||||
|
- Regenerate build-requires
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-4
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user