Update yaml

This commit is contained in:
James Antill 2022-08-08 12:26:54 -04:00
commit 75938ca752
1 changed files with 134 additions and 0 deletions

134
ant.yaml Normal file
View File

@ -0,0 +1,134 @@
---
document: modulemd
version: 2
data:
name: ant
stream: 1.10
version: 8000020190628020723
context: f7e686af
summary: Java build tool
description: >-
Apache Ant is a Java library and command-line tool whose mission is to drive processes
described in build files as targets and extension points dependent upon each other.
The main known usage of Ant is the build of Java applications. Ant supplies a
number of built-in tasks allowing to compile, assemble, test and run Java applications.
Ant can also be used effectively to build non Java applications, for instance
C or C++ applications. More generally, Ant can be used to pilot any type of process
which can be described in terms of targets and tasks.
license:
module:
- MIT
xmd:
mbs:
mse: TRUE
buildrequires:
javapackages-tools:
ref: f693430fadbb048d417da1edb6b285f25e267247
stream: 201801
context: 211ef2cd
version: 8000020190620195035
koji_tag: module-javapackages-tools-201801-8000020190620195035-211ef2cd
filtered_rpms: []
platform:
ref: virtual
stream: el8.0.0
context: 00000000
version: 3
koji_tag: module-centos-8.0.0-build
stream_collision_modules:
ursine_rpms:
filtered_rpms: []
scmurl: git+https://git.centos.org/modules/ant.git?#ee954769618f8ac8a569e51bb4e065979b372ed0
commit: ee954769618f8ac8a569e51bb4e065979b372ed0
rpms:
ant:
ref: 3417f06e17dc49d6d4b98e3b7dccb5914b486cd1
dependencies:
- buildrequires:
javapackages-tools: [201801]
platform: [el8.0.0]
requires:
platform: []
references:
community: https://ant.apache.org/
profiles:
common:
rpms:
- ant
api:
rpms:
- ant
filter:
rpms:
- ant-antlr
- ant-apache-bcel
- ant-apache-bsf
- ant-apache-log4j
- ant-apache-oro
- ant-apache-regexp
- ant-apache-resolver
- ant-apache-xalan2
- ant-commons-logging
- ant-commons-net
- ant-javadoc
- ant-javamail
- ant-jdepend
- ant-jmf
- ant-jsch
- ant-junit
- ant-manual
- ant-swing
- ant-testutil
- ant-xz
buildopts:
rpms:
macros: |
%_with_xmvn_javadoc 1
%_without_asciidoc 1
%_without_avalon 1
%_without_bouncycastle 1
%_without_cython 1
%_without_dafsa 1
%_without_desktop 1
%_without_doxygen 1
%_without_dtd 1
%_without_eclipse 1
%_without_ehcache 1
%_without_emacs 1
%_without_equinox 1
%_without_fop 1
%_without_ftp 1
%_without_gradle 1
%_without_groovy 1
%_without_hadoop 1
%_without_hsqldb 1
%_without_itext 1
%_without_jackson 1
%_without_jmh 1
%_without_jna 1
%_without_jpa 1
%_without_junit5 1
%_without_logback 1
%_without_markdown 1
%_without_memcached 1
%_without_memoryfilesystem 1
%_without_obr 1
%_without_python 1
%_without_reporting 1
%_without_scm 1
%_without_snappy 1
%_without_spring 1
%_without_ssh 1
%_without_testlib 1
components:
rpms:
ant:
rationale: 'Module API.
'
repository: git+https://git.centos.org/rpms/ant
cache: https://git.centos.org/repo/pkgs/ant
ref: 3417f06e17dc49d6d4b98e3b7dccb5914b486cd1
buildorder: 10
arches: [aarch64, i686, ppc64le, x86_64]
...