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

Loading…
Cancel
Save