]> git.pld-linux.org Git - packages/rrdtool.git/blob - rrdtool.spec
- some cleanups
[packages/rrdtool.git] / rrdtool.spec
1 Summary:        RRDtool - round robin database
2 Name:           rrdtool
3 Version:        1.0.7
4 Release:        1
5 Copyright:      GPL
6 Group:          Applications/Databases
7 Source0:        http://www.caida.org/Tools/RRDtool/pub/%{name}-%{version}.tar.gz
8 #Patch0:        /rrdtool-perl-location.patch
9 Url:            http://www.caida.org/Tools/RRDtool/
10 Vendor:         Tobi Oetiker <oetiker@ee.ethz.ch>
11 Buildroot:      /tmp/%{name}-%{version}-root
12
13 %description
14 RRD is the Acronym for Round Robin Database. RRD is a system to store and 
15 display time-series data (i.e. network bandwidth, machine-room temperature, 
16 server load average). It stores the data in a very compact way that will not 
17 expand over time, and it presents useful graphs by processing the data to 
18 enforce a certain data density. It can be used either via simple wrapper 
19 scripts (from shell or Perl) or via frontends that poll network devices and 
20 put a friendly user interface on it.
21
22 %prep
23 %setup -q
24 #%patch0 -p1
25 #mv contrib/log2rrd/log2rrd.pl contrib/log2rrd/log2rrd.pl.in
26
27 %build
28 aclocal
29 autoconf
30 %configure
31 make
32
33 %install
34 make install PREFIX=$RPM_BUILD_ROOT/usr
35
36 %files
37 %defattr(644,root,root,755)
38 %doc doc/*.txt
39 %doc doc/*.html
40 %doc examples/piped-demo.pl
41 %doc examples/shared-demo.pl
42 %doc examples/cgi-demo.cgi
43 %doc contrib
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.050725 seconds and 3 git commands to generate.