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