Browse Source

upgrading package: ant 1.5.3 -> 1.5.3.1

master
parent
commit
6086e92612
  1. 12
      ant/ant.spec

12
ant/ant.spec

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

Loading…
Cancel
Save