]> git.pld-linux.org Git - packages/rrdtool.git/blame - rrdtool.spec
- added %%Requires: perl >= 5.005
[packages/rrdtool.git] / rrdtool.spec
CommitLineData
88a64efe 1%include /usr/lib/rpm/macros.perl
2b7e312b 2Summary: RRDtool - round robin database
3Name: rrdtool
4Version: 1.0.28
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
10#Patch0: /%{name}-perl-location.patch
ca5899e5 11Patch0: %{name}-makefile.patch
ee26c7d0 12URL: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtol/
2b7e312b 13#BuildRequired: tcl-devel
f50e38a4 14Requires: perl >= 5.005
8b2446dd 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9eb47203
AF
16
17%description
2b7e312b 18RRD is the Acronym for Round Robin Database. RRD is a system to store
19and display time-series data (i.e. network bandwidth, machine-room
20temperature, server load average). It stores the data in a very
21compact way that will not expand over time, and it presents useful
22graphs by processing the data to enforce a certain data density. It
23can be used either via simple wrapper scripts (from shell or Perl) or
24via frontends that poll network devices and put a friendly user
25interface on it.
26
27%package devel
5c73d7ab 28Summary: RDDTools development
29