]> git.pld-linux.org Git - packages/collectd.git/blame - collectd.spec
- updated to 3.10.1
[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 11Name: collectd
c1bbd93e 12Version: 3.10.1
373d486f
AF
13Release: 0.1
14License: GPL v2
81857fc6 15Group: Daemons
f6984413 16Source0: http://collectd.org/files/%{name}-%{version}.tar.gz
c1bbd93e 17# Source0-md5: 0a355891f319855e1d242e6c57f7ed4f
f6984413 18Source1: %{name}.conf
f6984413 19URL: http://collectd.org/
373d486f
AF
20BuildRequires: autoconf
21BuildRequires: automake
22#BuildRequires: intltool
7df111b4 23BuildRequires: libstatgrab-devel >= 0.12
373d486f 24BuildRequires: libtool
7df111b4
JB
25BuildRequires: rpmbuild(macros) >= 1.228
26Requires(post,preun): /sbin/chkconfig
373d486f
AF
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
7df111b4
JB
30collectd is a small daemon which collects system information every 10
31seconds and writes the results in an RRD-file.
32
33In contrast to most similar software, collectd is not a script but
34written in plain C for performance and portability. As a daemon it
35stays in memory, so there is no need to start up a heavy interpreter
36every time new values should be logged. This allows collectd to have a
3710 second resolution while being nice to the system.
38
39%description -l pl
40