]> git.pld-linux.org Git - packages/rrdtool.git/blame_incremental - rrdtool.spec
updated to 1.0.32
[packages/rrdtool.git] / rrdtool.spec
... / ...
CommitLineData
1%include /usr/lib/rpm/macros.perl
2Summary: RRDtool - round robin database
3Name: rrdtool
4Version: 1.0.32
5Release: 1
6License: GPL
7Group: Applications/Databases
8Group(pl): Aplikacje/Bazy danych
9Source0: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtools/pub/%{name}-%{version}.tar.gz
10Patch0: %{name}-makefile.patch
11URL: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtol/
12#BuildRequired: tcl-devel
13%requires_eq perl
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17RRD is the Acronym for Round Robin Database. RRD is a system to store
18and display time-series data (i.e. network bandwidth, machine-room
19temperature, server load average). It stores the data in a very
20compact way that will not expand over time, and it presents useful
21graphs by processing the data to enforce a certain data density. It
22can be used either via simple wrapper scripts (from shell or Perl) or
23via frontends that poll network devices and put a friendly user
24interface on it.
25
26%package devel
27Summary: RDDTools development
28