SPECS: collectd.spec - notify_desktop plugin
luzik
luzik at pld-linux.org
Wed Oct 29 14:24:33 CET 2008
Author: luzik Date: Wed Oct 29 13:24:33 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- notify_desktop plugin
---- Files affected:
SPECS:
collectd.spec (1.37 -> 1.38)
---- Diffs:
================================================================
Index: SPECS/collectd.spec
diff -u SPECS/collectd.spec:1.37 SPECS/collectd.spec:1.38
--- SPECS/collectd.spec:1.37 Wed Oct 29 14:09:20 2008
+++ SPECS/collectd.spec Wed Oct 29 14:24:27 2008
@@ -76,11 +76,10 @@
Summary(pl.UTF-8): Zbieranie informacji o systemie w plikach RRD
Name: collectd
Version: 4.5.0
-Release: 2
+Release: 3
License: GPL v2
Group: Daemons
Source0: http://collectd.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: f73dbadc8dca136b98c0f96567e0f78c
Source1: %{name}.conf
Source2: %{name}.init
Source3: %{name}-http.conf
@@ -221,6 +220,15 @@
%description nginx
nginx plugin for collectd.
+%package notify_desktop
+Summary: notify_desktop for collectd
+Summary(pl_PL.UTF-8): Wtyczka notify_desktop dla collectd
+Group: Daemons
+Requires: %{name} = %{version}-%{release}
+
+%description notify_desktop
+notify_desktop plugin for collectd.
+
%package ping
Summary: ping-plugin for collectd
Summary(pl_PL.UTF-8): Wtyczka ping dla collectd
@@ -395,7 +403,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_desktop.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
@@ -483,6 +490,10 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/%{name}/nginx.so
+%files notify_desktop
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/notify_desktop.so
+
%files ping
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/%{name}/ping.so
@@ -517,6 +528,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38 2008/10/29 13:24:27 luzik
+- notify_desktop plugin
+
Revision 1.37 2008/10/29 13:09:20 blues
- rel.2 - ipvs module disabled
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/collectd.spec?r1=1.37&r2=1.38&f=u
More information about the pld-cvs-commit
mailing list