From 6e52cdc397dae4ca39cd5d4e0a87f5e32f6d70b2 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 19 Dec 2010 20:10:46 +0000 Subject: [PATCH] update CLI --- commons/commons.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commons/commons.spec b/commons/commons.spec index dfd40b890d..1b5e36c81a 100644 --- a/commons/commons.spec +++ b/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}