|
|
|
|
@ -23,6 +23,10 @@
|
|
|
|
|
## SUCH DAMAGE. |
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_real 1.5.3-1 |
|
|
|
|
%define V_opkg 1.5.3.1 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: ant |
|
|
|
|
Summary: A Java based build tool |
|
|
|
|
@ -32,11 +36,11 @@ Packager: The OpenPKG Project
|
|
|
|
|
Distribution: OpenPKG [EVAL] |
|
|
|
|
Group: Development |
|
|
|
|
License: Apache Software License |
|
|
|
|
Version: 1.5.3 |
|
|
|
|
Release: 20030409 |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20030418 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://www.apache.org/dist/ant/binaries/apache-ant-%{version}-bin.tar.bz2 |
|
|
|
|
Source0: http://www.apache.org/dist/ant/binaries/apache-ant-%{V_real}-bin.tar.bz2 |
|
|
|
|
Source1: ant.conf |
|
|
|
|
Source2: rc.ant |
|
|
|
|
|
|
|
|
|
@ -53,7 +57,7 @@ AutoReqProv: no
|
|
|
|
|
without make's wrinkles. |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n apache-ant-%{version} |
|
|
|
|
%setup -q -n apache-ant-%{V_real} |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
# Note that there is nothing to build since the Ant binary distribution |
|
|
|
|
|