upgrade to 1.10.15
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=213
This commit is contained in:
30
ant.spec
30
ant.spec
@@ -18,14 +18,42 @@
|
||||
|
||||
|
||||
%global ant_home %{_datadir}/ant
|
||||
%if "%{flavor}" == "ant-antlr"
|
||||
%bcond_with bootstrap
|
||||
%bcond_with junit
|
||||
%bcond_with junit5
|
||||
%bcond_without antlr
|
||||
Name: ant-antlr
|
||||
%elif "%{flavor}" == "ant-junit"
|
||||
%bcond_with bootstrap
|
||||
%bcond_without junit
|
||||
%bcond_with junit5
|
||||
%bcond_with antlr
|
||||
Name: ant-junit
|
||||
%elif "%{flavor}" == "ant-junit5"
|
||||
%bcond_with bootstrap
|
||||
%bcond_with junit
|
||||
%bcond_without junit5
|
||||
%bcond_with antlr
|
||||
Name: ant-junit5
|
||||
%else
|
||||
%bcond_without bootstrap
|
||||
%bcond_with junit
|
||||
%bcond_with junit5
|
||||
%bcond_with antlr
|
||||
Name: ant
|
||||
Version: 1.10.14
|
||||
%endif
|
||||
Version: 1.10.15
|
||||
Release: 0
|
||||
%if "%{flavor}" == "ant-antlr"
|
||||
#Summary: Antlr Task for ant
|
||||
%elif "%{flavor}" == "ant-junit"
|
||||
#Summary: Optional junit tasks for ant
|
||||
%elif "%{flavor}" == "ant-junit5"
|
||||
#Summary: Optional junit tasks for ant
|
||||
%else
|
||||
Summary: Java-based build tool
|
||||
%endif
|
||||
License: Apache-2.0
|
||||
Group: Development/Tools/Building
|
||||
URL: https://ant.apache.org/
|
||||
|
Reference in New Issue
Block a user