1
- ###############################################################################
1
+ ################################################################################
2
2
3
3
# rpmbuilder:relative-pack true
4
4
5
- ###############################################################################
5
+ ################################################################################
6
6
7
7
%define debug_package %{nil }
8
8
9
- ###############################################################################
9
+ ################################################################################
10
10
11
11
Summary: Tiny Redis client for latency measurement
12
12
Name: redis-latency-monitor
@@ -24,19 +24,19 @@ BuildRequires: golang >= 1.8
24
24
25
25
Provides: %{name } = %{version }-%{release }
26
26
27
- ###############################################################################
27
+ ################################################################################
28
28
29
29
%description
30
- Tiny Redis client for latency measurement. Utility show PING command latency
30
+ Tiny Redis client for latency measurement. Utility show PING command latency
31
31
or connection latency in milliseconds (one thousandth of a second).
32
32
33
- ###############################################################################
33
+ ################################################################################
34
34
35
35
%prep
36
36
%setup -q
37
37
38
38
%build
39
- export GOPATH=$( pwd)
39
+ export GOPATH=$( pwd)
40
40
go build src/github.com/essentialkaos/%{name }/%{name }.go
41
41
42
42
%install
@@ -48,14 +48,14 @@ install -pm 755 %{name} %{buildroot}%{_bindir}/
48
48
%clean
49
49
rm -rf %{buildroot }
50
50
51
- ###############################################################################
51
+ ################################################################################
52
52
53
53
%files
54
54
%defattr(-,root,root,-)
55
55
%doc LICENSE.EN LICENSE.RU
56
56
%{_bindir }/%{name }
57
57
58
- ###############################################################################
58
+ ################################################################################
59
59
60
60
%changelog
61
61
*
Thu Dec 21 2017 Anton Novojilov <[email protected] > -
3.0.1-0
0 commit comments