packages: collectd/collectd.spec - memcachec subpackage
blues
blues at pld-linux.org
Fri Feb 5 17:21:07 CET 2010
Author: blues Date: Fri Feb 5 16:21:07 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- memcachec subpackage
---- Files affected:
packages/collectd:
collectd.spec (1.83 -> 1.84)
---- Diffs:
================================================================
Index: packages/collectd/collectd.spec
diff -u packages/collectd/collectd.spec:1.83 packages/collectd/collectd.spec:1.84
--- packages/collectd/collectd.spec:1.83 Fri Feb 5 02:36:24 2010
+++ packages/collectd/collectd.spec Fri Feb 5 17:21:01 2010
@@ -11,7 +11,6 @@
# libjvm . . . . . . . no (javac not found)
# libkstat . . . . . . no (Solaris only)
# libkvm . . . . . . . no
-# libmemcached . . . . no (libmemcached/memcached.h not found)
# libnetapp . . . . . . no (netapp_api.h not found)
# libperl . . . . . . . no
# librouteros . . . . . no ('routeros_api.h' not found)
@@ -31,7 +30,6 @@
# curl_json . . . . . . no
# gmond . . . . . . . . no
# java . . . . . . . . no
-# memcachec . . . . . . no
# netapp . . . . . . . no
# oracle . . . . . . . no
# routeros . . . . . . no
@@ -587,6 +585,18 @@
%description mbmon
The mbmon plugin uses mbmon to retrieve temperature, voltage, etc.
+%package memcachec
+Summary: memcachec-plugin for collectd
+Summary(pl_PL.UTF-8): Wtyczka memcachec dla collectd
+Group: Daemons
+Requires: %{name} = %{version}-%{release}
+
+%description memcachec
+The memcachec plugin connects to a memcached server, queries one or more
+given pages and parses the returned data according to user specification.
+The matches used are similar to the matches used in the cURL and Tail
+plugins.
+
%package memcached
Summary: memcached-plugin for collectd
Summary(pl_PL.UTF-8): Wtyczka memcached dla collectd
@@ -1225,6 +1235,7 @@
%module_scripts match_timediff
%module_scripts match_value
%module_scripts mbmon
+%module_scripts memcachec
%module_scripts memcached
%module_scripts memory
%module_scripts multimeter
@@ -1535,6 +1546,11 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.d/mbmon.conf
%attr(755,root,root) %{_libdir}/%{name}/mbmon.so
+%files memcachec
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.d/memcachec.conf
+%attr(755,root,root) %{_libdir}/%{name}/memcachec.so
+
%files memcached
%defattr(644,root,root,755)
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.d/memcached.conf
@@ -1801,6 +1817,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.84 2010/02/05 16:21:01 blues
+- memcachec subpackage
+
Revision 1.83 2010/02/05 01:36:24 sparky
- BR: libmemcached-devel, libnetlink-devel, ncurses-devel, pkgconfig,
python-devel, python-modules, which
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/collectd/collectd.spec?r1=1.83&r2=1.84&f=u
More information about the pld-cvs-commit
mailing list