From a758f6b27ec8ba0d383a6a23e3fe4c45d4371824 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:29:42 +0100 Subject: [PATCH] rebuilt with perl 5.24 [release 1.5.6-2mamba;Wed Nov 09 2016] --- rrdtool.spec | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/rrdtool.spec b/rrdtool.spec index 8fb4c96..289a124 100644 --- a/rrdtool.spec +++ b/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 1.5.6-2mamba +- rebuilt with perl 5.24 + * Sun Jun 05 2016 Automatic Build System 1.5.6-1mamba - automatic version update by autodist