Browse Source

update CLI

master
parent
commit
6e52cdc397
  1. 8
      commons/commons.spec

8
commons/commons.spec

@ -23,7 +23,7 @@
# package version
%define V_beanutils 1.8.3
%define V_cli 1.1
%define V_cli 1.2
%define V_collections 3.2.1
%define V_configuration 1.6
%define V_httpclient 3.1
@ -44,11 +44,11 @@ Class: EVAL
Group: Libraries
License: Apache
Version: 0
Release: 20101123
Release: 20101219
# list of sources
Source0: http://www.apache.org/dist/commons/beanutils/binaries/commons-beanutils-%{V_beanutils}-bin.tar.gz
Source1: http://www.apache.org/dist/commons/cli/binaries/commons-cli-%{V_cli}.tar.gz
Source1: http://www.apache.org/dist/commons/cli/binaries/commons-cli-%{V_cli}-bin.tar.gz
Source2: http://www.apache.org/dist/commons/collections/binaries/commons-collections-%{V_collections}-bin.tar.gz
Source3: http://www.apache.org/dist/commons/configuration/binaries/commons-configuration-%{V_configuration}.tar.gz
Source4: http://www.apache.org/dist/httpcomponents/commons-httpclient/binary/commons-httpclient-%{V_httpclient}.tar.gz
@ -74,7 +74,7 @@ PreReq: OpenPKG, openpkg >= 20100101
prog commons:cli = {
version = %{V_cli}
url = http://www.apache.org/dist/commons/cli/binaries/
regex = commons-cli-(__VER__)\.tar\.gz
regex = commons-cli-(__VER__)-bin\.tar\.gz
}
prog commons:collections = {
version = %{V_collections}

Loading…
Cancel
Save