]> git.pld-linux.org Git - packages/cacti-spine.git/blob - cacti-spine.spec
- cacti polling daemon
[packages/cacti-spine.git] / cacti-spine.spec
1 Summary:        A backend data gatherer for cacti
2 Name:           cacti-cactid
3 Version:        0.8.6f
4 Release:        0.1
5 License:        GPL
6 Group:          Applications
7 Source0:        http://www.cacti.net/downloads/cactid/%{name}-%{version}.tar.gz
8 # Source0-md5:  2b102f9029ffaa4fb0e186c6640b1851
9 Source1:        %{name}.init
10 Source2:        %{name}.sysconfig
11 URL:            http://www.cacti.net/
12 BuildRequires:  mysql-devel
13 BuildRequires:  net-snmp-devel
14 BuildRequires:  openssl-devel
15 BuildRequires:  zlib-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 A backend data gatherer for cacti. This package represents the future
20 replacement for cacti's cmd.php. It is almost 100% compatible with the
21 legacy cmd.php processor.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure \
28         --with-mysql \
29         --with-snmp=%{_prefix}
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{rc.d/init.d,sysconfig}
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 install cactid.conf $RPM_BUILD_ROOT%{_sysconfdir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc CHANGELOG README
47 %attr(755,root,root) %{_bindir}/*
48 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cactid.conf
This page took 0.047663 seconds and 4 git commands to generate.