Browse Source

upgrading package: arangodb 1.3.0 -> 1.3.1

master
parent
commit
3193ffe242
  1. 10
      arangodb/arangodb.spec

10
arangodb/arangodb.spec

@ -22,8 +22,8 @@
##
# package version
%define V_opkg 1.3.0
%define V_dist 1.3.0
%define V_opkg 1.3.1
%define V_dist 1.3.1
# package information
Name: arangodb
@ -36,7 +36,7 @@ Class: EVAL
Group: Database
License: Apache
Version: %{V_opkg}
Release: 20130514
Release: 20130525
# list of sources
Source0: https://www.arangodb.org/repositories/Source/ArangoDB-%{V_dist}.tar.bz2
@ -60,8 +60,8 @@ PreReq: readline, ncurses, openssl, libev, v8, icu
%track
prog arangodb = {
version = %{version}
url = https://www.arangodb.org/repositories/index.html
regex = ArangoDB-(__VER__(?:-(?:alpha|beta|rc)\d+)?)\.tar\.bz2
url = http://www.arangodb.org/repositories/
regex = (\d+\.\d+\.\d+)
}
%prep

Loading…
Cancel
Save