Code

RPM specfile: remove macro accidentally re-added when handling merge conflict
[collectd.git] / contrib / redhat / collectd.spec
1 #
2 # q: What is this ?
3 # a: A specfile for building RPM packages of current collectd releases, for
4 #    RHEL/CentOS versions 5 and 6. By default all the plugins which are
5 #    buildable based on the libraries available in the distribution + the
6 #    EPEL repository, will be built. Plugins depending on external libs will
7 #    be packaged in separate RPMs.
8 #
9 # q: And how can I do that ?
10 # a: By following these instructions, using mock:
11 #
12 # - install and configure mock (https://fedoraproject.org/wiki/Projects/Mock)
13 #
14 # - enable the EPEL repository (http://dl.fedoraproject.org/pub/epel/) in the
15 #   configuration files for your target systems (/etc/mock/*.cfg).
16 #
17 # - copy this file in your ~/rpmbuild/SPECS/ directory
18 #
19 # - fetch the desired collectd release file from https://collectd.org/files/
20 #   and save it in your ~/rpmbuild/SOURCES/ directory
21 #
22 # - build the SRPM first:
23 #   mock -r centos-6-x86_64 --buildsrpm --spec ~/rpmbuild/SPECS/collectd.spec \
24 #     --sources ~/rpmbuild/SOURCES/
25 #
26 # - then build the RPMs:
27 #   mock -r centos-6-x86_64 --no-clean --rebuild \
28 #     /var/lib/mock/centos-6-x86_64/result/collectd-X.Y.Z-NN.src.rpm
29 #
30 # - you can also optionally enable/disable plugins which are disabled/enabled
31 #   by default:
32 #   mock -r centos-6-x86_64 --no-clean --without=java --with=oracle --rebuild \
33 #     /var/lib/mock/centos-6-x86_64/result/collectd-X.Y.Z-NN.src.rpm
34 #
36 %global _hardened_build 1
38 # plugins only buildable on RHEL6
39 # (NB: %{elN} macro is not available on RHEL < 6)
40 %{?el6:%global _has_libyajl 1}
41 %{?el6:%global _has_recent_libpcap 1}
42 %{?el6:%global _has_recent_sockios_h 1}
43 %{?el6:%global _has_recent_libganglia 1}
44 %{?el6:%global _has_working_libiptc 1}
45 %{?el6:%global _has_ip_vs_h 1}
46 %{?el6:%global _has_lvm2app_h 1}
47 %{?el6:%global _has_libmodbus 1}
49 # plugins enabled by default
50 %define with_aggregation 0%{!?_without_aggregation:1}
51 %define with_amqp 0%{!?_without_amqp:1}
52 %define with_apache 0%{!?_without_apache:1}
53 %define with_apcups 0%{!?_without_apcups:1}
54 %define with_ascent 0%{!?_without_ascent:1}
55 %define with_battery 0%{!?_without_battery:1}
56 %define with_bind 0%{!?_without_bind:1}
57 %define with_cgroups 0%{!?_without_cgroups:1}
58 %define with_conntrack 0%{!?_without_conntrack:1}
59 %define with_contextswitch 0%{!?_without_contextswitch:1}
60 %define with_cpu 0%{!?_without_cpu:1}
61 %define with_cpufreq 0%{!?_without_cpufreq:1}
62 %define with_csv 0%{!?_without_csv:1}
63 %define with_curl 0%{!?_without_curl:1}
64 %define with_curl_json 0%{!?_without_curl_json:0%{?_has_libyajl}}
65 %define with_curl_xml 0%{!?_without_curl_xml:1}
66 %define with_dbi 0%{!?_without_dbi:1}
67 %define with_df 0%{!?_without_df:1}
68 %define with_disk 0%{!?_without_disk:1}
69 %define with_dns 0%{!?_without_dns:0%{?_has_recent_libpcap}}
70 %define with_email 0%{!?_without_email:1}
71 %define with_entropy 0%{!?_without_entropy:1}
72 %define with_ethstat 0%{!?_without_ethstat:0%{?_has_recent_sockios_h}}
73 %define with_exec 0%{!?_without_exec:1}
74 %define with_filecount 0%{!?_without_filecount:1}
75 %define with_fscache 0%{!?_without_fscache:1}
76 %define with_gmond 0%{!?_without_gmond:0%{?_has_recent_libganglia}}
77 %define with_hddtemp 0%{!?_without_hddtemp:1}
78 %define with_interface 0%{!?_without_interface:1}
79 %define with_ipmi 0%{!?_without_ipmi:1}
80 %define with_iptables 0%{!?_without_iptables:0%{?_has_working_libiptc}}
81 %define with_ipvs 0%{!?_without_ipvs:0%{?_has_ip_vs_h}}
82 %define with_irq 0%{!?_without_irq:1}
83 %define with_java 0%{!?_without_java:1}
84 %define with_libvirt 0%{!?_without_libvirt:1}
85 %define with_load 0%{!?_without_load:1}
86 %define with_logfile 0%{!?_without_logfile:1}
87 %define with_lvm 0%{!?_without_lvm:0%{?_has_lvm2app_h}}
88 %define with_madwifi 0%{!?_without_madwifi:1}
89 %define with_mbmon 0%{!?_without_mbmon:1}
90 %define with_md 0%{!?_without_md:1}
91 %define with_memcachec 0%{!?_without_memcachec:1}
92 %define with_memcached 0%{!?_without_memcached:1}
93 %define with_memory 0%{!?_without_memory:1}
94 %define with_multimeter 0%{!?_without_multimeter:1}
95 %define with_modbus 0%{!?_without_modbus:0%{?_has_libmodbus}}
96 %define with_mysql 0%{!?_without_mysql:1}
97 %define with_netlink 0%{!?_without_netlink:1}
98 %define with_network 0%{!?_without_network:1}
99 %define with_nfs 0%{!?_without_nfs:1}
100 %define with_nginx 0%{!?_without_nginx:1}
101 %define with_notify_desktop 0%{!?_without_notify_desktop:1}
102 %define with_notify_email 0%{!?_without_notify_email:1}
103 %define with_ntpd 0%{!?_without_ntpd:1}
104 %define with_numa 0%{!?_without_numa:1}
105 %define with_nut 0%{!?_without_nut:1}
106 %define with_olsrd 0%{!?_without_olsrd:1}
107 %define with_openvpn 0%{!?_without_openvpn:1}
108 %define with_perl 0%{!?_without_perl:1}
109 %define with_pinba 0%{!?_without_pinba:1}
110 %define with_ping 0%{!?_without_ping:1}
111 %define with_postgresql 0%{!?_without_postgresql:1}
112 %define with_powerdns 0%{!?_without_powerdns:1}
113 %define with_processes 0%{!?_without_processes:1}
114 %define with_protocols 0%{!?_without_protocols:1}
115 %define with_python 0%{!?_without_python:1}
116 %define with_rrdtool 0%{!?_without_rrdtool:1}
117 %define with_sensors 0%{!?_without_sensors:1}
118 %define with_serial 0%{!?_without_serial:1}
119 %define with_snmp 0%{!?_without_snmp:1}
120 %define with_statsd 0%{!?_without_statsd:1}
121 %define with_swap 0%{!?_without_swap:1}
122 %define with_syslog 0%{!?_without_syslog:1}
123 %define with_table 0%{!?_without_table:1}
124 %define with_tail 0%{!?_without_tail:1}
125 %define with_tail_csv 0%{!?_without_tail_csv:1}
126 %define with_tcpconns 0%{!?_without_tcpconns:1}
127 %define with_teamspeak2 0%{!?_without_teamspeak2:1}
128 %define with_ted 0%{!?_without_ted:1}
129 %define with_thermal 0%{!?_without_thermal:1}
130 %define with_threshold 0%{!?_without_threshold:1}
131 %define with_unixsock 0%{!?_without_unixsock:1}
132 %define with_uptime 0%{!?_without_uptime:1}
133 %define with_users 0%{!?_without_users:1}
134 %define with_uuid 0%{!?_without_uuid:1}
135 %define with_varnish 0%{!?_without_varnish:1}
136 %define with_vmem 0%{!?_without_vmem:1}
137 %define with_vserver 0%{!?_without_vserver:1}
138 %define with_wireless 0%{!?_without_wireless:1}
139 %define with_write_graphite 0%{!?_without_write_graphite:1}
140 %define with_write_http 0%{!?_without_write_http:1}
141 %define with_write_riemann 0%{!?_without_write_riemann:1}
143 # Plugins not built by default because of dependencies on libraries not
144 # available in RHEL or EPEL:
146 # plugin apple_sensors disabled, requires a Mac
147 %define with_apple_sensors 0%{!?_without_apple_sensors:0}
148 # plugin aquaero disabled, requires a libaquaero5
149 %define with_aquaero 0%{!?_without_aquaero:0}
150 # plugin lpar disabled, requires AIX
151 %define with_lpar 0%{!?_without_lpar:0}
152 # plugin mic disabled, requires Mic
153 %define with_mic 0%{!?_without_mic:0}
154 # plugin modbus disabled, requires libmodbus
155 %define with_modbus 0%{!?_without_modbus:0}
156 # plugin netapp disabled, requires libnetapp
157 %define with_netapp 0%{!?_without_netapp:0}
158 # plugin onewire disabled, requires libowfs
159 %define with_onewire 0%{!?_without_onewire:0}
160 # plugin oracle disabled, requires Oracle
161 %define with_oracle 0%{!?_without_oracle:0}
162 # plugin oracle disabled, requires BSD
163 %define with_pf 0%{!?_without_pf:0}
164 # plugin redis disabled, requires credis
165 %define with_redis 0%{!?_without_redis:0}
166 # plugin routeros disabled, requires librouteros
167 %define with_routeros 0%{!?_without_routeros:0}
168 # plugin rrdcached disabled, requires rrdtool >= 1.4
169 %define with_rrdcached 0%{!?_without_rrdcached:0}
170 # plugin sigrok disabled, requires libsigrok
171 %define with_sigrok 0%{!?_without_sigrok:0}
172 # plugin tape disabled, requires libkstat
173 %define with_tape 0%{!?_without_tape:0}
174 # plugin tokyotyrant disabled, requires tcrdb.h
175 %define with_tokyotyrant 0%{!?_without_tokyotyrant:0}
176 # plugin write_mongodb disabled, requires libmongoc
177 %define with_write_mongodb 0%{!?_without_write_mongodb:0}
178 # plugin write_redis disabled, requires credis
179 %define with_write_redis 0%{!?_without_write_redis:0}
180 # plugin xmms disabled, requires xmms
181 %define with_xmms 0%{!?_without_xmms:0}
182 # plugin zfs_arc disabled, requires FreeBSD/Solaris
183 %define with_zfs_arc 0%{!?_without_zfs_arc:0}
185 Summary:        Statistics collection daemon for filling RRD files
186 Name:           collectd
187 Version:        5.4.0
188 Release:        1%{?dist}
189 URL:            http://collectd.org
190 Source:         http://collectd.org/files/%{name}-%{version}.tar.bz2
191 License:        GPLv2
192 Group:          System Environment/Daemons
193 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
194 BuildRequires:  libgcrypt-devel, kernel-headers
195 Vendor:         collectd development team <collectd@verplant.org>
197 Requires(post):         chkconfig
198 Requires(preun):        chkconfig, initscripts
199 Requires(postun):       initscripts
201 %description
202 collectd is a small daemon which collects system information periodically and
203 provides mechanisms to monitor and store the values in a variety of ways. It
204 is written in C for performance. Since the daemon doesn't need to start up
205 every time it wants to update the values it's very fast and easy on the
206 system. Also, the statistics are very fine grained since the files are updated
207 every 10 seconds by default.
209 %if %{with_amqp}
210 %package amqp
211 Summary:        AMQP plugin for collectd
212 Group:          System Environment/Daemons
213 Requires:       %{name}%{?_isa} = %{version}-%{release}
214 BuildRequires:  librabbitmq-devel
215 %description amqp
216 The AMQP plugin transmits or receives values collected by collectd via the
217 Advanced Message Queuing Protocol (AMQP).
218 %endif
220 %if %{with_apache}
221 %package apache
222 Summary:        Apache plugin for collectd
223 Group:          System Environment/Daemons
224 Requires:       %{name}%{?_isa} = %{version}-%{release}
225 BuildRequires:  curl-devel
226 %description apache
227 This plugin collects data provided by Apache's `mod_status'.
228 %endif
230 %if %{with_aquaero}
231 %package aquaero
232 Summary:        aquaero plugin for collectd
233 Group:          System Environment/Daemons
234 Requires:       %{name}%{?_isa} = %{version}-%{release}
235 %description aquaero
236 Various sensors in the Aquaero 5 watercooling board made by Aquacomputer.
237 %endif
239 %if %{with_ascent}
240 %package ascent
241 Summary:        Ascent plugin for collectd
242 Group:          System Environment/Daemons
243 Requires:       %{name}%{?_isa} = %{version}-%{release}
244 BuildRequires:  libxml2-devel, curl-devel
245 %description ascent
246 The Ascent plugin reads and parses the statistics page of Ascent, a free and
247 open-source server software for the game World of Warcraft by Blizzard
248 Entertainment.
249 %endif
251 %if %{with_bind}
252 %package bind
253 Summary:        Bind plugin for collectd
254 Group:          System Environment/Daemons
255 Requires:       %{name}%{?_isa} = %{version}-%{release}
256 BuildRequires:  libxml2-devel, curl-devel
257 %description bind
258 The BIND plugin retrieves this information that's encoded in XML and provided
259 via HTTP and submits the values to collectd.
260 %endif
262 %if %{with_curl}
263 %package curl
264 Summary:        Curl plugin for collectd
265 Group:          System Environment/Daemons
266 Requires:       %{name}%{?_isa} = %{version}-%{release}
267 BuildRequires:  curl-devel
268 %description curl
269 The cURL plugin uses libcurl to read files and then parses them according to
270 the configuration.
271 %endif
273 %if %{with_curl_json}
274 %package curl_json
275 Summary:        Curl_json plugin for collectd
276 Group:          System Environment/Daemons
277 Requires:       %{name}%{?_isa} = %{version}-%{release}
278 BuildRequires:  curl-devel, yajl-devel
279 %description curl_json
280 The cURL-JSON plugin queries JavaScript Object Notation (JSON) data using the
281 cURL library and parses it according to the user's configuration.
282 %endif
284 %if %{with_curl_xml}
285 %package curl_xml
286 Summary:        Curl_xml plugin for collectd
287 Group:          System Environment/Daemons
288 Requires:       %{name}%{?_isa} = %{version}-%{release}
289 BuildRequires:  curl-devel, libxml2-devel
290 %description curl_xml
291 The cURL-XML plugin reads files using libcurl and parses it as Extensible
292 Markup Language (XML).
293 %endif
295 %if %{with_dbi}
296 %package dbi
297 Summary:        DBI plugin for collectd
298 Group:          System Environment/Daemons
299 Requires:       %{name}%{?_isa} = %{version}-%{release}
300 BuildRequires:  libdbi-devel
301 %description dbi
302 The DBI plugin uses libdbi, a database abstraction library, to execute SQL
303 statements on a database and read back the result.
304 %endif
306 %if %{with_dns}
307 %package dns
308 Summary:        DNS plugin for collectd
309 Group:          System Environment/Daemons
310 Requires:       %{name}%{?_isa} = %{version}-%{release}, libpcap >= 1.0
311 BuildRequires:  libpcap-devel >= 1.0
312 %description dns
313 The DNS plugin has a similar functionality to dnstop: It uses libpcap to get a
314 copy of all traffic from/to port UDP/53 (that's the DNS port), interprets the
315 packets and collects statistics of your DNS traffic.
316 %endif
318 %if %{with_email}
319 %package email
320 Summary:        Email plugin for collectd
321 Group:          System Environment/Daemons
322 Requires:       %{name}%{?_isa} = %{version}-%{release}, spamassassin
323 %description email
324 This plugin collects data provided by spamassassin.
325 %endif
327 %if %{with_gmond}
328 %package gmond
329 Summary:        Gmond plugin for collectd
330 Group:          System Environment/Daemons
331 Requires:       %{name}%{?_isa} = %{version}-%{release}
332 BuildRequires:  ganglia-devel
333 %description gmond
334 The gmond plugin subscribes to a Multicast group to receive data from gmond,
335 the client daemon of the Ganglia project.
336 %endif
338 %if %{with_hddtemp}
339 %package hddtemp
340 Summary:        Hddtemp plugin for collectd
341 Group:          System Environment/Daemons
342 Requires:       %{name}%{?_isa} = %{version}-%{release}, hddtemp
343 %description hddtemp
344 The HDDTemp plugin collects the temperature of hard disks. The temperatures are
345 provided via SMART and queried by the external hddtemp daemon.
346 %endif
348 %if %{with_ipmi}
349 %package ipmi
350 Summary:        IPMI plugin for collectd
351 Group:          System Environment/Daemons
352 Requires:       %{name}%{?_isa} = %{version}-%{release}
353 BuildRequires:  OpenIPMI-devel
354 %description ipmi
355 The IPMI plugin uses the OpenIPMI library to read hardware sensors from servers
356 using the Intelligent Platform Management Interface (IPMI).
357 %endif
359 %if %{with_iptables}
360 %package iptables
361 Summary:        IPtables plugin for collectd
362 Group:          System Environment/Daemons
363 Requires:       %{name}%{?_isa} = %{version}-%{release}
364 BuildRequires:  iptables-devel
365 %description iptables
366 The IPtables plugin can gather statistics from your ip_tables based packet
367 filter (aka. firewall) for both the IPv4 and the IPv6 protocol. It can collect
368 the byte- and packet-counters of selected rules and submit them to collectd.
369 %endif
371 %if %{with_java}
372 %package java
373 Summary:        Java plugin for collectd
374 Group:          System Environment/Daemons
375 Requires:       %{name}%{?_isa} = %{version}-%{release}
376 BuildRequires:  java-devel, jpackage-utils
377 Requires:       java, jpackage-utils
378 %description java
379 This plugin for collectd allows plugins to be written in Java and executed
380 in an embedded JVM.
381 %endif
383 %if %{with_libvirt}
384 %package libvirt
385 Summary:        Libvirt plugin for collectd
386 Group:          System Environment/Daemons
387 Requires:       %{name}%{?_isa} = %{version}-%{release}
388 BuildRequires:  libvirt-devel
389 %description libvirt
390 This plugin collects information from virtualized guests.
391 %endif
393 %if %{with_lvm}
394 %package lvm
395 Summary:        LVM plugin for collectd
396 Group:          System Environment/Daemons
397 Requires:       %{name}%{?_isa} = %{version}-%{release}
398 BuildRequires:  lvm2-devel
399 %description lvm
400 This plugin collects size of “Logical Volumes” (LV) and “Volume Groups” (VG)
401 of Linux' “Logical Volume Manager” (LVM).
402 %endif
404 %if %{with_memcachec}
405 %package memcachec
406 Summary:        Memcachec plugin for collectd
407 Group:          System Environment/Daemons
408 Requires:       %{name}%{?_isa} = %{version}-%{release}
409 BuildRequires:  libmemcached-devel
410 %description memcachec
411 The Memcachec plugin uses libmemcached to read statistics from a Memcached
412 instance. Note that another plugin, named `memcached', exists and does a
413 similar job, without requiring the installation of libmemcached.
414 %endif
416 %if %{with_mic}
417 %package mic
418 Summary:        mic plugin for collectd
419 Group:          System Environment/Daemons
420 Requires:       %{name}%{?_isa} = %{version}-%{release}
421 %description mic
422 The mic plugin collects CPU usage, memory usage, temperatures and power
423 consumption from Intel Many Integrated Core (MIC) CPUs.
424 %endif
426 %if %{with_modbus}
427 %package modbus
428 Summary:       modbus plugin for collectd
429 Group:         System Environment/Daemons
430 Requires:      %{name}%{?_isa} = %{version}-%{release}
431 BuildRequires:  libmodbus-devel
432 %description modbus
433 The modbus plugin collects values from Modbus/TCP enabled devices
434 %endif
436 %if %{with_mysql}
437 %package mysql
438 Summary:        MySQL plugin for collectd
439 Group:          System Environment/Daemons
440 Requires:       %{name}%{?_isa} = %{version}-%{release}
441 BuildRequires:  mysql-devel
442 %description mysql
443 MySQL querying plugin. This plugin provides data of issued commands, called
444 handlers and database traffic.
445 %endif
447 %if %{with_netlink}
448 %package netlink
449 Summary:        netlink plugin for collectd
450 Group:          System Environment/Daemons
451 Requires:       %{name}%{?_isa} = %{version}-%{release}
452 BuildRequires:  libmnl-devel
453 %description netlink
454 This plugin collects very detailed Linux network interface and routing
455 statistics.
456 %endif
458 %if %{with_nginx}
459 %package nginx
460 Summary:        Nginx plugin for collectd
461 Group:          System Environment/Daemons
462 Requires:       %{name}%{?_isa} = %{version}-%{release}
463 BuildRequires:  curl-devel
464 %description nginx
465 This plugin gets data provided by nginx.
466 %endif
468 %if %{with_notify_desktop}
469 %package notify_desktop
470 Summary:        Notify_desktop plugin for collectd
471 Group:          System Environment/Daemons
472 Requires:       %{name}%{?_isa} = %{version}-%{release}
473 BuildRequires:  libnotify-devel, gtk2-devel
474 %description notify_desktop
475 The Notify Desktop plugin uses libnotify to display notifications to the user
476 via the desktop notification specification, i. e. on an X display.
477 %endif
479 %if %{with_notify_email}
480 %package notify_email
481 Summary:        Notify_email plugin for collectd
482 Group:          System Environment/Daemons
483 Requires:       %{name}%{?_isa} = %{version}-%{release}
484 BuildRequires:  libesmtp-devel
485 %description notify_email
486 The Notify Email plugin uses libESMTP to send notifications to a configured
487 email address.
488 %endif
490 %if %{with_nut}
491 %package nut
492 Summary:        Nut plugin for collectd
493 Group:          System Environment/Daemons
494 Requires:       %{name}%{?_isa} = %{version}-%{release}
495 BuildRequires:  nut-devel
496 %description nut
497 This plugin for collectd provides Network UPS Tools support.
498 %endif
500 %if %{with_perl}
501 %package perl
502 Summary:        Perl plugin for collectd
503 Group:          System Environment/Daemons
504 Requires:       %{name}%{?_isa} = %{version}-%{release}
505 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
506 %if 0%{?rhel} >= 6
507 BuildRequires:  perl-ExtUtils-Embed
508 %else
509 BuildRequires:  perl
510 %endif
511 %description perl
512 The Perl plugin embeds a Perl interpreter into collectd and exposes the
513 application programming interface (API) to Perl-scripts.
514 %endif
516 %if %{with_pinba}
517 %package pinba
518 Summary:        Pinba plugin for collectd
519 Group:          System Environment/Daemons
520 Requires:       %{name}%{?_isa} = %{version}-%{release}
521 BuildRequires:  protobuf-c-devel
522 %description pinba
523 The Pinba plugin receives and dispatches timing values from Pinba, a profiling
524 extension for PHP.
525 %endif
527 %if %{with_ping}
528 %package ping
529 Summary:        Ping plugin for collectd
530 Group:          System Environment/Daemons
531 Requires:       %{name}%{?_isa} = %{version}-%{release}
532 BuildRequires:  liboping-devel
533 %description ping
534 The Ping plugin measures network latency using ICMP “echo requests”, usually
535 known as “ping”.
536 %endif
538 %if %{with_postgresql}
539 %package postgresql
540 Summary:        PostgreSQL plugin for collectd
541 Group:          System Environment/Daemons
542 Requires:       %{name}%{?_isa} = %{version}-%{release}
543 BuildRequires:  postgresql-devel
544 %description postgresql
545 The PostgreSQL plugin connects to and executes SQL statements on a PostgreSQL
546 database.
547 %endif
549 %if %{with_python}
550 %package python
551 Summary:        Python plugin for collectd
552 Group:          System Environment/Daemons
553 Requires:       %{name}%{?_isa} = %{version}-%{release}
554 %if 0%{?rhel} >= 6
555 BuildRequires: python-devel
556 %else
557 BuildRequires: python26-devel
558 %endif
559 %description python
560 The Python plugin embeds a Python interpreter into collectd and exposes the
561 application programming interface (API) to Python-scripts.
562 %endif
564 %if %{with_redis}
565 %package redis
566 Summary:        Redis plugin for collectd
567 Group:          System Environment/Daemons
568 Requires:       %{name}%{?_isa} = %{version}-%{release}
569 BuildRequires:  credis-devel
570 %description redis
571 The Redis plugin connects to one or more instances of Redis, a key-value store,
572 and collects usage information using the credis library.
573 %endif
575 %if %{with_rrdcached}
576 %package rrdcached
577 Summary:        RRDCached plugin for collectd
578 Group:          System Environment/Daemons
579 Requires:       %{name}%{?_isa} = %{version}-%{release}, rrdtool >= 1.4
580 BuildRequires:  rrdtool-devel
581 %description rrdcached
582 The RRDCacheD plugin connects to the “RRD caching daemon”, rrdcached and
583 submits updates for RRD files to that daemon.
584 %endif
586 %if %{with_rrdtool}
587 %package rrdtool
588 Summary:        RRDtool plugin for collectd
589 Group:          System Environment/Daemons
590 Requires:       %{name}%{?_isa} = %{version}-%{release}
591 BuildRequires:  rrdtool-devel
592 %description rrdtool
593 The RRDtool plugin writes values to RRD-files using librrd.
594 %endif
596 %if %{with_sensors}
597 %package sensors
598 Summary:        Sensors plugin for collectd
599 Group:          System Environment/Daemons
600 Requires:       %{name}%{?_isa} = %{version}-%{release}
601 BuildRequires:  lm_sensors-devel
602 %description sensors
603 This plugin for collectd provides querying of sensors supported by lm_sensors.
604 %endif
606 %if %{with_sigrok}
607 %package sigrok
608 Summary:        sigrok plugin for collectd
609 Group:          System Environment/Daemons
610 Requires:       %{name}%{?_isa} = %{version}-%{release}
611 %description sigrok
612 Uses libsigrok as a backend, allowing any sigrok-supported device to have its
613 measurements fed to collectd. This includes multimeters, sound level meters,
614 thermometers, and much more.
615 %endif
617 %if %{with_snmp}
618 %package snmp
619 Summary:        SNMP plugin for collectd
620 Group:          System Environment/Daemons
621 Requires:       %{name}%{?_isa} = %{version}-%{release}
622 BuildRequires:  net-snmp-devel
623 %description snmp
624 This plugin for collectd allows querying of network equipment using SNMP.
625 %endif
627 %if %{with_varnish}
628 %package varnish
629 Summary:        Varnish plugin for collectd
630 Group:          System Environment/Daemons
631 Requires:       %{name}%{?_isa} = %{version}-%{release}
632 BuildRequires:  varnish-libs-devel
633 %description varnish
634 The Varnish plugin collects information about Varnish, an HTTP accelerator.
635 %endif
637 %if %{with_write_http}
638 %package write_http
639 Summary:        Write-HTTP plugin for collectd
640 Group:          System Environment/Daemons
641 Requires:       %{name}%{?_isa} = %{version}-%{release}
642 BuildRequires:  curl-devel
643 %description write_http
644 The Write-HTTP plugin sends the values collected by collectd to a web-server
645 using HTTP POST requests.
646 %endif
648 %if %{with_write_redis}
649 %package write_redis
650 Summary:        Write-Redis plugin for collectd
651 Group:          System Environment/Daemons
652 Requires:       %{name}%{?_isa} = %{version}-%{release}
653 BuildRequires:  credis-devel
654 %description write_redis
655 The Write Redis plugin stores values in Redis, a “data structures server”.
656 %endif
658 %if %{with_write_riemann}
659 %package write_riemann
660 Summary:        riemann plugin for collectd
661 Group:          System Environment/Daemons
662 Requires:       %{name}%{?_isa} = %{version}-%{release}
663 BuildRequires:  protobuf-c-devel
664 %description write_riemann
665 The riemann plugin submits values to Riemann, an event stream processor.
666 %endif
668 %package collection3
669 Summary:        Web-based viewer for collectd
670 Group:          System Environment/Daemons
671 Requires:       %{name}%{?_isa} = %{version}-%{release}
672 Requires: httpd
673 %description collection3
674 collection3 is a graphing front-end for the RRD files created by and filled
675 with collectd. It is written in Perl and should be run as an CGI-script.
676 Graphs are generated on-the-fly, so no cron job or similar is necessary.
678 %package php-collection
679 Summary:        collect php webfrontent
680 Group:          System Environment/Daemons
681 Requires:       collectd = %{version}-%{release}
682 Requires:       httpd
683 Requires:       php
684 Requires:       php-rrdtool
685 %description php-collection
686 PHP graphing frontend for RRD files created by and filled with collectd.
688 %package contrib
689 Summary:        Contrib files for collectd
690 Group:          System Environment/Daemons
691 Requires:       %{name}%{?_isa} = %{version}-%{release}
692 %description contrib
693 All the files found under contrib/ in the source tree are bundled in this
694 package.
696 %package -n libcollectdclient
697 Summary:        Collectd client library
698 Group:          System Environment/Daemons
699 %description -n libcollectdclient
700 Collectd client library
702 %package -n libcollectdclient-devel
703 Summary:        Development files for libcollectdclient
704 Group:          System Environment/Daemons
705 Requires:       pkgconfig
706 Requires:       libcollectdclient%{?_isa} = %{version}-%{release}
707 %description -n libcollectdclient-devel
708 Development files for libcollectdclient
711 %prep
712 %setup -q
714 %build
715 %if %{with_aggregation}
716 %define _with_aggregation --enable-aggregation
717 %else
718 %define _with_aggregation --disable-aggregation
719 %endif
721 %if %{with_amqp}
722 %define _with_amqp --enable-amqp
723 %else
724 %define _with_amqp --disable-amqp
725 %endif
727 %if %{with_apache}
728 %define _with_apache --enable-apache
729 %else
730 %define _with_apache --disable-apache
731 %endif
733 %if %{with_apcups}
734 %define _with_apcups --enable-apcups
735 %else
736 %define _with_apcups --disable-apcups
737 %endif
739 %if %{with_apple_sensors}
740 %define _with_apple_sensors --enable-apple_sensors
741 %else
742 %define _with_apple_sensors --disable-apple_sensors
743 %endif
745 %if %{with_aquaero}
746 %define _with_aquaero --enable-aquaero
747 %else
748 %define _with_aquaero --disable-aquaero
749 %endif
751 %if %{with_ascent}
752 %define _with_ascent --enable-ascent
753 %else
754 %define _with_ascent --disable-ascent
755 %endif
757 %if %{with_battery}
758 %define _with_battery --enable-battery
759 %else
760 %define _with_battery --disable-battery
761 %endif
763 %if %{with_bind}
764 %define _with_bind --enable-bind
765 %else
766 %define _with_bind --disable-bind
767 %endif
769 %if %{with_cgroups}
770 %define _with_cgroups --enable-cgroups
771 %else
772 %define _with_cgroups --disable-cgroups
773 %endif
775 %if %{with_conntrack}
776 %define _with_conntrack --enable-conntrack
777 %else
778 %define _with_conntrack --disable-conntrack
779 %endif
781 %if %{with_contextswitch}
782 %define _with_contextswitch --enable-contextswitch
783 %else
784 %define _with_contextswitch --disable-contextswitch
785 %endif
787 %if %{with_cpu}
788 %define _with_cpu --enable-cpu
789 %else
790 %define _with_cpu --disable-cpu
791 %endif
793 %if %{with_cpufreq}
794 %define _with_cpufreq --enable-cpufreq
795 %else
796 %define _with_cpufreq --disable-cpufreq
797 %endif
799 %if %{with_csv}
800 %define _with_csv --enable-csv
801 %else
802 %define _with_csv --disable-csv
803 %endif
805 %if %{with_curl}
806 %define _with_curl --enable-curl
807 %else
808 %define _with_curl --disable-curl
809 %endif
811 %if %{with_curl_json}
812 %define _with_curl_json --enable-curl_json
813 %else
814 %define _with_curl_json --disable-curl_json
815 %endif
817 %if %{with_curl_xml}
818 %define _with_curl_xml --enable-curl_xml
819 %else
820 %define _with_curl_xml --disable-curl_xml
821 %endif
823 %if %{with_dbi}
824 %define _with_dbi --enable-dbi
825 %else
826 %define _with_dbi --disable-dbi --without-libdbi
827 %endif
829 %if %{with_df}
830 %define _with_df --enable-df
831 %else
832 %define _with_df --disable-df
833 %endif
835 %if %{with_disk}
836 %define _with_disk --enable-disk
837 %else
838 %define _with_disk --disable-disk
839 %endif
841 %if %{with_dns}
842 %define _with_dns --enable-dns
843 %else
844 %define _with_dns --disable-dns
845 %endif
847 %if %{with_email}
848 %define _with_email --enable-email
849 %else
850 %define _with_email --disable-email
851 %endif
853 %if %{with_entropy}
854 %define _with_entropy --enable-entropy
855 %else
856 %define _with_entropy --disable-entropy
857 %endif
859 %if %{with_ethstat}
860 %define _with_ethstat --enable-ethstat
861 %else
862 %define _with_ethstat --disable-ethstat
863 %endif
865 %if %{with_exec}
866 %define _with_exec --enable-exec
867 %else
868 %define _with_exec --disable-exec
869 %endif
871 %if %{with_filecount}
872 %define _with_filecount --enable-filecount
873 %else
874 %define _with_filecount --disable-filecount
875 %endif
877 %if %{with_fscache}
878 %define _with_fscache --enable-fscache
879 %else
880 %define _with_fscache --disable-fscache
881 %endif
883 %if %{with_gmond}
884 %define _with_gmond --enable-gmond
885 %else
886 %define _with_gmond --disable-gmond
887 %endif
889 %if %{with_hddtemp}
890 %define _with_hddtemp --enable-hddtemp
891 %else
892 %define _with_hddtemp --disable-hddtemp
893 %endif
895 %if %{with_interface}
896 %define _with_interface --enable-interface
897 %else
898 %define _with_interface --disable-interface
899 %endif
901 %if %{with_ipmi}
902 %define _with_ipmi --enable-ipmi
903 %else
904 %define _with_ipmi --disable-ipmi
905 %endif
907 %if %{with_iptables}
908 %define _with_iptables --enable-iptables
909 %else
910 %define _with_iptables --disable-iptables
911 %endif
913 %if %{with_ipvs}
914 %define _with_ipvs --enable-ipvs
915 %else
916 %define _with_ipvs --disable-ipvs
917 %endif
919 %if %{with_irq}
920 %define _with_irq --enable-irq
921 %else
922 %define _with_irq --disable-irq
923 %endif
925 %if %{with_java}
926 %define _with_java --enable-java --with-java=%{java_home}/
927 %else
928 %define _with_java --disable-java
929 %endif
931 %if %{with_libvirt}
932 %define _with_libvirt --enable-libvirt
933 %else
934 %define _with_libvirt --disable-libvirt
935 %endif
937 %if %{with_load}
938 %define _with_load --enable-load
939 %else
940 %define _with_load --disable-load
941 %endif
943 %if %{with_logfile}
944 %define _with_logfile --enable-logfile
945 %else
946 %define _with_logfile --disable-logfile
947 %endif
949 %if %{with_lpar}
950 %define _with_lpar --enable-lpar
951 %else
952 %define _with_lpar --disable-lpar
953 %endif
955 %if %{with_lvm}
956 %define _with_lvm --enable-lvm
957 %else
958 %define _with_lvm --disable-lvm
959 %endif
961 %if %{with_madwifi}
962 %define _with_madwifi --enable-madwifi
963 %else
964 %define _with_madwifi --disable-madwifi
965 %endif
967 %if %{with_mbmon}
968 %define _with_mbmon --enable-mbmon
969 %else
970 %define _with_mbmon --disable-mbmon
971 %endif
973 %if %{with_md}
974 %define _with_md --enable-md
975 %else
976 %define _with_md --disable-md
977 %endif
979 %if %{with_memcachec}
980 %define _with_memcachec --enable-memcachec
981 %else
982 %define _with_memcachec --disable-memcachec
983 %endif
985 %if %{with_memcached}
986 %define _with_memcached --enable-memcached
987 %else
988 %define _with_memcached --disable-memcached
989 %endif
991 %if %{with_memory}
992 %define _with_memory --enable-memory
993 %else
994 %define _with_memory --disable-memory
995 %endif
997 %if %{with_mic}
998 %define _with_mic --enable-mic
999 %else
1000 %define _with_mic --disable-mic
1001 %endif
1003 %if %{with_modbus}
1004 %define _with_modbus --enable-modbus
1005 %else
1006 %define _with_modbus --disable-modbus
1007 %endif
1009 %if %{with_multimeter}
1010 %define _with_multimeter --enable-multimeter
1011 %else
1012 %define _with_multimeter --disable-multimeter
1013 %endif
1015 %if %{with_modbus}
1016 %define _with_modbus --enable-modbus
1017 %else
1018 %define _with_modbus --disable-modbus
1019 %endif
1021 %if %{with_mysql}
1022 %define _with_mysql --enable-mysql
1023 %else
1024 %define _with_mysql --disable-mysql
1025 %endif
1027 %if %{with_netapp}
1028 %define _with_netapp --enable-netapp
1029 %else
1030 %define _with_netapp --disable-netapp
1031 %endif
1033 %if %{with_netlink}
1034 %define _with_netlink --enable-netlink
1035 %else
1036 %define _with_netlink --disable-netlink
1037 %endif
1039 %if %{with_network}
1040 %define _with_network --enable-network
1041 %else
1042 %define _with_network --disable-network
1043 %endif
1045 %if %{with_nfs}
1046 %define _with_nfs --enable-nfs
1047 %else
1048 %define _with_nfs --disable-nfs
1049 %endif
1051 %if %{with_nginx}
1052 %define _with_nginx --enable-nginx
1053 %else
1054 %define _with_nginx --disable-nginx
1055 %endif
1057 %if %{with_notify_desktop}
1058 %define _with_notify_desktop --enable-notify_desktop
1059 %else
1060 %define _with_notify_desktop --disable-notify_desktop
1061 %endif
1063 %if %{with_notify_email}
1064 %define _with_notify_email --enable-notify_email
1065 %else
1066 %define _with_notify_email --disable-notify_email --without-libesmpt
1067 %endif
1069 %if %{with_ntpd}
1070 %define _with_ntpd --enable-ntpd
1071 %else
1072 %define _with_ntpd --disable-ntpd
1073 %endif
1075 %if %{with_numa}
1076 %define _with_numa --enable-numa
1077 %else
1078 %define _with_numa --disable-numa
1079 %endif
1081 %if %{with_nut}
1082 %define _with_nut --enable-nut
1083 %else
1084 %define _with_nut --disable-nut
1085 %endif
1087 %if %{with_olsrd}
1088 %define _with_olsrd --enable-olsrd
1089 %else
1090 %define _with_olsrd --disable-olsrd
1091 %endif
1093 %if %{with_onewire}
1094 %define _with_onewire --enable-onewire
1095 %else
1096 %define _with_onewire --disable-onewire
1097 %endif
1099 %if %{with_openvpn}
1100 %define _with_openvpn --enable-openvpn
1101 %else
1102 %define _with_openvpn --disable-openvpn
1103 %endif
1105 %if %{with_oracle}
1106 %define _with_oracle --enable-oracle
1107 %else
1108 %define _with_oracle --disable-oracle
1109 %endif
1111 %if %{with_perl}
1112 %define _with_perl --enable-perl --with-perl-bindings="INSTALLDIRS=vendor"
1113 %else
1114 %define _with_perl --disable-perl --without-libperl
1115 %endif
1117 %if %{with_pf}
1118 %define _with_pf --enable-pf
1119 %else
1120 %define _with_pf --disable-pf
1121 %endif
1123 %if %{with_pinba}
1124 %define _with_pinba --enable-pinba
1125 %else
1126 %define _with_pinba --disable-pinba
1127 %endif
1129 %if %{with_ping}
1130 %define _with_ping --enable-ping
1131 %else
1132 %define _with_ping --disable-ping
1133 %endif
1135 %if %{with_postgresql}
1136 %define _with_postgresql --enable-postgresql
1137 %else
1138 %define _with_postgresql --disable-postgresql
1139 %endif
1141 %if %{with_powerdns}
1142 %define _with_powerdns --enable-powerdns
1143 %else
1144 %define _with_powerdns --disable-powerdns
1145 %endif
1147 %if %{with_processes}
1148 %define _with_processes --enable-processes
1149 %else
1150 %define _with_processes --disable-processes
1151 %endif
1153 %if %{with_protocols}
1154 %define _with_protocols --enable-protocols
1155 %else
1156 %define _with_protocols --disable-protocols
1157 %endif
1159 %if %{with_python}
1160 %if 0%{?rhel} >= 6
1161 %define _with_python --enable-python
1162 %else
1163 %define _with_python --enable-python --with-python=%{_bindir}/python2.6
1164 %endif
1165 %else
1166 %define _with_python --disable-python
1167 %endif
1169 %if %{with_redis}
1170 %define _with_redis --enable-redis
1171 %else
1172 %define _with_redis --disable-redis
1173 %endif
1175 %if %{with_routeros}
1176 %define _with_routeros --enable-routeros
1177 %else
1178 %define _with_routeros --disable-routeros
1179 %endif
1181 %if %{with_rrdcached}
1182 %define _with_rrdcached --enable-rrdcached
1183 %else
1184 %define _with_rrdcached --disable-rrdcached
1185 %endif
1187 %if %{with_rrdtool}
1188 %define _with_rrdtool --enable-rrdtool
1189 %else
1190 %define _with_rrdtool --disable-rrdtool
1191 %endif
1193 %if %{with_sensors}
1194 %define _with_sensors --enable-sensors
1195 %else
1196 %define _with_sensors --disable-sensors
1197 %endif
1199 %if %{with_serial}
1200 %define _with_serial --enable-serial
1201 %else
1202 %define _with_serial --disable-serial
1203 %endif
1205 %if %{with_sigrok}
1206 %define _with_sigrok --enable-sigrok
1207 %else
1208 %define _with_sigrok --disable-sigrok
1209 %endif
1211 %if %{with_snmp}
1212 %define _with_snmp --enable-snmp
1213 %else
1214 %define _with_snmp --disable-snmp
1215 %endif
1217 %if %{with_statsd}
1218 %define _with_statsd --enable-statsd
1219 %else
1220 %define _with_statsd --disable-statsd
1221 %endif
1223 %if %{with_swap}
1224 %define _with_swap --enable-swap
1225 %else
1226 %define _with_swap --disable-swap
1227 %endif
1229 %if %{with_syslog}
1230 %define _with_syslog --enable-syslog
1231 %else
1232 %define _with_syslog --disable-syslog
1233 %endif
1235 %if %{with_table}
1236 %define _with_table --enable-table
1237 %else
1238 %define _with_table --disable-table
1239 %endif
1241 %if %{with_tail}
1242 %define _with_tail --enable-tail
1243 %else
1244 %define _with_tail --disable-tail
1245 %endif
1247 %if %{with_tail_csv}
1248 %define _with_tail_csv --enable-tail_csv
1249 %else
1250 %define _with_tail_csv --disable-tail_csv
1251 %endif
1253 %if %{with_tape}
1254 %define _with_tape --enable-tape
1255 %else
1256 %define _with_tape --disable-tape
1257 %endif
1259 %if %{with_tcpconns}
1260 %define _with_tcpconns --enable-tcpconns
1261 %else
1262 %define _with_tcpconns --disable-tcpconns
1263 %endif
1265 %if %{with_teamspeak2}
1266 %define _with_teamspeak2 --enable-teamspeak2
1267 %else
1268 %define _with_teamspeak2 --disable-teamspeak2
1269 %endif
1271 %if %{with_ted}
1272 %define _with_ted --enable-ted
1273 %else
1274 %define _with_ted --disable-ted
1275 %endif
1277 %if %{with_thermal}
1278 %define _with_thermal --enable-thermal
1279 %else
1280 %define _with_thermal --disable-thermal
1281 %endif
1283 %if %{with_threshold}
1284 %define _with_threshold --enable-threshold
1285 %else
1286 %define _with_threshold --disable-threshold
1287 %endif
1289 %if %{with_tokyotyrant}
1290 %define _with_tokyotyrant --enable-tokyotyrant
1291 %else
1292 %define _with_tokyotyrant --disable-tokyotyrant
1293 %endif
1295 %if %{with_unixsock}
1296 %define _with_unixsock --enable-unixsock
1297 %else
1298 %define _with_unixsock --disable-unixsock
1299 %endif
1301 %if %{with_uptime}
1302 %define _with_uptime --enable-uptime
1303 %else
1304 %define _with_uptime --disable-uptime
1305 %endif
1307 %if %{with_users}
1308 %define _with_users --enable-users
1309 %else
1310 %define _with_users --disable-users
1311 %endif
1313 %if %{with_uuid}
1314 %define _with_uuid --enable-uuid
1315 %else
1316 %define _with_uuid --disable-uuid
1317 %endif
1319 %if %{with_varnish}
1320 %define _with_varnish --enable-varnish
1321 %else
1322 %define _with_varnish --disable-varnish
1323 %endif
1325 %if %{with_vmem}
1326 %define _with_vmem --enable-vmem
1327 %else
1328 %define _with_vmem --disable-vmem
1329 %endif
1331 %if %{with_vserver}
1332 %define _with_vserver --enable-vserver
1333 %else
1334 %define _with_vserver --disable-vserver
1335 %endif
1337 %if %{with_wireless}
1338 %define _with_wireless --enable-wireless
1339 %else
1340 %define _with_wireless --disable-wireless
1341 %endif
1343 %if %{with_write_graphite}
1344 %define _with_write_graphite --enable-write_graphite
1345 %else
1346 %define _with_write_graphite --disable-write_graphite
1347 %endif
1349 %if %{with_write_http}
1350 %define _with_write_http --enable-write_http
1351 %else
1352 %define _with_write_http --disable-write_http
1353 %endif
1355 %if %{with_write_mongodb}
1356 %define _with_write_mongodb --enable-write_mongodb
1357 %else
1358 %define _with_write_mongodb --disable-write_mongodb --without-libmongoc
1359 %endif
1361 %if %{with_write_redis}
1362 %define _with_write_redis --enable-write_redis
1363 %else
1364 %define _with_write_redis --disable-write_redis --without-libcredis
1365 %endif
1367 %if %{with_write_riemann}
1368 %define _with_write_riemann --enable-write_riemann
1369 %else
1370 %define _with_write_riemann --disable-write_riemann
1371 %endif
1373 %if %{with_xmms}
1374 %define _with_xmms --enable-xmms
1375 %else
1376 %define _with_xmms --disable-xmms
1377 %endif
1379 %if %{with_zfs_arc}
1380 %define _with_zfs_arc --enable-zfs_arc
1381 %else
1382 %define _with_zfs_arc --disable-zfs_arc
1383 %endif
1385 %configure CFLAGS="%{optflags} -DLT_LAZY_OR_NOW=\"RTLD_LAZY|RTLD_GLOBAL\"" \
1386         --disable-static \
1387         --without-included-ltdl \
1388         --enable-all-plugins=yes \
1389         --enable-match_empty_counter \
1390         --enable-match_hashed \
1391         --enable-match_regex \
1392         --enable-match_timediff \
1393         --enable-match_value \
1394         --enable-target_notification \
1395         --enable-target_replace \
1396         --enable-target_scale \
1397         --enable-target_set \
1398         --enable-target_v5upgrade \
1399         %{?_with_aggregation} \
1400         %{?_with_amqp} \
1401         %{?_with_apache} \
1402         %{?_with_apcups} \
1403         %{?_with_apple_sensors} \
1404         %{?_with_aquaero} \
1405         %{?_with_ascent} \
1406         %{?_with_battery} \
1407         %{?_with_bind} \
1408         %{?_with_cgroups} \
1409         %{?_with_conntrack} \
1410         %{?_with_contextswitch} \
1411         %{?_with_cpu} \
1412         %{?_with_cpufreq} \
1413         %{?_with_csv} \
1414         %{?_with_curl} \
1415         %{?_with_curl_json} \
1416         %{?_with_curl_xml} \
1417         %{?_with_dbi} \
1418         %{?_with_df} \
1419         %{?_with_disk} \
1420         %{?_with_dns} \
1421         %{?_with_email} \
1422         %{?_with_entropy} \
1423         %{?_with_ethstat} \
1424         %{?_with_exec} \
1425         %{?_with_filecount} \
1426         %{?_with_fscache} \
1427         %{?_with_gmond} \
1428         %{?_with_hddtemp} \
1429         %{?_with_interface} \
1430         %{?_with_ipmi} \
1431         %{?_with_iptables} \
1432         %{?_with_ipvs} \
1433         %{?_with_java} \
1434         %{?_with_libvirt} \
1435         %{?_with_lpar} \
1436         %{?_with_lvm} \
1437         %{?_with_memcachec} \
1438         %{?_with_mic} \
1439         %{?_with_modbus} \
1440         %{?_with_multimeter} \
1441         %{?_with_mysql} \
1442         %{?_with_netapp} \
1443         %{?_with_netlink} \
1444         %{?_with_nginx} \
1445         %{?_with_notify_desktop} \
1446         %{?_with_notify_email} \
1447         %{?_with_nut} \
1448         %{?_with_onewire} \
1449         %{?_with_oracle} \
1450         %{?_with_perl} \
1451         %{?_with_pf} \
1452         %{?_with_pinba} \
1453         %{?_with_ping} \
1454         %{?_with_postgresql} \
1455         %{?_with_python} \
1456         %{?_with_redis} \
1457         %{?_with_routeros} \
1458         %{?_with_rrdcached} \
1459         %{?_with_rrdtool} \
1460         %{?_with_sensors} \
1461         %{?_with_sigrok} \
1462         %{?_with_snmp} \
1463         %{?_with_tape} \
1464         %{?_with_tokyotyrant} \
1465         %{?_with_varnish} \
1466         %{?_with_write_http} \
1467         %{?_with_write_mongodb} \
1468         %{?_with_write_redis} \
1469         %{?_with_xmms} \
1470         %{?_with_zfs_arc} \
1471         %{?_with_irq} \
1472         %{?_with_load} \
1473         %{?_with_logfile} \
1474         %{?_with_madwifi} \
1475         %{?_with_mbmon} \
1476         %{?_with_md} \
1477         %{?_with_memcached} \
1478         %{?_with_memory} \
1479         %{?_with_network} \
1480         %{?_with_nfs} \
1481         %{?_with_ntpd} \
1482         %{?_with_numa} \
1483         %{?_with_olsrd} \
1484         %{?_with_openvpn} \
1485         %{?_with_powerdns} \
1486         %{?_with_processes} \
1487         %{?_with_protocols} \
1488         %{?_with_serial} \
1489         %{?_with_statsd} \
1490         %{?_with_swap} \
1491         %{?_with_syslog} \
1492         %{?_with_table} \
1493         %{?_with_tail} \
1494         %{?_with_tail_csv} \
1495         %{?_with_tcpconns} \
1496         %{?_with_teamspeak2} \
1497         %{?_with_ted} \
1498         %{?_with_thermal} \
1499         %{?_with_threshold} \
1500         %{?_with_unixsock} \
1501         %{?_with_uptime} \
1502         %{?_with_users} \
1503         %{?_with_uuid} \
1504         %{?_with_vmem} \
1505         %{?_with_vserver} \
1506         %{?_with_wireless}\
1507         %{?_with_write_graphite} \
1508         %{?_with_write_http} \
1509         %{?_with_write_riemann}
1512 %{__make} %{?_smp_mflags}
1515 %install
1516 rm -rf %{buildroot}
1517 %{__make} install DESTDIR=%{buildroot}
1518 %{__install} -Dp -m 0755 contrib/redhat/init.d-collectd %{buildroot}%{_initrddir}/collectd
1519 %{__install} -Dp -m0644 src/collectd.conf %{buildroot}%{_sysconfdir}/collectd.conf
1520 %{__install} -d %{buildroot}%{_sharedstatedir}/collectd/
1521 %{__install} -d %{buildroot}%{_sysconfdir}/collectd.d/
1523 %{__mkdir} -p %{buildroot}%{_localstatedir}/www
1524 %{__mkdir} -p %{buildroot}/%{_sysconfdir}/httpd/conf.d
1526 %{__cp} -a contrib/collection3 %{buildroot}%{_localstatedir}/www
1527 %{__cp} -a contrib/redhat/collection3.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1529 %{__cp} -a contrib/php-collection %{buildroot}%{_localstatedir}/www
1530 %{__cp} -a contrib/redhat/php-collection.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1532 ### Clean up docs
1533 find contrib/ -type f -exec %{__chmod} a-x {} \;
1534 # *.la files shouldn't be distributed.
1535 rm -f %{buildroot}/%{_libdir}/{collectd/,}*.la
1537 # Move the Perl examples to a separate directory.
1538 mkdir perl-examples
1539 find contrib -name '*.p[lm]' -exec mv {} perl-examples/ \;
1541 # Remove Perl hidden .packlist files.
1542 find %{buildroot} -type f -name .packlist -delete
1543 # Remove Perl temporary file perllocal.pod
1544 find %{buildroot} -type f -name perllocal.pod -delete
1546 %if ! %{with_java}
1547 rm -f %{buildroot}%{_mandir}/man5/collectd-java.5*
1548 %endif
1550 %if ! %{with_perl}
1551 rm -f %{buildroot}%{_mandir}/man5/collectd-perl.5*
1552 rm -f %{buildroot}%{_mandir}/man3/Collectd::Unixsock.3pm*
1553 rm -fr perl-examples/
1554 rm -fr %{buildroot}/usr/lib/perl5/
1555 %endif
1557 %if ! %{with_python}
1558 rm -f %{buildroot}%{_mandir}/man5/collectd-python.5*
1559 %endif
1561 %if ! %{with_snmp}
1562 rm -f %{buildroot}%{_mandir}/man5/collectd-snmp.5*
1563 %endif
1566 %clean
1567 rm -rf %{buildroot}
1569 %post
1570 /sbin/chkconfig --add collectd
1572 %preun
1573 if [ $1 -eq 0 ]; then
1574         /sbin/service collectd stop &>/dev/null
1575         /sbin/chkconfig --del collectd
1576 fi
1578 %postun
1579 if [ $1 -ge 1 ]; then
1580         /sbin/service collectd condrestart &>/dev/null || :
1581 fi
1583 %post -n libcollectdclient -p /sbin/ldconfig
1584 %postun -n libcollectdclient -p /sbin/ldconfig
1587 %files
1588 %doc AUTHORS COPYING ChangeLog README
1589 %config(noreplace) %{_sysconfdir}/collectd.conf
1590 %{_initrddir}/collectd
1591 %{_sbindir}/collectd
1592 %{_bindir}/collectd-nagios
1593 %{_bindir}/collectd-tg
1594 %{_bindir}/collectdctl
1595 %{_sbindir}/collectdmon
1596 %{_datadir}/collectd/
1597 %{_sharedstatedir}/collectd
1598 %{_mandir}/man1/collectd-nagios.1*
1599 %{_mandir}/man1/collectd.1*
1600 %{_mandir}/man1/collectdctl.1*
1601 %{_mandir}/man1/collectdmon.1*
1602 %{_mandir}/man1/collectd-tg.1*
1603 %{_mandir}/man5/collectd-email.5*
1604 %{_mandir}/man5/collectd-exec.5*
1605 %{_mandir}/man5/collectd-threshold.5*
1606 %{_mandir}/man5/collectd-unixsock.5*
1607 %{_mandir}/man5/collectd.conf.5*
1608 %{_mandir}/man5/types.db.5*
1610 # all plugins bundled with the main collectd package
1611 %{_libdir}/%{name}/match_empty_counter.so
1612 %{_libdir}/%{name}/match_hashed.so
1613 %{_libdir}/%{name}/match_regex.so
1614 %{_libdir}/%{name}/match_timediff.so
1615 %{_libdir}/%{name}/match_value.so
1616 %{_libdir}/%{name}/target_notification.so
1617 %{_libdir}/%{name}/target_replace.so
1618 %{_libdir}/%{name}/target_scale.so
1619 %{_libdir}/%{name}/target_set.so
1620 %{_libdir}/%{name}/target_v5upgrade.so
1622 %if %{with_aggregation}
1623 %{_libdir}/%{name}/aggregation.so
1624 %endif
1625 %if %{with_apcups}
1626 %{_libdir}/%{name}/apcups.so
1627 %endif
1628 %if %{with_battery}
1629 %{_libdir}/%{name}/battery.so
1630 %endif
1631 %if %{with_cgroups}
1632 %{_libdir}/%{name}/cgroups.so
1633 %endif
1634 %if %{with_conntrack}
1635 %{_libdir}/%{name}/conntrack.so
1636 %endif
1637 %if %{with_contextswitch}
1638 %{_libdir}/%{name}/contextswitch.so
1639 %endif
1640 %if %{with_cpu}
1641 %{_libdir}/%{name}/cpu.so
1642 %endif
1643 %if %{with_cpufreq}
1644 %{_libdir}/%{name}/cpufreq.so
1645 %endif
1646 %if %{with_csv}
1647 %{_libdir}/%{name}/csv.so
1648 %endif
1649 %if %{with_df}
1650 %{_libdir}/%{name}/df.so
1651 %endif
1652 %if %{with_disk}
1653 %{_libdir}/%{name}/disk.so
1654 %endif
1655 %if %{with_ethstat}
1656 %{_libdir}/%{name}/ethstat.so
1657 %endif
1658 %if %{with_entropy}
1659 %{_libdir}/%{name}/entropy.so
1660 %endif
1661 %if %{with_exec}
1662 %{_libdir}/%{name}/exec.so
1663 %endif
1664 %if %{with_filecount}
1665 %{_libdir}/%{name}/filecount.so
1666 %endif
1667 %if %{with_fscache}
1668 %{_libdir}/%{name}/fscache.so
1669 %endif
1670 %if %{with_interface}
1671 %{_libdir}/%{name}/interface.so
1672 %endif
1673 %if %{with_ipvs}
1674 %{_libdir}/%{name}/ipvs.so
1675 %endif
1676 %if %{with_irq}
1677 %{_libdir}/%{name}/irq.so
1678 %endif
1679 %if %{with_load}
1680 %{_libdir}/%{name}/load.so
1681 %endif
1682 %if %{with_logfile}
1683 %{_libdir}/%{name}/logfile.so
1684 %endif
1685 %if %{with_madwifi}
1686 %{_libdir}/%{name}/madwifi.so
1687 %endif
1688 %if %{with_mbmon}
1689 %{_libdir}/%{name}/mbmon.so
1690 %endif
1691 %if %{with_md}
1692 %{_libdir}/%{name}/md.so
1693 %endif
1694 %if %{with_memcached}
1695 %{_libdir}/%{name}/memcached.so
1696 %endif
1697 %if %{with_memory}
1698 %{_libdir}/%{name}/memory.so
1699 %endif
1700 %if %{with_multimeter}
1701 %{_libdir}/%{name}/multimeter.so
1702 %endif
1703 %if %{with_network}
1704 %{_libdir}/%{name}/network.so
1705 %endif
1706 %if %{with_nfs}
1707 %{_libdir}/%{name}/nfs.so
1708 %endif
1709 %if %{with_ntpd}
1710 %{_libdir}/%{name}/ntpd.so
1711 %endif
1712 %if %{with_numa}
1713 %{_libdir}/%{name}/numa.so
1714 %endif
1715 %if %{with_openvpn}
1716 %{_libdir}/%{name}/openvpn.so
1717 %endif
1718 %if %{with_olsrd}
1719 %{_libdir}/%{name}/olsrd.so
1720 %endif
1721 %if %{with_powerdns}
1722 %{_libdir}/%{name}/powerdns.so
1723 %endif
1724 %if %{with_processes}
1725 %{_libdir}/%{name}/processes.so
1726 %endif
1727 %if %{with_protocols}
1728 %{_libdir}/%{name}/protocols.so
1729 %endif
1730 %if %{with_serial}
1731 %{_libdir}/%{name}/serial.so
1732 %endif
1733 %if %{with_statsd}
1734 %{_libdir}/%{name}/statsd.so
1735 %endif
1736 %if %{with_swap}
1737 %{_libdir}/%{name}/swap.so
1738 %endif
1739 %if %{with_syslog}
1740 %{_libdir}/%{name}/syslog.so
1741 %endif
1742 %if %{with_table}
1743 %{_libdir}/%{name}/table.so
1744 %endif
1745 %if %{with_tail}
1746 %{_libdir}/%{name}/tail.so
1747 %endif
1748 %if %{with_tail_csv}
1749 %{_libdir}/%{name}/tail_csv.so
1750 %endif
1751 %if %{with_tcpconns}
1752 %{_libdir}/%{name}/tcpconns.so
1753 %endif
1754 %if %{with_teamspeak2}
1755 %{_libdir}/%{name}/teamspeak2.so
1756 %endif
1757 %if %{with_ted}
1758 %{_libdir}/%{name}/ted.so
1759 %endif
1760 %if %{with_thermal}
1761 %{_libdir}/%{name}/thermal.so
1762 %endif
1763 %if %{with_load}
1764 %{_libdir}/%{name}/threshold.so
1765 %endif
1766 %if %{with_unixsock}
1767 %{_libdir}/%{name}/unixsock.so
1768 %endif
1769 %if %{with_uptime}
1770 %{_libdir}/%{name}/uptime.so
1771 %endif
1772 %if %{with_users}
1773 %{_libdir}/%{name}/users.so
1774 %endif
1775 %if %{with_uuid}
1776 %{_libdir}/%{name}/uuid.so
1777 %endif
1778 %if %{with_vmem}
1779 %{_libdir}/%{name}/vmem.so
1780 %endif
1781 %if %{with_vserver}
1782 %{_libdir}/%{name}/vserver.so
1783 %endif
1784 %if %{with_wireless}
1785 %{_libdir}/%{name}/wireless.so
1786 %endif
1787 %if %{with_write_graphite}
1788 %{_libdir}/%{name}/write_graphite.so
1789 %endif
1792 %files -n libcollectdclient-devel
1793 %{_includedir}/collectd/client.h
1794 %{_includedir}/collectd/network.h
1795 %{_includedir}/collectd/network_buffer.h
1796 %{_includedir}/collectd/lcc_features.h
1797 %{_libdir}/pkgconfig/libcollectdclient.pc
1799 %files -n libcollectdclient
1800 %{_libdir}/libcollectdclient.so
1801 %{_libdir}/libcollectdclient.so.*
1803 %if %{with_amqp}
1804 %files amqp
1805 %{_libdir}/%{name}/amqp.so
1806 %endif
1808 %if %{with_apache}
1809 %files apache
1810 %{_libdir}/%{name}/apache.so
1811 %endif
1813 %if %{with_aquaero}
1814 %files aquaero
1815 %{_libdir}/%{name}/aquaero.so
1816 %endif
1818 %if %{with_ascent}
1819 %files ascent
1820 %{_libdir}/%{name}/ascent.so
1821 %endif
1823 %if %{with_bind}
1824 %files bind
1825 %{_libdir}/%{name}/bind.so
1826 %endif
1828 %if %{with_curl}
1829 %files curl
1830 %{_libdir}/%{name}/curl.so
1831 %endif
1833 %if %{with_curl_json}
1834 %files curl_json
1835 %{_libdir}/%{name}/curl_json.so
1836 %endif
1838 %if %{with_curl_xml}
1839 %files curl_xml
1840 %{_libdir}/%{name}/curl_xml.so
1841 %endif
1843 %if %{with_dns}
1844 %files dns
1845 %{_libdir}/%{name}/dns.so
1846 %endif
1848 %if %{with_dbi}
1849 %files dbi
1850 %{_libdir}/%{name}/dbi.so
1851 %endif
1853 %if %{with_email}
1854 %files email
1855 %{_libdir}/%{name}/email.so
1856 %endif
1858 %if %{with_gmond}
1859 %files gmond
1860 %{_libdir}/%{name}/gmond.so
1861 %endif
1863 %if %{with_hddtemp}
1864 %files hddtemp
1865 %{_libdir}/%{name}/hddtemp.so
1866 %endif
1868 %if %{with_ipmi}
1869 %files ipmi
1870 %{_libdir}/%{name}/ipmi.so
1871 %endif
1873 %if %{with_iptables}
1874 %files iptables
1875 %{_libdir}/%{name}/iptables.so
1876 %endif
1878 %if %{with_java}
1879 %files java
1880 %{_prefix}/share/collectd/java/collectd-api.jar
1881 %{_prefix}/share/collectd/java/generic-jmx.jar
1882 %{_libdir}/%{name}/java.so
1883 %{_mandir}/man5/collectd-java.5*
1884 %endif
1886 %if %{with_libvirt}
1887 %files libvirt
1888 %{_libdir}/%{name}/libvirt.so
1889 %endif
1891 %if %{with_lvm}
1892 %files lvm
1893 %{_libdir}/%{name}/lvm.so
1894 %endif
1896 %if %{with_memcachec}
1897 %files memcachec
1898 %{_libdir}/%{name}/memcachec.so
1899 %endif
1901 %if %{with_mic}
1902 %files mic
1903 %{_libdir}/%{name}/mic.so
1904 %endif
1906 %if %{with_mysql}
1907 %files mysql
1908 %{_libdir}/%{name}/mysql.so
1909 %endif
1911 %if %{with_netlink}
1912 %files netlink
1913 %{_libdir}/%{name}/netlink.so
1914 %endif
1916 %if %{with_nginx}
1917 %files nginx
1918 %{_libdir}/%{name}/nginx.so
1919 %endif
1921 %if %{with_notify_desktop}
1922 %files notify_desktop
1923 %{_libdir}/%{name}/notify_desktop.so
1924 %endif
1926 %if %{with_notify_email}
1927 %files notify_email
1928 %{_libdir}/%{name}/notify_email.so
1929 %endif
1931 %if %{with_nut}
1932 %files nut
1933 %{_libdir}/%{name}/nut.so
1934 %endif
1936 %if %{with_perl}
1937 %files perl
1938 %doc perl-examples/*
1939 %{perl_vendorlib}/Collectd.pm
1940 %{perl_vendorlib}/Collectd/
1941 %{_mandir}/man3/Collectd::Unixsock.3pm*
1942 %{_mandir}/man5/collectd-perl.5*
1943 %{_libdir}/%{name}/perl.so
1944 %endif
1946 %if %{with_pinba}
1947 %files pinba
1948 %{_libdir}/%{name}/pinba.so
1949 %endif
1951 %if %{with_ping}
1952 %files ping
1953 %{_libdir}/%{name}/ping.so
1954 %endif
1956 %if %{with_postgresql}
1957 %files postgresql
1958 %{_prefix}/share/collectd/postgresql_default.conf
1959 %{_libdir}/%{name}/postgresql.so
1960 %endif
1962 %if %{with_python}
1963 %files python
1964 %{_mandir}/man5/collectd-python*
1965 %{_libdir}/%{name}/python.so
1966 %endif
1968 %if %{with_redis}
1969 %files redis
1970 %{_libdir}/%{name}/redis.so
1971 %endif
1973 %if %{with_rrdcached}
1974 %files rrdcached
1975 %{_libdir}/%{name}/rrdcached.so
1976 %endif
1978 %if %{with_rrdtool}
1979 %files rrdtool
1980 %{_libdir}/%{name}/rrdtool.so
1981 %endif
1983 %if %{with_sensors}
1984 %files sensors
1985 %{_libdir}/%{name}/sensors.so
1986 %endif
1988 %if %{with_sigrok}
1989 %files sigrok
1990 %{_libdir}/%{name}/sigrok.so
1991 %endif
1993 %if %{with_snmp}
1994 %files snmp
1995 %{_mandir}/man5/collectd-snmp.5*
1996 %{_libdir}/%{name}/snmp.so
1997 %endif
1999 %if %{with_varnish}
2000 %files varnish
2001 %{_libdir}/%{name}/varnish.so
2002 %endif
2004 %if %{with_write_http}
2005 %files write_http
2006 %{_libdir}/%{name}/write_http.so
2007 %endif
2009 %if %{with_write_redis}
2010 %files write_redis
2011 %{_libdir}/%{name}/write_redis.so
2012 %endif
2014 %if %{with_write_riemann}
2015 %files write_riemann
2016 %{_libdir}/%{name}/write_riemann.so
2017 %endif
2019 %files collection3
2020 %{_localstatedir}/www/collection3
2021 %{_sysconfdir}/httpd/conf.d/collection3.conf
2023 %files php-collection
2024 %{_localstatedir}/www/php-collection
2025 %{_sysconfdir}/httpd/conf.d/php-collection.conf
2027 %files contrib
2028 %doc contrib/
2030 %changelog
2031 * Mon Aug 19 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.4.0-1
2032 - New upstream version
2033 - Build netlink plugin by default
2034 - Enable cgroups, lvm and statsd plugins
2035 - Enable (but don't build by default) mic, aquaero and sigrok plugins
2037 * Tue Aug 06 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.1-1
2038 - New upstream version
2039 - Added RHEL5 support:
2040   * conditionally disable plugins not building on this platform
2041   * add/specify some build dependencies and options
2042   * replace some RPM macros not available on this platform
2043 - Removed duplicate --enable-aggregation
2044 - Added some comments & usage examples
2045 - Replaced a couple of "Buildrequires" by "BuildRequires"
2046 - Enabled modbus plugin
2047 - Allow perl plugin to build on RHEL5
2049 * Wed Apr 10 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.0-1
2050 - New upstream version
2051 - Enabled write_riemann plugin
2052 - Enabled tail_csv plugin
2053 - Installed collectd-tc manpage
2055 * Thu Jan 11 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-3
2056 - remove dependency on libstatgrab, which isn't required on linux
2058 * Thu Jan 03 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-2
2059 - collection3 and php-collection viewers are now in separate packages
2061 * Fri Dec 21 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-1
2062 - New upstream version
2063 - Enabled aggregation plugin
2064 - Installed collectd-tc
2065 - Added network.h and network_buffer.h to libcollectdclient-devel
2066 - Moved libxml2-devel and libcurl-devel BRs to relevant plugins sections
2067 - Moved libcollectdclient.so from libcollectdclient-devel to libcollectdclient
2068 - Added rrdcached and redis plugin descriptions
2069 - Mentioned new pf plugin in disabled plugins list
2071 * Sun Nov 18 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-3
2072 - Follow Fedora Packaging Guidelines in java subpackage
2074 * Sat Nov 17 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-2
2075 - Move perl stuff to perl_vendorlib
2076 - Replace hardcoded paths with macros
2077 - Remove unneccesary Requires
2078 - Removed .a and .la files
2079 - Some other small cleanups
2081 * Fri Nov 16 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.1.0-1
2082 - New upstream version
2083 - Changes to support 5.1.0
2084 - Enabled all buildable plugins based on libraries available on EL6 + EPEL
2085 - All plugins requiring external libraries are now shipped in seperate
2086   packages.
2087 - No longer treat Java plugin as an exception, correctly set $JAVA_HOME during
2088   the build process + ensure build deps are installed.
2089 - Dropped per-plugin configuration files, as they tend to diverge from upstream
2090   defaults.
2091 - Moved perl stuff to /usr/share/perl5/
2092 - Don't alter Interval and ReadThreads by default, let the user change this
2093   himself.
2094 - Initscript improvements:
2095   * checks configuration before (re)starting, based on debian's initscript
2096   * use /etc/sysconfig instdead of /etc/default
2097   * include optional $ARGS in arguments passed to collectd.
2098 - Drop collection.cgi from main package, as it's been obsoleted by collection3
2099 - Moved contrib/ to its own package, to avoid cluttering the main package with
2100   non-essential stuff.
2101 - Replaced BuildPrereq by BuildRequires
2103 * Tue Jan 03 2011 Monetate <jason.stelzer@monetate.com> 5.0.1
2104 - New upstream version
2105 - Changes to support 5.0.1
2107 * Tue Jan 04 2010 Rackspace <stu.hood@rackspace.com> 4.9.0
2108 - New upstream version
2109 - Changes to support 4.9.0
2110 - Added support for Java/GenericJMX plugin
2112 * Mon Mar 17 2008 RightScale <support@rightscale.com> 4.3.1
2113 - New upstream version
2114 - Changes to support 4.3.1
2115 - Added More Prereqs to support more plugins
2116 - Added support for perl plugin
2118 * Mon Aug 06 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.6
2119 - New upstream version
2121 * Wed Jul 25 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.5
2122 - New major releas
2123 - Changes to support 4.0.5
2125 * Wed Jan 11 2007 Iain Lea <iain@bricbrac.de> 3.11.0-0
2126 - fixed spec file to build correctly on fedora core
2127 - added improved init.d script to work with chkconfig
2128 - added %%post and %%postun to call chkconfig automatically
2130 * Sun Jul 09 2006 Florian octo Forster <octo@verplant.org> 3.10.0-1
2131 - New upstream version
2133 * Tue Jun 25 2006 Florian octo Forster <octo@verplant.org> 3.9.4-1
2134 - New upstream version
2136 * Tue Jun 01 2006 Florian octo Forster <octo@verplant.org> 3.9.3-1
2137 - New upstream version
2139 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.9.2-1
2140 - New upstream version
2142 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.8.5-1
2143 - New upstream version
2145 * Fri Apr 21 2006 Florian octo Forster <octo@verplant.org> 3.9.1-1
2146 - New upstream version
2148 * Fri Apr 14 2006 Florian octo Forster <octo@verplant.org> 3.9.0-1
2149 - New upstream version
2150 - Added the `apache' package.
2152 * Thu Mar 14 2006 Florian octo Forster <octo@verplant.org> 3.8.2-1
2153 - New upstream version
2155 * Thu Mar 13 2006 Florian octo Forster <octo@verplant.org> 3.8.1-1
2156 - New upstream version
2158 * Thu Mar 09 2006 Florian octo Forster <octo@verplant.org> 3.8.0-1
2159 - New upstream version
2161 * Sat Feb 18 2006 Florian octo Forster <octo@verplant.org> 3.7.2-1
2162 - Include `tape.so' so the build doesn't terminate because of missing files..
2163 - New upstream version
2165 * Sat Feb 04 2006 Florian octo Forster <octo@verplant.org> 3.7.1-1
2166 - New upstream version
2168 * Mon Jan 30 2006 Florian octo Forster <octo@verplant.org> 3.7.0-1
2169 - New upstream version
2170 - Removed the extra `hddtemp' package
2172 * Tue Jan 24 2006 Florian octo Forster <octo@verplant.org> 3.6.2-1
2173 - New upstream version
2175 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.1-1
2176 - New upstream version
2178 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.0-1
2179 - New upstream version
2180 - Added config file, `collectd.conf(5)', `df.so'
2181 - Added package `collectd-mysql', dependency on `mysqlclient10 | mysql'
2183 * Wed Dec 07 2005 Florian octo Forster <octo@verplant.org> 3.5.0-1
2184 - New upstream version
2186 * Sat Nov 26 2005 Florian octo Forster <octo@verplant.org> 3.4.0-1
2187 - New upstream version
2189 * Sat Nov 05 2005 Florian octo Forster <octo@verplant.org> 3.3.0-1
2190 - New upstream version
2192 * Tue Oct 26 2005 Florian octo Forster <octo@verplant.org> 3.2.0-1
2193 - New upstream version
2194 - Added statement to remove the `*.la' files. This fixes a problem when
2195   `Unpackaged files terminate build' is in effect.
2196 - Added `processes.so*' to the main package
2198 * Fri Oct 14 2005 Florian octo Forster <octo@verplant.org> 3.1.0-1
2199 - New upstream version
2200 - Added package `collectd-hddtemp'
2202 * Fri Sep 30 2005 Florian octo Forster <octo@verplant.org> 3.0.0-1
2203 - New upstream version
2204 - Split the package into `collectd' and `collectd-sensors'
2206 * Fri Sep 16 2005 Florian octo Forster <octo@verplant.org> 2.1.0-1
2207 - New upstream version
2209 * Mon Sep 10 2005 Florian octo Forster <octo@verplant.org> 2.0.0-1
2210 - New upstream version
2212 * Mon Aug 29 2005 Florian octo Forster <octo@verplant.org> 1.8.0-1
2213 - New upstream version
2215 * Sun Aug 25 2005 Florian octo Forster <octo@verplant.org> 1.7.0-1
2216 - New upstream version
2218 * Sun Aug 21 2005 Florian octo Forster <octo@verplant.org> 1.6.0-1
2219 - New upstream version
2221 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5.1-1
2222 - New upstream version
2224 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5-1
2225 - New upstream version
2227 * Mon Jul 11 2005 Florian octo Forster <octo@verplant.org> 1.4.2-1
2228 - New upstream version
2230 * Sat Jul 09 2005 Florian octo Forster <octo@verplant.org> 1.4-1
2231 - Built on RedHat 7.3