update to 1.7.2 [release 1.7.2-1mamba;Mon Mar 30 2020]
This commit is contained in:
parent
a758f6b27e
commit
6879ff201b
44
rrdtool.spec
44
rrdtool.spec
@ -1,8 +1,8 @@
|
|||||||
%define rrddocdir %{_datadir}/doc/%{name}-%{version}
|
%define rrddocdir %{_datadir}/doc/%{name}-%{version}
|
||||||
|
|
||||||
Name: rrdtool
|
Name: rrdtool
|
||||||
Version: 1.5.6
|
Version: 1.7.2
|
||||||
Release: 2mamba
|
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
|
||||||
@ -83,7 +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.
|
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
|
||||||
@ -96,6 +95,7 @@ It can be used either via simple wrapper scripts (from shell or Perl) or via fro
|
|||||||
|
|
||||||
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
|
||||||
@ -112,7 +112,7 @@ This package allow you to use directly this library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#./autogen.sh
|
#./autogen.sh
|
||||||
@ -142,6 +142,8 @@ find %{buildroot}%{_prefix}/lib -name .packlist -exec rm -f {} \;
|
|||||||
# log2rrd.pl requires perl(ctime.pl) missing in perl 5.16
|
# log2rrd.pl requires perl(ctime.pl) missing in perl 5.16
|
||||||
rm -f %{buildroot}%{_bindir}/log2rrd.pl
|
rm -f %{buildroot}%{_bindir}/log2rrd.pl
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
rm -f %{name}-%{version}-file
|
rm -f %{name}-%{version}-file
|
||||||
@ -149,17 +151,15 @@ rm -f %{name}-%{version}-file
|
|||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_unitdir}/rrdcached.service
|
%{_unitdir}/rrdcached.service
|
||||||
%{_unitdir}/rrdcached.socket
|
%{_unitdir}/rrdcached.socket
|
||||||
%ifnarch arm
|
#%{_libdir}/rrdtool/ifOctets.tcl
|
||||||
%{_libdir}/rrdtool/ifOctets.tcl
|
#%{_libdir}/rrdtool/pkgIndex.tcl
|
||||||
%{_libdir}/rrdtool/pkgIndex.tcl
|
#%{_libdir}/tclrrd%{version}.so
|
||||||
%{_libdir}/tclrrd%{version}.so
|
|
||||||
%endif
|
|
||||||
%dir %{_datadir}/rrdtool
|
%dir %{_datadir}/rrdtool
|
||||||
#%{_datadir}/rrdtool/ifOctets.tcl
|
#%{_datadir}/rrdtool/ifOctets.tcl
|
||||||
#%{_datadir}/rrdtool/pkgIndex.tcl
|
#%{_datadir}/rrdtool/pkgIndex.tcl
|
||||||
@ -175,7 +175,7 @@ rm -f %{name}-%{version}-file
|
|||||||
|
|
||||||
%files lua
|
%files lua
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_libdir}/lua/*/rrd.so.*
|
%{_libdir}/lua/*/rrd.so.*
|
||||||
|
|
||||||
%files perl
|
%files perl
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -185,25 +185,33 @@ rm -f %{name}-%{version}-file
|
|||||||
|
|
||||||
%files python
|
%files python
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitearch}/py_rrdtool-*-py%{python_version}.egg-info
|
%{python_sitearch}/rrdtool-*-py%{python_version}.egg-info
|
||||||
%{python27_sitearch}/rrdtool.so
|
%{python27_sitearch}/rrdtool.so
|
||||||
|
|
||||||
%ifnarch arm
|
#%files ruby
|
||||||
%files ruby
|
#%defattr(-,root,root)
|
||||||
%defattr(-,root,root)
|
#%{ruby_sitearch}/RRD.so
|
||||||
%{ruby_sitearch}/RRD.so
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
%{_libdir}/lib*.la
|
%{_libdir}/lib*.la
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
%dir %{_libdir}/lua/*/
|
||||||
|
%{_libdir}/lua/*/*.a
|
||||||
|
%{_libdir}/lua/*/*.la
|
||||||
|
%{_libdir}/lua/*/*.so
|
||||||
#%{_libdir}/ruby/*/i586-linux/RRD.so
|
#%{_libdir}/ruby/*/i586-linux/RRD.so
|
||||||
%{_libdir}/pkgconfig/librrd.pc
|
%{_libdir}/pkgconfig/librrd.pc
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 30 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.7.2-1mamba
|
||||||
|
- update to 1.7.2
|
||||||
|
|
||||||
|
* Mon Aug 28 2017 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.6-2mamba
|
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.6-2mamba
|
||||||
- rebuilt with perl 5.24
|
- rebuilt with perl 5.24
|
||||||
|
|
||||||
@ -264,5 +272,5 @@ rm -f %{name}-%{version}-file
|
|||||||
- specfiles updates and fixes
|
- specfiles updates and fixes
|
||||||
- new packages rrdtool-perl, rrdtool-python
|
- new packages rrdtool-perl, rrdtool-python
|
||||||
|
|
||||||
* Thu Jul 14 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.0.48-1qilnx
|
* Wed Jul 14 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.0.48-1qilnx
|
||||||
- first build
|
- first build
|
||||||
|
Loading…
Reference in New Issue
Block a user