|
|
|
@ -22,8 +22,8 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_opkg 3.4.13 |
|
|
|
|
%define V_dist 3.4.13 |
|
|
|
|
%define V_opkg 3.4.14 |
|
|
|
|
%define V_dist 3.4.14 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: zookeeper |
|
|
|
@ -36,7 +36,7 @@ Class: EVAL
|
|
|
|
|
Group: Networking |
|
|
|
|
License: Apache |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20190304 |
|
|
|
|
Release: 20190402 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://www.apache.org/dist/zookeeper/stable/zookeeper-%{V_dist}.tar.gz |
|
|
|
@ -89,6 +89,9 @@ PreReq: java, JAVA-JDK
|
|
|
|
|
rm -rf contrib |
|
|
|
|
rm -f conf/zoo_sample.cfg |
|
|
|
|
|
|
|
|
|
# remove problematic stuff |
|
|
|
|
rm -f "zookeeper-contrib/zookeeper-contrib-zooinspector/licences/Apache Software Licence v2.0.txt" |
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
# create install directories |
|
|
|
|
%{l_shtool} mkdir -f -p -m 755 \ |
|
|
|
|