automatic version update by autodist [release 1.8.0-1mamba;Sat May 07 2022]
This commit is contained in:
parent
6879ff201b
commit
bc6bf19d24
44
rrdtool.spec
44
rrdtool.spec
@ -1,47 +1,46 @@
|
|||||||
%define rrddocdir %{_datadir}/doc/%{name}-%{version}
|
%define rrddocdir %{_datadir}/doc/%{name}-%{version}
|
||||||
|
|
||||||
Name: rrdtool
|
Name: rrdtool
|
||||||
Version: 1.7.2
|
Version: 1.8.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Round Robin Database Tool to store and display time-series data
|
Summary: Round Robin Database Tool to store and display time-series data
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://oss.oetiker.ch/rrdtool/
|
URL: https://oss.oetiker.ch/rrdtool/
|
||||||
Source0: http://oss.oetiker.ch/rrdtool/pub/rrdtool-%{version}.tar.gz
|
Source0: https://github.com/oetiker/rrdtool-1.x.git/v%{version}/rrdtool-1.x-%{version}.tar.bz2
|
||||||
Source1: rrdtool-log2rrd.pl
|
Source1: rrdtool-log2rrd.pl
|
||||||
Patch0: rrdtool-1.4.8-lua-5.2.patch
|
Patch0: rrdtool-1.4.8-lua-5.2.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libbrotli-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libdbi-devel
|
BuildRequires: libdbi-devel
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libffi-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgraphite2-devel
|
BuildRequires: libgraphite2-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
|
BuildRequires: liblua-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libpcre-devel
|
||||||
|
BuildRequires: libperl
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libpython27-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: libwrap-devel
|
BuildRequires: libwrap-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
BuildRequires: ruby-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libcgi-devel >= 0.5
|
BuildRequires: libcgi-devel >= 0.5
|
||||||
BuildRequires: pkgconfig >= 0.10
|
BuildRequires: pkgconfig >= 0.10
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: groff
|
BuildRequires: groff
|
||||||
BuildRequires: libtcl >= 8.4.11
|
BuildRequires: libtcl >= 8.4.11
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
RRD (Round Robin Database) is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average).
|
RRD (Round Robin Database) is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average).
|
||||||
@ -81,8 +80,8 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
RRD (Round Robin Database) is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average).
|
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 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.
|
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.
|
This package contains the python RRDtool bindings.
|
||||||
|
|
||||||
%package ruby
|
%package ruby
|
||||||
Summary: Ruby RRDtool bindings
|
Summary: Ruby RRDtool bindings
|
||||||
Group: Development/Bindings
|
Group: Development/Bindings
|
||||||
@ -92,10 +91,8 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
RRD (Round Robin Database) is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average).
|
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 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.
|
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.
|
This package contains the ruby RRDtool bindings.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: RRDtool static libraries and headers
|
Summary: RRDtool static libraries and headers
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -103,16 +100,16 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Requires: %{name}-lua = %{version}-%{release}
|
Requires: %{name}-lua = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
RRD (Round Robin Database) is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average).
|
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 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.
|
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 allow you to use directly this library.
|
This package allow you to use directly this library.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n rrdtool-1.x-%{version}
|
||||||
#%patch0 -p1
|
./bootstrap
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#./autogen.sh
|
#./autogen.sh
|
||||||
@ -121,7 +118,9 @@ This package allow you to use directly this library.
|
|||||||
--enable-lua \
|
--enable-lua \
|
||||||
--enable-perl-site-install \
|
--enable-perl-site-install \
|
||||||
--with-perl-options='INSTALLDIRS="vendor"' \
|
--with-perl-options='INSTALLDIRS="vendor"' \
|
||||||
--with-ruby-options='sitedir="%{_libdir}/ruby/site_ruby"'
|
--with-ruby-options='sitedir="%{_libdir}/ruby/site_ruby"' \
|
||||||
|
PYTHON=%{__python3}
|
||||||
|
|
||||||
# --with-tcllib=%{_libdir}
|
# --with-tcllib=%{_libdir}
|
||||||
|
|
||||||
%make -j1 LDFLAGS="`pkg-config --libs glib-2.0` -lwrap"
|
%make -j1 LDFLAGS="`pkg-config --libs glib-2.0` -lwrap"
|
||||||
@ -185,8 +184,8 @@ rm -f %{name}-%{version}-file
|
|||||||
|
|
||||||
%files python
|
%files python
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitearch}/rrdtool-*-py%{python_version}.egg-info
|
%{python3_sitearch}/rrdtool-*-py%{python3_version}.egg-info
|
||||||
%{python27_sitearch}/rrdtool.so
|
%{python3_sitearch}/rrdtool.cpython-*.so
|
||||||
|
|
||||||
#%files ruby
|
#%files ruby
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
@ -206,6 +205,9 @@ rm -f %{name}-%{version}-file
|
|||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 07 2022 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Mar 30 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.7.2-1mamba
|
* Mon Mar 30 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.7.2-1mamba
|
||||||
- update to 1.7.2
|
- update to 1.7.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user