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