Browse Source

upgrading package: neo4j 3.5.9 -> 3.5.11

master
parent
commit
b5bd62f5b1
  1. 2
      neo4j/cypher-shell.sh
  2. 8
      neo4j/neo4j.spec

2
neo4j/cypher-shell.sh

@ -5,6 +5,6 @@
exec @l_prefix@/bin/java \
-Vsun-jdk -Xms1024m -Xmx2048m -cp "$cp" \
-jar @l_prefix@/lib/neo4j/client/cypher-shell-all.jar \
-jar @l_prefix@/lib/neo4j/client/cypher-shell.jar \
${1+"$@"}

8
neo4j/neo4j.spec

@ -22,8 +22,8 @@
##
# package version
%define V_opkg 3.5.9
%define V_dist 3.5.9
%define V_opkg 3.5.11
%define V_dist 3.5.11
# package information
Name: neo4j
@ -36,7 +36,7 @@ Class: PLUS
Group: Database
License: AGPL
Version: %{V_opkg}
Release: 20190903
Release: 20190923
# list of sources
Source0: http://dist.neo4j.org/neo4j-community-%{V_dist}-unix.tar.gz
@ -103,7 +103,7 @@ PreReq: java, JAVA-JDK
%{l_shtool} install -c -m 644 \
lib/*.jar $RPM_BUILD_ROOT%{l_prefix}/lib/neo4j/server/
%{l_shtool} install -c -m 644 \
bin/tools/cypher-shell-all.jar $RPM_BUILD_ROOT%{l_prefix}/lib/neo4j/client/
bin/tools/cypher-shell.jar $RPM_BUILD_ROOT%{l_prefix}/lib/neo4j/client/
# install startup wrappers
%{l_shtool} install -c -m 755 %{l_value -s -a} \

Loading…
Cancel
Save