SPECS: collectd.spec - rel.5 - notify_email, nut and postgresql modules sep...

blues blues at pld-linux.org
Thu Oct 30 00:59:42 CET 2008


Author: blues                        Date: Wed Oct 29 23:59:42 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel.5 - notify_email, nut and postgresql modules separated

---- Files affected:
SPECS:
   collectd.spec (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: SPECS/collectd.spec
diff -u SPECS/collectd.spec:1.40 SPECS/collectd.spec:1.41
--- SPECS/collectd.spec:1.40	Thu Oct 30 00:12:39 2008
+++ SPECS/collectd.spec	Thu Oct 30 00:59:36 2008
@@ -76,7 +76,7 @@
 Summary(pl.UTF-8):	Zbieranie informacji o systemie w plikach RRD
 Name:		collectd
 Version:	4.5.0
-Release:	4
+Release:	5
 License:	GPL v2
 Group:		Daemons
 Source0:	http://collectd.org/files/%{name}-%{version}.tar.gz
@@ -230,6 +230,24 @@
 %description notify_desktop
 notify_desktop plugin for collectd.
 
+%package notify_email
+Summary:	notify_email for collectd
+Summary(pl_PL.UTF-8):	Wtyczka notify_email dla collectd
+Group:		Daemons
+Requires:	%{name} = %{version}-%{release}
+
+%description notify_email
+notify_email plugin for collectd.
+
+%package nut
+Summary:	nut-plugin for collectd
+Summary(pl_PL.UTF-8):	Wtyczka nut dla collectd
+Group:		Daemons
+Requires:	%{name} = %{version}-%{release}
+
+%description nut
+nut plugin for collectd.
+
 %package ping
 Summary:	ping-plugin for collectd
 Summary(pl_PL.UTF-8):	Wtyczka ping dla collectd
@@ -239,6 +257,20 @@
 %description ping
 ping plugin for collectd.
 
+%package postgresql
+Summary:	mysql-plugin for collectd
+Summary(pl_PL.UTF-8):	Moduł postgresql dla collectd.
+Group:		Daemons
+Requires:	%{name} = %{version}-%{release}
+
+%description postgresql
+PostgreSQL querying plugin. This plugins provides data of issued commands,
+called handlers and database traffic.
+
+%description postgresql -l pl.UTF-8
+Moduł odpytujący PostgreSQL. Wtyczka udostępnia dane o wydawanych
+poleceniach, wywoływanych procedurach obsługi i ruchu bazodanowym.
+
 %package powerdns
 Summary:	powerdns-plugin for collectd
 Summary(pl_PL.UTF-8):	Wtyczka powerdns dla collectd
@@ -404,7 +436,6 @@
 %attr(755,root,root) %{_libdir}/%{name}/load.so
 %attr(755,root,root) %{_libdir}/%{name}/logfile.so
 %attr(755,root,root) %{_libdir}/%{name}/mbmon.so
-%attr(755,root,root) %{_libdir}/%{name}/notify_email.so
 %attr(755,root,root) %{_libdir}/%{name}/memcached.so
 %attr(755,root,root) %{_libdir}/%{name}/memory.so
 %if %{with multimeter}
@@ -414,11 +445,9 @@
 %attr(755,root,root) %{_libdir}/%{name}/netlink.so
 %endif
 %attr(755,root,root) %{_libdir}/%{name}/network.so
-%attr(755,root,root) %{_libdir}/%{name}/nut.so
 %attr(755,root,root) %{_libdir}/%{name}/nfs.so
 %attr(755,root,root) %{_libdir}/%{name}/ntpd.so
 #%attr(755,root,root) %{_libdir}/%{name}/perl.so
-%attr(755,root,root) %{_libdir}/%{name}/postgresql.so
 %attr(755,root,root) %{_libdir}/%{name}/processes.so
 %attr(755,root,root) %{_libdir}/%{name}/serial.so
 %attr(755,root,root) %{_libdir}/%{name}/swap.so
@@ -468,6 +497,7 @@
 %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/collection.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/httpd.conf
+%dir %{_appdir}
 %dir %{_appdir}/cgi-bin
 %attr(755,root,root) %{_appdir}/cgi-bin/collection.cgi
 
@@ -497,10 +527,22 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/notify_desktop.so
 
+%files notify_email
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/notify_email.so
+
+%files nut
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/nut.so
+
 %files ping
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/ping.so
 
+%files postgresql
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/postgresql.so
+
 %files powerdns
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/powerdns.so
@@ -531,6 +573,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2008/10/29 23:59:36  blues
+- rel.5 - notify_email, nut and postgresql modules separated
+
 Revision 1.40  2008/10/29 23:12:39  blues
 - own directories
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/collectd.spec?r1=1.40&r2=1.41&f=u



More information about the pld-cvs-commit mailing list