]> git.pld-linux.org Git - packages/ant.git/blame - ant.spec
- release 4
[packages/ant.git] / ant.spec
CommitLineData
e2a8517c
ER
1# TODO
2# - prepare all BR and test the full build
c83d3692 3#
ad6ed000 4# Conditional build:
9a2c58c6
JK
5%bcond_with bootstrap # minimal build for bootstrap
6%bcond_without antlr # disable building antlr optional task(s)
7%bcond_without apache_bcel # disable building apache-bcel optional task(s)
8%bcond_without apache_bsf # disable building apache-bsf optional task(s)
880431e5 9%bcond_without apache_log4j # disable building log4j optional task(s)
9a2c58c6
JK
10%bcond_without apache_oro # disable building apache-oro optional task(s)
11%bcond_without apache_regexp # disable building apache-regexp optional task(s)
880431e5 12%bcond_with apache_resolver # enable building apache-resolver optional task(s)
9a2c58c6
JK
13%bcond_without commons-logging # disable building commons-logging optional task(s)
14%bcond_without commons-net # disable building commons-net optional task(s)
15%bcond_with jai # enable building jai optional task(s)
16%bcond_without javamail # disable building javamail optional task(s)
17%bcond_with jdepend # enable building jdepend optional task(s)
18%bcond_without jsch # disable building jsch optional task(s)
19%bcond_without junit # disable building junit optional task(s)
20#
21%if %{with bootstrap}
22%undefine with_antlr
23%undefine with_apache_bcel
24%undefine with_apache_bsf
25%undefine with_apache_log4j
26%undefine with_apache_oro
27%undefine with_apache_regexp
28%undefine with_apache_resolver
29%undefine with_commons_logging
30%undefine with_commons_net
31%undefine with_javamail
32%undefine with_jsch
33%endif
ad6ed000 34#
96680c71 35%define _rel 4
9a2c58c6 36Summary: Ant build tool for Java
77a6418b 37Summary(fr): Outil de compilation pour java
38Summary(it): Tool per la compilazione di programmi java
9a2c58c6
JK
39