Browse Source

upgrading package: statsd 0.8.5 -> 0.8.6

master
parent
commit
22c6d3231c
  1. 12
      statsd/statsd.spec

12
statsd/statsd.spec

@ -22,8 +22,8 @@
##
# package version
%define V_statsd_base 0.8.5
%define V_statsd_snap 20190725
%define V_statsd_base 0.8.6
%define V_statsd_snap 20200226
# package information
Name: statsd
@ -36,7 +36,7 @@ Class: EVAL
Group: Networking
License: MIT
Version: %{V_statsd_base}
Release: 20190725
Release: 20200226
# list of sources
Source0: http://download.openpkg.org/components/versioned/statsd/statsd-%{V_statsd_base}-%{V_statsd_snap}.tar.gz
@ -65,12 +65,6 @@ PreReq: OpenPKG, openpkg >= 20160101, node, socat
%setup -q -c
%build
# rebuild native Node modules
( cd node_modules/modern-syslog
npm-node-gyp clean
npm-node-gyp rebuild
) || exit $?
# strip down program
%{l_prefix}/bin/node-openpkg squeeze
rm -rf node_modules/statsd/node_modules/winser

Loading…
Cancel
Save