# | Line 1 | Line 1 | |
---|---|---|
1 | ||
2 | ### RPM external apache-ant 1.6.5 | |
3 | + | Requires: gcc-wrapper |
4 | ## INITENV SET ANT_HOME %{i} | |
5 | Requires: java-jdk python | |
6 | Source: http://apache.ziply.com/ant/binaries/%{n}-%{v}-bin.tar.gz | |
# | Line 10 | Line 11 | Source: http://apache.ziply.com/ant/bina | |
11 | # replace python calls throuhout the sources | |
12 | perl -p -i -e "s|#!/usr/bin/python|#!/usr/bin/env python|" $(find .) | |
13 | %build | |
14 | + | ## IMPORT gcc-wrapper |
15 | %install | |
16 | tar -cf - . | tar -C %i -xvvf - |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |