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:
2024-11-04 14:26:27 +00:00
committed by Git OBS Bridge
parent 8a209e81f8
commit c513c5fcd4
12 changed files with 101 additions and 5711 deletions

View File

@@ -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/