Browse Source

upgrading package: neo4j 1.9.3 -> 2.0.0.M06

master
parent
commit
ebed306fb9
  1. 14
      neo4j/neo4j.spec

14
neo4j/neo4j.spec

@ -21,6 +21,10 @@
## SUCH DAMAGE. ## SUCH DAMAGE.
## ##
# package version
%define V_opkg 2.0.0.M06
%define V_dist 2.0.0-M06
# package information # package information
Name: neo4j Name: neo4j
Summary: Graph Database Summary: Graph Database
@ -31,11 +35,11 @@ Distribution: OpenPKG Community
Class: EVAL Class: EVAL
Group: Datbase Group: Datbase
License: AGPL License: AGPL
Version: 1.9.3 Version: %{V_opkg}
Release: 20130907 Release: 20131031
# list of sources # list of sources
Source0: http://dist.neo4j.org/neo4j-community-%{version}-unix.tar.gz Source0: http://dist.neo4j.org/neo4j-community-%{V_dist}-unix.tar.gz
Source1: neo4j-server.sh Source1: neo4j-server.sh
Source2: neo4j-shell.sh Source2: neo4j-shell.sh
Source3: neo4j-graph.properties Source3: neo4j-graph.properties
@ -66,13 +70,13 @@ PreReq: java, JAVA-JDK
%track %track
prog neo4j = { prog neo4j = {
version = %{version} version = %{V_dist}
url = http://neo4j.org/download/ url = http://neo4j.org/download/
regex = neo4j-community-(\d+\.\d+(?:\.\d+)?(?:\.M\d+)?)-unix\.tar\.gz regex = neo4j-community-(\d+\.\d+(?:\.\d+)?(?:\.M\d+)?)-unix\.tar\.gz
} }
%prep %prep
%setup -q -n neo4j-community-%{version} %setup -q -n neo4j-community-%{V_dist}
%build %build

Loading…
Cancel
Save