rebuilt with perl 5.24 [release 1.5.6-2mamba;Wed Nov 09 2016]
This commit is contained in:
parent
9265ac0ce7
commit
a758f6b27e
21
rrdtool.spec
21
rrdtool.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Name: rrdtool
|
||||
Version: 1.5.6
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Round Robin Database Tool to store and display time-series data
|
||||
Group: Applications/Databases
|
||||
Vendor: openmamba
|
||||
@ -83,18 +83,6 @@ It stores the data in a very compact way that will not expand over time, and it
|
||||
It can be used either via simple wrapper scripts (from shell or Perl) or via frontends that poll network devices and put a friendly user interface on it.
|
||||
|
||||
This package contains the python RRDtool bindings.
|
||||
%package ruby
|
||||
Summary: Ruby RRDtool bindings
|
||||
Group: Development/Bindings
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description ruby
|
||||
RRD (Round Robin Database) is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average).
|
||||
It stores the data in a very compact way that will not expand over time, and it presents useful graphs by processing the data to enforce a certain data density.
|
||||
It can be used either via simple wrapper scripts (from shell or Perl) or via frontends that poll network devices and put a friendly user interface on it.
|
||||
|
||||
This package contains the ruby RRDtool bindings.
|
||||
|
||||
|
||||
%package ruby
|
||||
Summary: Ruby RRDtool bindings
|
||||
@ -167,9 +155,11 @@ rm -f %{name}-%{version}-file
|
||||
%{_libdir}/*.so.*
|
||||
%{_unitdir}/rrdcached.service
|
||||
%{_unitdir}/rrdcached.socket
|
||||
%ifnarch arm
|
||||
%{_libdir}/rrdtool/ifOctets.tcl
|
||||
%{_libdir}/rrdtool/pkgIndex.tcl
|
||||
%{_libdir}/tclrrd%{version}.so
|
||||
%endif
|
||||
%dir %{_datadir}/rrdtool
|
||||
#%{_datadir}/rrdtool/ifOctets.tcl
|
||||
#%{_datadir}/rrdtool/pkgIndex.tcl
|
||||
@ -198,9 +188,11 @@ rm -f %{name}-%{version}-file
|
||||
%{python_sitearch}/py_rrdtool-*-py%{python_version}.egg-info
|
||||
%{python27_sitearch}/rrdtool.so
|
||||
|
||||
%ifnarch arm
|
||||
%files ruby
|
||||
%defattr(-,root,root)
|
||||
%{ruby_sitearch}/RRD.so
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -212,6 +204,9 @@ rm -f %{name}-%{version}-file
|
||||
%{_includedir}/*.h
|
||||
|
||||
%changelog
|
||||
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.6-2mamba
|
||||
- rebuilt with perl 5.24
|
||||
|
||||
* Sun Jun 05 2016 Automatic Build System <autodist@mambasoft.it> 1.5.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user