|
|
|
@ -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} \ |
|
|
|
|