|
|
|
|
@ -32,7 +32,7 @@ Class: EVAL
|
|
|
|
|
Group: Database |
|
|
|
|
License: Apache |
|
|
|
|
Version: 2.0.5 |
|
|
|
|
Release: 20140209 |
|
|
|
|
Release: 20140224 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://www.apache.org/dist/cassandra/%{version}/apache-cassandra-%{version}-bin.tar.gz |
|
|
|
|
@ -55,7 +55,7 @@ PreReq: OpenPKG, openpkg >= 20100101, java, JAVA-JDK
|
|
|
|
|
prog cassandra = { |
|
|
|
|
version = %{version} |
|
|
|
|
url = http://cassandra.apache.org/download/ |
|
|
|
|
regex = apache-cassandra-(__VER__)-bin\.tar\.gz |
|
|
|
|
regex = apache-cassandra-(\d+\.\d+\.\d+)-bin\.tar\.gz |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
|