]> git.pld-linux.org Git - packages/rrdtool.git/blame_incremental - rrdtool.spec
- next update, version 1.0.28,
[packages/rrdtool.git] / rrdtool.spec
... / ...
CommitLineData
1Summary: RRDtool - round robin database
2Name: rrdtool
3Version: 1.0.28
4Release: 1
5Copyright: GPL
6Group: Applications/Databases
7#Source0: http://www.caida.org/tools/utilities/rrdtool/pub/%{name}-%{version}.tar.gz
8Source: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtools/pub/%{name}-%{version}.tar.gz
9#Patch0: /rrdtool-perl-location.patch
10#Url: http://www.caida.org/tools/utilites/rrdtool/
11URL: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtol/
12#Vendor: Tobi Oetiker <oetiker@ee.ethz.ch>
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16RRD is the Acronym for Round Robin Database. RRD is a system to store and
17display time-series data (i.e. network bandwidth, machine-room temperature,
18server load average). It stores the data in a very compact way that will not
19expand over time, and it presents useful graphs by processing the data to
20enforce a certain data density. It can be used either via simple wrapper
21scripts (from shell or Perl) or via frontends that poll network devices and
22put a friendly user interface on it.
23
24%prep
25%setup -q
26#%patch0 -p1
27#mv contrib/log2rrd/log2rrd.pl contrib/log2rrd/log2rrd.pl.in
28
29%build
30aclocal
31autoconf
32%configure
33%{__make}
34
35%install
36%{__make} install PREFIX=$RPM_BUILD_ROOT/usr
37
38%files
39%defattr(644,root,root,755)
40%doc doc/*.txt
41%doc doc/*.html
42%doc examples/piped-demo.pl
43%doc examples/shared-demo.pl
44%doc examples/cgi-demo.cgi
45%doc contrib
46
47%attr(755,root,root) %{_bindir}/*
48%{_mandir}/man*/*
49
50/usr/lib/perl/auto/RRDs/RRDs.bs
51/usr/lib/perl/auto/RRDs/RRDs.so
52/usr/lib/perl/RRDp.pm
53/usr/lib/perl/RRDs.pm
This page took 0.032342 seconds and 4 git commands to generate.