]> git.pld-linux.org Git - packages/rrdtool.git/blame - rrdtool.spec
- next update, version 1.0.28,
[packages/rrdtool.git] / rrdtool.spec
CommitLineData
2505a4b4
AF
1Summary: RRDtool - round robin database
2Name: rrdtool
ee26c7d0 3Version: 1.0.28
2505a4b4
AF
4Release: 1
5Copyright: GPL
6Group: Applications/Databases
ee26c7d0 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
2505a4b4 9#Patch0: /rrdtool-perl-location.patch
ee26c7d0 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>
8b2446dd 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9eb47203
AF
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
2505a4b4
AF
26#%patch0 -p1
27#mv contrib/log2rrd/log2rrd.pl contrib/log2rrd/log2rrd.pl.in
9eb47203
AF
28
29%build
2505a4b4
AF
30aclocal
31autoconf
32%configure
1d6b1bf2 33%{__make}
9eb47203
AF
34
35%install
7633337a 36%{__make} install PREFIX=$RPM_BUILD_ROOT/usr
9eb47203
AF
37
38%files
2505a4b4 39%defattr(644,root,root,755)
9eb47203
AF
40%doc doc/*.txt
41%doc doc/*.html
9eb47203
AF
42%doc examples/piped-demo.pl
43%doc examples/shared-demo.pl
44%doc examples/cgi-demo.cgi
45%doc contrib
2505a4b4
AF
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.045048 seconds and 4 git commands to generate.