Logoj0ke.net Open Build Service > Projects > server:monitoring > cacti-spine > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed cacti-spine.spec
x
 
1
@@ -1,17 +1,17 @@
2
-Summary: Threaded poller for Cacti written in C
3
-Name: cacti-cactid
4
-Version: 0.8.7a
5
-Release: 1
6
-License: GPL
7
-Group: Application/System
8
-Source0: cacti-cactid-%{version}.tar.gz
9
-URL: http://www.cacti.net/cactid_info.php
10
-BuildRoot: %{_tmppath}/%{name}-root
11
-Requires: cacti, mysql, net-snmp, rrdtool
12
-BuildRequires: mysql-devel, net-snmp-devel, openssl, openssl-devel
13
+Summary:   Threaded poller for Cacti written in C
14
+Name:      cacti-spine
15
+Version:   0.8.7a
16
+Release:   1
17
+License:   GPL
18
+Group:     Application/System
19
+Source0:   cacti-spine-%{version}.tar.gz
20
+URL:       http://www.cacti.net/spine_info.php
21
+BuildRoot: %{_tmppath}/%{name}-root
22
+Requires:  cacti, mysql, net-snmp, rrdtool
23
+BuildRequires: mysql-devel, net-snmp-devel, openssl, openssl-devel
24
 
25
 %description
26
-Cactid is a supplemental poller for Cacti that makes use of pthreads to achieve
27
+Spine is a supplemental poller for Cacti that makes use of pthreads to achieve
28
 excellent performance.
29
 
30
 %prep
31
@@ -25,7 +25,7 @@
32
 
33
 %install
34
 rm -rf %{buildroot}
35
-%{__install} -D -m0644 cactid.conf %{buildroot}%{_sysconfdir}/cactid.conf
36
+%{__install} -D -m0644 spine.conf %{buildroot}%{_sysconfdir}/spine.conf
37
 
38
 %makeinstall
39
 
40
@@ -36,7 +36,7 @@
41
 %defattr(-, root, root, 0755)
42
 %doc AUTHORS ChangeLog COPYING INSTALL NEWS
43
 %doc LICENSE LICENSE.LGPL README README-WINDOWS
44
-%config %{_sysconfdir}/cactid.conf
45
+%config %{_sysconfdir}/spine.conf
46
 %{_bindir}/*
47
 
48
 %changelog
49