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