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