]> git.pld-linux.org Git - packages/collectd.git/blame - collectd.spec
- pl
[packages/collectd.git] / collectd.spec
CommitLineData
373d486f
AF
1# TODO:
2# - mysql subpackage
3# - lm_sensors subpackage
4# - hddtemp subpackage
5# - initscripts for local/network mode (subpackage ?)
6# - initscripts for server mode (subpackage ?)
7# - collection CGI script
8# - package contrib scripts as %doc
7df111b4
JB
9Summary: Collects system information in RRD files
10Summary(pl): Zbieranie informacji o systemie w plikach RRD
373d486f
AF
11Name: collectd
12Version: 3.7.1
13Release: 0.1
14License: GPL v2
15Group: Unknow
16Source0: http://verplant.org/collectd/files/%{name}-%{version}.tar.gz
17# Source0-md5: dc2120fad388e5fc8bc486b4fcadc68e
18URL: http://verplant.org/collectd/
373d486f
AF
19BuildRequires: autoconf
20BuildRequires: automake
21#BuildRequires: intltool
7df111b4 22BuildRequires: libstatgrab-devel >= 0.12
373d486f 23BuildRequires: libtool
7df111b4
JB
24BuildRequires: rpmbuild(macros) >= 1.228
25Requires(post,preun): /sbin/chkconfig
373d486f
AF
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
7df111b4
JB
29collectd is a small daemon which collects system information every 10
30seconds and writes the results in an RRD-file.
31
32In contrast to most similar software, collectd is not a script but
33written in plain C for performance and portability. As a daemon it
34stays in memory, so there is no need to start up a heavy interpreter
35every time new values should be logged. This allows collectd to have a
3610 second resolution while being nice to the system.
37
38%description -l pl
39