collectd.spec: add dpdk plugin
[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, 6 and 7. 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 # - fetch the desired collectd release file from https://collectd.org/files/
18 #   and save it in your ~/rpmbuild/SOURCES/ directory (or build your own out of
19 #   the git repository: ./build.sh && ./configure && make-dist-bz2)
20 #
21 # - copy this file in your ~/rpmbuild/SPECS/ directory. Make sure the
22 #   "Version:" tag matches the version from the tarball.
23 #
24 # - build the SRPM first:
25 #   mock -r centos-6-x86_64 --buildsrpm --spec ~/rpmbuild/SPECS/collectd.spec \
26 #     --sources ~/rpmbuild/SOURCES/
27 #
28 # - then build the RPMs:
29 #   mock -r centos-6-x86_64 --no-clean --rebuild \
30 #     /var/lib/mock/centos-6-x86_64/result/collectd-X.Y.Z-NN.src.rpm
31 #
32 # - you can also optionally enable/disable plugins which are disabled/enabled
33 #   by default:
34 #   mock -r centos-6-x86_64 --no-clean --without=java --with=oracle --rebuild \
35 #     /var/lib/mock/centos-6-x86_64/result/collectd-X.Y.Z-NN.src.rpm
36 #
37
38 %global _hardened_build 1
39 %{?perl_default_filter}
40
41 # plugins enabled by default
42 %define with_aggregation 0%{!?_without_aggregation:1}
43 %define with_amqp 0%{!?_without_amqp:1}
44 %define with_apache 0%{!?_without_apache:1}
45 %define with_apcups 0%{!?_without_apcups:1}
46 %define with_ascent 0%{!?_without_ascent:1}
47 %define with_battery 0%{!?_without_battery:1}
48 %define with_bind 0%{!?_without_bind:1}
49 %define with_ceph 0%{!?_without_ceph:1}
50 %define with_cgroups 0%{!?_without_cgroups:1}
51 %define with_chrony 0%{!?_without_chrony:1}
52 %define with_conntrack 0%{!?_without_conntrack:1}
53 %define with_contextswitch 0%{!?_without_contextswitch:1}
54 %define with_cpu 0%{!?_without_cpu:1}
55 %define with_cpufreq 0%{!?_without_cpufreq:1}
56 %define with_cpusleep 0%{!?_without_cpusleep:1}
57 %define with_csv 0%{!?_without_csv:1}
58 %define with_curl 0%{!?_without_curl:1}
59 %define with_curl_json 0%{!?_without_curl_json:1}
60 %define with_curl_xml 0%{!?_without_curl_xml:1}
61 %define with_dbi 0%{!?_without_dbi:1}
62 %define with_df 0%{!?_without_df:1}
63 %define with_disk 0%{!?_without_disk:1}
64 %define with_dns 0%{!?_without_dns:1}
65 %define with_drbd 0%{!?_without_drbd:1}
66 %define with_email 0%{!?_without_email:1}
67 %define with_entropy 0%{!?_without_entropy:1}
68 %define with_ethstat 0%{!?_without_ethstat:1}
69 %define with_exec 0%{!?_without_exec:1}
70 %define with_fhcount 0%{!?_without_fhcount:1}
71 %define with_filecount 0%{!?_without_filecount:1}
72 %define with_fscache 0%{!?_without_fscache:1}
73 %define with_gmond 0%{!?_without_gmond:1}
74 %define with_gps 0%{!?_without_gps:1}
75 %define with_hddtemp 0%{!?_without_hddtemp:1}
76 %define with_hugepages 0%{!?_without_hugepages:1}
77 %define with_interface 0%{!?_without_interface:1}
78 %define with_ipc 0%{!?_without_ipc:1}
79 %define with_ipmi 0%{!?_without_ipmi:1}
80 %define with_iptables 0%{!?_without_iptables:1}
81 %define with_ipvs 0%{!?_without_ipvs:1}
82 %define with_irq 0%{!?_without_irq:1}
83 %define with_java 0%{!?_without_java:1}
84 %define with_load 0%{!?_without_load:1}
85 %define with_log_logstash 0%{!?_without_log_logstash:1}
86 %define with_logfile 0%{!?_without_logfile:1}
87 %define with_lua 0%{!?_without_lua:1}
88 %define with_lvm 0%{!?_without_lvm:1}
89 %define with_madwifi 0%{!?_without_madwifi:1}
90 %define with_mbmon 0%{!?_without_mbmon:1}
91 %define with_md 0%{!?_without_md:1}
92 %define with_memcachec 0%{!?_without_memcachec:1}
93 %define with_memcached 0%{!?_without_memcached:1}
94 %define with_memory 0%{!?_without_memory:1}
95 %define with_modbus 0%{!?_without_modbus:1}
96 %define with_mqtt 0%{!?_without_mqtt:1}
97 %define with_multimeter 0%{!?_without_multimeter:1}
98 %define with_mysql 0%{!?_without_mysql:1}
99 %define with_netlink 0%{!?_without_netlink:1}
100 %define with_network 0%{!?_without_network:1}
101 %define with_nfs 0%{!?_without_nfs:1}
102 %define with_nginx 0%{!?_without_nginx:1}
103 %define with_notify_desktop 0%{!?_without_notify_desktop:1}
104 %define with_notify_email 0%{!?_without_notify_email:1}
105 %define with_notify_nagios 0%{!?_without_notify_nagios:1}
106 %define with_ntpd 0%{!?_without_ntpd:1}
107 %define with_numa 0%{!?_without_numa:1}
108 %define with_nut 0%{!?_without_nut:1}
109 %define with_olsrd 0%{!?_without_olsrd:1}
110 %define with_openldap 0%{!?_without_openldap:1}
111 %define with_openvpn 0%{!?_without_openvpn:1}
112 %define with_perl 0%{!?_without_perl:1}
113 %define with_pinba 0%{!?_without_pinba:1}
114 %define with_ping 0%{!?_without_ping:1}
115 %define with_postgresql 0%{!?_without_postgresql:1}
116 %define with_powerdns 0%{!?_without_powerdns:1}
117 %define with_processes 0%{!?_without_processes:1}
118 %define with_protocols 0%{!?_without_protocols:1}
119 %define with_python 0%{!?_without_python:1}
120 %define with_redis 0%{!?_without_redis:1}
121 %define with_rrdcached 0%{!?_without_rrdcached:1}
122 %define with_rrdtool 0%{!?_without_rrdtool:1}
123 %define with_sensors 0%{!?_without_sensors:1}
124 %define with_serial 0%{!?_without_serial:1}
125 %define with_smart 0%{!?_without_smart:1}
126 %define with_snmp 0%{!?_without_snmp:1}
127 %define with_statsd 0%{!?_without_statsd:1}
128 %define with_swap 0%{!?_without_swap:1}
129 %define with_syslog 0%{!?_without_syslog:1}
130 %define with_table 0%{!?_without_table:1}
131 %define with_tail 0%{!?_without_tail:1}
132 %define with_tail_csv 0%{!?_without_tail_csv:1}
133 %define with_tcpconns 0%{!?_without_tcpconns:1}
134 %define with_teamspeak2 0%{!?_without_teamspeak2:1}
135 %define with_ted 0%{!?_without_ted:1}
136 %define with_thermal 0%{!?_without_thermal:1}
137 %define with_threshold 0%{!?_without_threshold:1}
138 %define with_turbostat 0%{!?_without_turbostat:1}
139 %define with_unixsock 0%{!?_without_unixsock:1}
140 %define with_uptime 0%{!?_without_uptime:1}
141 %define with_users 0%{!?_without_users:1}
142 %define with_uuid 0%{!?_without_uuid:1}
143 %define with_varnish 0%{!?_without_varnish:1}
144 %define with_virt 0%{!?_without_virt:1}
145 %define with_vmem 0%{!?_without_vmem:1}
146 %define with_vserver 0%{!?_without_vserver:1}
147 %define with_wireless 0%{!?_without_wireless:1}
148 %define with_write_graphite 0%{!?_without_write_graphite:1}
149 %define with_write_http 0%{!?_without_write_http:1}
150 %define with_write_log 0%{!?_without_write_log:1}
151 %define with_write_redis 0%{!?_without_write_redis:1}
152 %define with_write_sensu 0%{!?_without_write_sensu:1}
153 %define with_write_tsdb 0%{!?_without_write_tsdb:1}
154 %define with_xmms 0%{!?_without_xmms:0%{?_has_xmms}}
155 %define with_zfs_arc 0%{!?_without_zfs_arc:1}
156 %define with_zookeeper 0%{!?_without_zookeeper:1}
157
158 # Plugins not built by default because of dependencies on libraries not
159 # available in RHEL or EPEL:
160
161 # plugin apple_sensors disabled, requires a Mac
162 %define with_apple_sensors 0%{!?_without_apple_sensors:0}
163 # plugin aquaero disabled, requires a libaquaero5
164 %define with_aquaero 0%{!?_without_aquaero:0}
165 # plugin barometer disabled, requires a libi2c
166 %define with_barometer 0%{!?_without_barometer:0}
167 # plugin grpc disabled, requires protobuf-compiler >= 3.0
168 %define with_grpc 0%{!?_without_grpc:0}
169 # plugin dpdk disabled, requires libdpdk
170 %define with_dpdk 0%{!?_without_dpdk:0}
171 # plugin lpar disabled, requires AIX
172 %define with_lpar 0%{!?_without_lpar:0}
173 # plugin mic disabled, requires Mic
174 %define with_mic 0%{!?_without_mic:0}
175 # plugin netapp disabled, requires libnetapp
176 %define with_netapp 0%{!?_without_netapp:0}
177 # plugin onewire disabled, requires libowfs
178 %define with_onewire 0%{!?_without_onewire:0}
179 # plugin oracle disabled, requires Oracle
180 %define with_oracle 0%{!?_without_oracle:0}
181 # plugin oracle disabled, requires BSD
182 %define with_pf 0%{!?_without_pf:0}
183 # plugin routeros disabled, requires librouteros
184 %define with_routeros 0%{!?_without_routeros:0}
185 # plugin sigrok disabled, requires libsigrok
186 %define with_sigrok 0%{!?_without_sigrok:0}
187 # plugin tape disabled, requires libkstat
188 %define with_tape 0%{!?_without_tape:0}
189 # plugin tokyotyrant disabled, requires tcrdb.h
190 %define with_tokyotyrant 0%{!?_without_tokyotyrant:0}
191 # plugin write_kafka disabled, requires librdkafka
192 %define with_write_kafka 0%{!?_without_write_kafka:0}
193 # plugin write_mongodb disabled, requires libmongoc
194 %define with_write_mongodb 0%{!?_without_write_mongodb:0}
195 # plugin write_riemann disabled, requires a new enough riemann_c_client
196 %define with_write_riemann 0%{!?_without_write_riemann:0}
197 # plugin xencpu disabled, requires xen-devel from non-default repo
198 %define with_xencpu 0%{!?_without_xencpu:0}
199 # plugin zone disabled, requires Solaris
200 %define with_zone 0%{!?_without_zone:0}
201
202 # Plugins not buildable on RHEL < 6
203 %if 0%{?rhel} && 0%{?rhel} < 6
204 %define with_ceph 0
205 %define with_curl_json 0
206 %define with_log_logstash 0
207 %define with_dns 0
208 %define with_ethstat 0
209 %define with_gmond 0
210 %define with_iptables 0
211 %define with_ipvs 0
212 %define with_lvm 0
213 %define with_modbus 0
214 %define with_netlink 0
215 %define with_redis 0
216 %define with_smart 0
217 %define with_turbostat 0
218 %define with_write_redis 0
219 %endif
220
221 # Plugins not buildable on RHEL < 7
222 %if 0%{?rhel} && 0%{?rhel} < 7
223 %define with_cpusleep 0
224 %define with_gps 0
225 %define with_mqtt 0
226 %define with_rrdcached 0
227 %define with_xmms 0
228 %endif
229
230 Summary:        Statistics collection and monitoring daemon
231 Name:           collectd
232 Version:        5.7.0
233 Release:        2%{?dist}
234 URL:            https://collectd.org
235 Source:         https://collectd.org/files/%{name}-%{version}.tar.bz2
236 License:        GPLv2
237 Group:          System Environment/Daemons
238 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
239 BuildRequires:  libgcrypt-devel, kernel-headers, libtool-ltdl-devel, libcap-devel, which
240 Vendor:         collectd development team <collectd@verplant.org>
241
242 %if 0%{?fedora} || 0%{?rhel} >= 7
243 %{?systemd_requires}
244 BuildRequires:          systemd
245 %else
246 Requires(post):         chkconfig
247 Requires(preun):        chkconfig, initscripts
248 Requires(postun):       initscripts
249 %endif
250
251 %description
252 collectd is a small daemon which collects system information periodically and
253 provides mechanisms to monitor and store the values in a variety of ways. It
254 is written in C for performance. Since the daemon doesn't need to start up
255 every time it wants to update the values it's very fast and easy on the
256 system. Also, the statistics are very fine grained since the files are updated
257 every 10 seconds by default.
258
259 %if %{with_amqp}
260 %package amqp
261 Summary:        AMQP plugin for collectd
262 Group:          System Environment/Daemons
263 Requires:       %{name}%{?_isa} = %{version}-%{release}
264 BuildRequires:  librabbitmq-devel
265 %description amqp
266 The AMQP plugin transmits or receives values collected by collectd via the
267 Advanced Message Queuing Protocol (AMQP).
268 %endif
269
270 %if %{with_apache}
271 %package apache
272 Summary:        Apache plugin for collectd
273 Group:          System Environment/Daemons
274 Requires:       %{name}%{?_isa} = %{version}-%{release}
275 BuildRequires:  curl-devel
276 %description apache
277 This plugin collects data provided by Apache's `mod_status'.
278 %endif
279
280 %if %{with_aquaero}
281 %package aquaero
282 Summary:        aquaero plugin for collectd
283 Group:          System Environment/Daemons
284 Requires:       %{name}%{?_isa} = %{version}-%{release}
285 %description aquaero
286 Various sensors in the Aquaero 5 watercooling board made by Aquacomputer.
287 %endif
288
289 %if %{with_ascent}
290 %package ascent
291 Summary:        Ascent plugin for collectd
292 Group:          System Environment/Daemons
293 Requires:       %{name}%{?_isa} = %{version}-%{release}
294 BuildRequires:  libxml2-devel, curl-devel
295 %description ascent
296 The Ascent plugin reads and parses the statistics page of Ascent, a free and
297 open-source server software for the game World of Warcraft by Blizzard
298 Entertainment.
299 %endif
300
301 %if %{with_barometer}
302 %package barometer
303 Summary:       barometer plugin for collectd
304 Group:         System Environment/Daemons
305 Requires:      %{name}%{?_isa} = %{version}-%{release}
306 %description barometer
307 Collects pressure and temperature from digital barometers.
308 %endif
309
310 %if %{with_bind}
311 %package bind
312 Summary:        Bind plugin for collectd
313 Group:          System Environment/Daemons
314 Requires:       %{name}%{?_isa} = %{version}-%{release}
315 BuildRequires:  libxml2-devel, curl-devel
316 %description bind
317 The BIND plugin retrieves this information that's encoded in XML and provided
318 via HTTP and submits the values to collectd.
319 %endif
320
321 %if %{with_ceph}
322 %package ceph
323 Summary:       Ceph plugin for collectd
324 Group:         System Environment/Daemons
325 Requires:      %{name}%{?_isa} = %{version}-%{release}
326 BuildRequires: yajl-devel
327 %description ceph
328 Ceph plugin for collectd
329 %endif
330
331 %if %{with_chrony}
332 %package chrony
333 Summary:       Chrony plugin for collectd
334 Group:         System Environment/Daemons
335 Requires:      %{name}%{?_isa} = %{version}-%{release}
336 %description chrony
337 Chrony plugin for collectd
338 %endif
339
340 %if %{with_curl}
341 %package curl
342 Summary:        Curl plugin for collectd
343 Group:          System Environment/Daemons
344 Requires:       %{name}%{?_isa} = %{version}-%{release}
345 BuildRequires:  curl-devel
346 %description curl
347 The cURL plugin uses libcurl to read files and then parses them according to
348 the configuration.
349 %endif
350
351 %if %{with_curl_json}
352 %package curl_json
353 Summary:        Curl_json plugin for collectd
354 Group:          System Environment/Daemons
355 Requires:       %{name}%{?_isa} = %{version}-%{release}
356 BuildRequires:  curl-devel, yajl-devel
357 %description curl_json
358 The cURL-JSON plugin queries JavaScript Object Notation (JSON) data using the
359 cURL library and parses it according to the user's configuration.
360 %endif
361
362 %if %{with_curl_xml}
363 %package curl_xml
364 Summary:        Curl_xml plugin for collectd
365 Group:          System Environment/Daemons
366 Requires:       %{name}%{?_isa} = %{version}-%{release}
367 BuildRequires:  curl-devel, libxml2-devel
368 %description curl_xml
369 The cURL-XML plugin reads files using libcurl and parses it as Extensible
370 Markup Language (XML).
371 %endif
372
373 %if %{with_dbi}
374 %package dbi
375 Summary:        DBI plugin for collectd
376 Group:          System Environment/Daemons
377 Requires:       %{name}%{?_isa} = %{version}-%{release}
378 BuildRequires:  libdbi-devel
379 %description dbi
380 The DBI plugin uses libdbi, a database abstraction library, to execute SQL
381 statements on a database and read back the result.
382 %endif
383
384 %if %{with_disk}
385 %package disk
386 Summary:        disk plugin for collectd
387 Group:          System Environment/Daemons
388 Requires:       %{name}%{?_isa} = %{version}-%{release}
389 %{?_has_libudev:BuildRequires:  libudev-devel}
390 %description disk
391 The "disk" plugin collects information about the usage of physical disks and
392 logical disks (partitions).
393 %endif
394
395 %if %{with_dns}
396 %package dns
397 Summary:        DNS plugin for collectd
398 Group:          System Environment/Daemons
399 Requires:       %{name}%{?_isa} = %{version}-%{release}, libpcap >= 1.0
400 BuildRequires:  libpcap-devel >= 1.0
401 %description dns
402 The DNS plugin has a similar functionality to dnstop: It uses libpcap to get a
403 copy of all traffic from/to port UDP/53 (that's the DNS port), interprets the
404 packets and collects statistics of your DNS traffic.
405 %endif
406
407 %if %{with_email}
408 %package email
409 Summary:        Email plugin for collectd
410 Group:          System Environment/Daemons
411 Requires:       %{name}%{?_isa} = %{version}-%{release}, spamassassin
412 %description email
413 This plugin collects data provided by spamassassin.
414 %endif
415
416 %if %{with_gmond}
417 %package gmond
418 Summary:        Gmond plugin for collectd
419 Group:          System Environment/Daemons
420 Requires:       %{name}%{?_isa} = %{version}-%{release}
421 BuildRequires:  ganglia-devel
422 %description gmond
423 The gmond plugin subscribes to a Multicast group to receive data from gmond,
424 the client daemon of the Ganglia project.
425 %endif
426
427 %if %{with_gps}
428 %package gps
429 Summary:        GPS plugin for collectd
430 Group:          System Environment/Daemons
431 Requires:       %{name}%{?_isa} = %{version}-%{release}
432 BuildRequires:  gpsd-devel
433 %description gps
434 This plugin monitor gps related data through gpsd.
435 %endif
436
437 %if %{with_grpc}
438 %package grpc
439 Summary:        GRPC plugin for collectd
440 Group:          System Environment/Daemons
441 Requires:       %{name}%{?_isa} = %{version}-%{release}
442 BuildRequires:  protobuf-compiler
443 %description grpc
444 This plugin embeds a gRPC server into Collectd.
445 %endif
446
447 %if %{with_hddtemp}
448 %package hddtemp
449 Summary:        Hddtemp plugin for collectd
450 Group:          System Environment/Daemons
451 Requires:       %{name}%{?_isa} = %{version}-%{release}, hddtemp
452 %description hddtemp
453 The HDDTemp plugin collects the temperature of hard disks. The temperatures are
454 provided via SMART and queried by the external hddtemp daemon.
455 %endif
456
457 %if %{with_ipmi}
458 %package ipmi
459 Summary:        IPMI plugin for collectd
460 Group:          System Environment/Daemons
461 Requires:       %{name}%{?_isa} = %{version}-%{release}
462 BuildRequires:  OpenIPMI-devel
463 %description ipmi
464 The IPMI plugin uses the OpenIPMI library to read hardware sensors from servers
465 using the Intelligent Platform Management Interface (IPMI).
466 %endif
467
468 %if %{with_iptables}
469 %package iptables
470 Summary:        IPtables plugin for collectd
471 Group:          System Environment/Daemons
472 Requires:       %{name}%{?_isa} = %{version}-%{release}
473 BuildRequires:  iptables-devel
474 %description iptables
475 The IPtables plugin can gather statistics from your ip_tables based packet
476 filter (aka. firewall) for both the IPv4 and the IPv6 protocol. It can collect
477 the byte- and packet-counters of selected rules and submit them to collectd.
478 %endif
479
480 %if %{with_java}
481 %package java
482 Summary:        Java plugin for collectd
483 Group:          System Environment/Daemons
484 Requires:       %{name}%{?_isa} = %{version}-%{release}
485 BuildRequires:  java-devel, jpackage-utils
486 Requires:       java, jpackage-utils
487 %description java
488 This plugin for collectd allows plugins to be written in Java and executed
489 in an embedded JVM.
490 %endif
491
492 %if %{with_log_logstash}
493 %package log_logstash
494 Summary:       log_logstash plugin for collectd
495 Group:         System Environment/Daemons
496 Requires:      %{name}%{?_isa} = %{version}-%{release}
497 BuildRequires: yajl-devel
498 %description log_logstash
499 This plugin logs in logstash JSON format
500 %endif
501
502 %if %{with_lua}
503 %package lua
504 Summary:        Lua plugin for collectd
505 Group:          System Environment/Daemons
506 Requires:       %{name}%{?_isa} = %{version}-%{release}
507 BuildRequires:  lua-devel
508 %description lua
509 The Lua plugin embeds a Lua interpreter into collectd and exposes the
510 application programming interface (API) to Lua scripts.
511 %endif
512
513 %if %{with_lvm}
514 %package lvm
515 Summary:        LVM plugin for collectd
516 Group:          System Environment/Daemons
517 Requires:       %{name}%{?_isa} = %{version}-%{release}
518 BuildRequires:  lvm2-devel
519 %description lvm
520 This plugin collects size of “Logical Volumes” (LV) and “Volume Groups” (VG)
521 of Linux' “Logical Volume Manager” (LVM).
522 %endif
523
524 %if %{with_memcachec}
525 %package memcachec
526 Summary:        Memcachec plugin for collectd
527 Group:          System Environment/Daemons
528 Requires:       %{name}%{?_isa} = %{version}-%{release}
529 BuildRequires:  libmemcached-devel
530 %description memcachec
531 The Memcachec plugin uses libmemcached to read statistics from a Memcached
532 instance. Note that another plugin, named `memcached', exists and does a
533 similar job, without requiring the installation of libmemcached.
534 %endif
535
536 %if %{with_mic}
537 %package mic
538 Summary:        mic plugin for collectd
539 Group:          System Environment/Daemons
540 Requires:       %{name}%{?_isa} = %{version}-%{release}
541 %description mic
542 The mic plugin collects CPU usage, memory usage, temperatures and power
543 consumption from Intel Many Integrated Core (MIC) CPUs.
544 %endif
545
546 %if %{with_modbus}
547 %package modbus
548 Summary:       modbus plugin for collectd
549 Group:         System Environment/Daemons
550 Requires:      %{name}%{?_isa} = %{version}-%{release}
551 BuildRequires:  libmodbus-devel
552 %description modbus
553 The modbus plugin collects values from Modbus/TCP enabled devices
554 %endif
555
556 %if %{with_mysql}
557 %package mysql
558 Summary:        MySQL plugin for collectd
559 Group:          System Environment/Daemons
560 Requires:       %{name}%{?_isa} = %{version}-%{release}
561 BuildRequires:  mysql-devel
562 %description mysql
563 MySQL querying plugin. This plugin provides data of issued commands, called
564 handlers and database traffic.
565 %endif
566
567 %if %{with_mqtt}
568 %package mqtt
569 Summary:        mqtt plugin for collectd
570 Group:          System Environment/Daemons
571 Requires:       %{name}%{?_isa} = %{version}-%{release}
572 BuildRequires:  mosquitto-devel
573 %description mqtt
574 The MQTT plugin publishes and subscribes to MQTT topics.
575 %endif
576
577 %if %{with_netlink}
578 %package netlink
579 Summary:        netlink plugin for collectd
580 Group:          System Environment/Daemons
581 Requires:       %{name}%{?_isa} = %{version}-%{release}
582 BuildRequires:  libmnl-devel, iproute-devel
583 %description netlink
584 The netlink plugin collects detailed network interface and routing statistics.
585 %endif
586
587 %if %{with_nginx}
588 %package nginx
589 Summary:        Nginx plugin for collectd
590 Group:          System Environment/Daemons
591 Requires:       %{name}%{?_isa} = %{version}-%{release}
592 BuildRequires:  curl-devel
593 %description nginx
594 This plugin gets data provided by nginx.
595 %endif
596
597 %if %{with_notify_desktop}
598 %package notify_desktop
599 Summary:        Notify_desktop plugin for collectd
600 Group:          System Environment/Daemons
601 Requires:       %{name}%{?_isa} = %{version}-%{release}
602 BuildRequires:  libnotify-devel, gtk2-devel
603 %description notify_desktop
604 The Notify Desktop plugin uses libnotify to display notifications to the user
605 via the desktop notification specification, i. e. on an X display.
606 %endif
607
608 %if %{with_notify_email}
609 %package notify_email
610 Summary:        Notify_email plugin for collectd
611 Group:          System Environment/Daemons
612 Requires:       %{name}%{?_isa} = %{version}-%{release}
613 BuildRequires:  libesmtp-devel
614 %description notify_email
615 The Notify Email plugin uses libESMTP to send notifications to a configured
616 email address.
617 %endif
618
619 %if %{with_nut}
620 %package nut
621 Summary:        Nut plugin for collectd
622 Group:          System Environment/Daemons
623 Requires:       %{name}%{?_isa} = %{version}-%{release}
624 BuildRequires:  nut-devel
625 %description nut
626 This plugin for collectd provides Network UPS Tools support.
627 %endif
628
629 %if %{with_openldap}
630 %package openldap
631 Summary:       Openldap plugin for collectd
632 Group:         System Environment/Daemons
633 Requires:      %{name}%{?_isa} = %{version}-%{release}
634 BuildRequires: openldap-devel
635 %description openldap
636 This plugin reads monitoring information from OpenLDAP's cn=Monitor subtree.
637 %endif
638
639 %if %{with_perl}
640 %package perl
641 Summary:        Perl plugin for collectd
642 Group:          System Environment/Daemons
643 Requires:       %{name}%{?_isa} = %{version}-%{release}
644 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
645         %if 0%{?rhel} && 0%{?rhel} < 6
646 BuildRequires:  perl
647         %else
648 BuildRequires:  perl-ExtUtils-Embed
649         %endif
650 %description perl
651 The Perl plugin embeds a Perl interpreter into collectd and exposes the
652 application programming interface (API) to Perl-scripts.
653 %endif
654
655 %if %{with_pinba}
656 %package pinba
657 Summary:        Pinba plugin for collectd
658 Group:          System Environment/Daemons
659 Requires:       %{name}%{?_isa} = %{version}-%{release}
660 BuildRequires:  protobuf-c-devel
661 %description pinba
662 The Pinba plugin receives and dispatches timing values from Pinba, a profiling
663 extension for PHP.
664 %endif
665
666 %if %{with_ping}
667 %package ping
668 Summary:        Ping plugin for collectd
669 Group:          System Environment/Daemons
670 Requires:       %{name}%{?_isa} = %{version}-%{release}
671 BuildRequires:  liboping-devel
672 %description ping
673 The Ping plugin measures network latency using ICMP “echo requests”, usually
674 known as “ping”.
675 %endif
676
677 %if %{with_postgresql}
678 %package postgresql
679 Summary:        PostgreSQL plugin for collectd
680 Group:          System Environment/Daemons
681 Requires:       %{name}%{?_isa} = %{version}-%{release}
682 BuildRequires:  postgresql-devel
683 %description postgresql
684 The PostgreSQL plugin connects to and executes SQL statements on a PostgreSQL
685 database.
686 %endif
687
688 %if %{with_python}
689 %package python
690 Summary:        Python plugin for collectd
691 Group:          System Environment/Daemons
692 Requires:       %{name}%{?_isa} = %{version}-%{release}
693         %if 0%{?rhel} && 0%{?rhel} < 6
694 BuildRequires: python26-devel
695         %else
696 BuildRequires: python-devel
697         %endif
698 %description python
699 The Python plugin embeds a Python interpreter into collectd and exposes the
700 application programming interface (API) to Python-scripts.
701 %endif
702
703 %if %{with_redis}
704 %package redis
705 Summary:        Redis plugin for collectd
706 Group:          System Environment/Daemons
707 Requires:       %{name}%{?_isa} = %{version}-%{release}
708 BuildRequires:  hiredis-devel
709 %description redis
710 The Redis plugin connects to one or more instances of Redis, a key-value store,
711 and collects usage information using the hiredis library.
712 %endif
713
714 %if %{with_rrdcached}
715 %package rrdcached
716 Summary:        RRDCached plugin for collectd
717 Group:          System Environment/Daemons
718 Requires:       %{name}%{?_isa} = %{version}-%{release}, rrdtool >= 1.4
719 BuildRequires:  rrdtool-devel
720 %description rrdcached
721 The RRDCacheD plugin connects to the “RRD caching daemon”, rrdcached and
722 submits updates for RRD files to that daemon.
723 %endif
724
725 %if %{with_rrdtool}
726 %package rrdtool
727 Summary:        RRDtool plugin for collectd
728 Group:          System Environment/Daemons
729 Requires:       %{name}%{?_isa} = %{version}-%{release}
730 BuildRequires:  rrdtool-devel
731 %description rrdtool
732 The RRDtool plugin writes values to RRD-files using librrd.
733 %endif
734
735 %if %{with_sensors}
736 %package sensors
737 Summary:        Sensors plugin for collectd
738 Group:          System Environment/Daemons
739 Requires:       %{name}%{?_isa} = %{version}-%{release}
740 BuildRequires:  lm_sensors-devel
741 %description sensors
742 This plugin for collectd provides querying of sensors supported by lm_sensors.
743 %endif
744
745 %if %{with_sigrok}
746 %package sigrok
747 Summary:        sigrok plugin for collectd
748 Group:          System Environment/Daemons
749 Requires:       %{name}%{?_isa} = %{version}-%{release}
750 %description sigrok
751 Uses libsigrok as a backend, allowing any sigrok-supported device to have its
752 measurements fed to collectd. This includes multimeters, sound level meters,
753 thermometers, and much more.
754 %endif
755
756 %if %{with_smart}
757 %package smart
758 Summary:       SMART plugin for collectd
759 Group:         System Environment/Daemons
760 Requires:      %{name}%{?_isa} = %{version}-%{release}
761 BuildRequires: libatasmart-devel
762 %description smart
763 Collect SMART statistics, notably load cycle count, temperature and bad
764 sectors.
765 %endif
766
767 %if %{with_snmp}
768 %package snmp
769 Summary:        SNMP plugin for collectd
770 Group:          System Environment/Daemons
771 Requires:       %{name}%{?_isa} = %{version}-%{release}
772 BuildRequires:  net-snmp-devel
773 %description snmp
774 This plugin for collectd allows querying of network equipment using SNMP.
775 %endif
776
777 %if %{with_varnish}
778 %package varnish
779 Summary:        Varnish plugin for collectd
780 Group:          System Environment/Daemons
781 Requires:       %{name}%{?_isa} = %{version}-%{release}
782 BuildRequires:  varnish-libs-devel
783 %description varnish
784 The Varnish plugin collects information about Varnish, an HTTP accelerator.
785 %endif
786
787 %if %{with_virt}
788 %package virt
789 Summary:        Virt plugin for collectd
790 Group:          System Environment/Daemons
791 Requires:       %{name}%{?_isa} = %{version}-%{release}
792 BuildRequires:  libvirt-devel
793 %description virt
794 This plugin collects information from virtualized guests.
795 %endif
796
797 %if %{with_write_http}
798 %package write_http
799 Summary:        Write-HTTP plugin for collectd
800 Group:          System Environment/Daemons
801 Requires:       %{name}%{?_isa} = %{version}-%{release}
802 BuildRequires:  curl-devel
803 %description write_http
804 The Write-HTTP plugin sends the values collected by collectd to a web-server
805 using HTTP POST requests.
806 %endif
807
808 %if %{with_write_kafka}
809 %package write_kafka
810 Summary:       Write-kafka plugin for collectd
811 Group:         System Environment/Daemons
812 Requires:      %{name}%{?_isa} = %{version}-%{release}
813 BuildRequires: librdkafka-devel
814 %description write_kafka
815 The write_kafka plugin sends values to kafka, a distributed messaging system.
816 %endif
817
818 %if %{with_write_redis}
819 %package write_redis
820 Summary:        Write-Redis plugin for collectd
821 Group:          System Environment/Daemons
822 Requires:       %{name}%{?_isa} = %{version}-%{release}
823 BuildRequires:  hiredis-devel
824 %description write_redis
825 The Write Redis plugin stores values in Redis, a “data structures server”.
826 %endif
827
828 %if %{with_write_riemann}
829 %package write_riemann
830 Summary:        riemann plugin for collectd
831 Group:          System Environment/Daemons
832 Requires:       %{name}%{?_isa} = %{version}-%{release}
833 BuildRequires:  protobuf-c-devel
834 %description write_riemann
835 The riemann plugin submits values to Riemann, an event stream processor.
836 %endif
837
838 %if %{with_xencpu}
839 %package xencpu
840 Summary:        xencpu plugin for collectd
841 Group:          System Environment/Daemons
842 Requires:       %{name}%{?_isa} = %{version}-%{release}
843 BuildRequires:  xen-devel
844 %description xencpu
845 The xencpu plugin collects CPU statistics from Xen.
846 %endif
847
848 %if %{with_xmms}
849 %package xmms
850 Summary:        XMMS plugin for collectd
851 Group:          System Environment/Daemons
852 Requires:       %{name}%{?_isa} = %{version}-%{release}
853 BuildRequires:  xmms-devel
854 %description xmms
855 The xmms plugin collects information from the XMMS music player.
856 %endif
857
858 %package collection3
859 Summary:        Web-based viewer for collectd
860 Group:          System Environment/Daemons
861 Requires:       %{name}%{?_isa} = %{version}-%{release}
862 Requires: httpd
863 %description collection3
864 collection3 is a graphing front-end for the RRD files created by and filled
865 with collectd. It is written in Perl and should be run as an CGI-script.
866 Graphs are generated on-the-fly, so no cron job or similar is necessary.
867
868 %package php-collection
869 Summary:        collect php webfrontent
870 Group:          System Environment/Daemons
871 Requires:       collectd = %{version}-%{release}
872 Requires:       httpd
873 Requires:       php
874 Requires:       php-rrdtool
875 %description php-collection
876 PHP graphing frontend for RRD files created by and filled with collectd.
877
878 %package contrib
879 Summary:        Contrib files for collectd
880 Group:          System Environment/Daemons
881 Requires:       %{name}%{?_isa} = %{version}-%{release}
882 %description contrib
883 All the files found under contrib/ in the source tree are bundled in this
884 package.
885
886 %package -n libcollectdclient
887 Summary:        Collectd client library
888 Group:          System Environment/Daemons
889 %description -n libcollectdclient
890 Collectd client library
891
892 %package -n libcollectdclient-devel
893 Summary:        Development files for libcollectdclient
894 Group:          System Environment/Daemons
895 Requires:       pkgconfig
896 Requires:       libcollectdclient%{?_isa} = %{version}-%{release}
897 %description -n libcollectdclient-devel
898 Development files for libcollectdclient
899
900 %package -n collectd-utils
901 Summary:        Collectd utilities
902 Group:          System Environment/Daemons
903 Requires:       libcollectdclient%{?_isa} = %{version}-%{release}
904 Requires:       collectd%{?_isa} = %{version}-%{release}
905 %description -n collectd-utils
906 Collectd utilities
907
908 %prep
909 %setup -q
910
911 %build
912 %if %{with_aggregation}
913 %define _with_aggregation --enable-aggregation
914 %else
915 %define _with_aggregation --disable-aggregation
916 %endif
917
918 %if %{with_amqp}
919 %define _with_amqp --enable-amqp
920 %else
921 %define _with_amqp --disable-amqp
922 %endif
923
924 %if %{with_apache}
925 %define _with_apache --enable-apache
926 %else
927 %define _with_apache --disable-apache
928 %endif
929
930 %if %{with_apcups}
931 %define _with_apcups --enable-apcups
932 %else
933 %define _with_apcups --disable-apcups
934 %endif
935
936 %if %{with_apple_sensors}
937 %define _with_apple_sensors --enable-apple_sensors
938 %else
939 %define _with_apple_sensors --disable-apple_sensors
940 %endif
941
942 %if %{with_aquaero}
943 %define _with_aquaero --enable-aquaero
944 %else
945 %define _with_aquaero --disable-aquaero
946 %endif
947
948 %if %{with_ascent}
949 %define _with_ascent --enable-ascent
950 %else
951 %define _with_ascent --disable-ascent
952 %endif
953
954 %if %{with_barometer}
955 %define _with_barometer --enable-barometer
956 %else
957 %define _with_barometer --disable-barometer
958 %endif
959
960 %if %{with_battery}
961 %define _with_battery --enable-battery
962 %else
963 %define _with_battery --disable-battery
964 %endif
965
966 %if %{with_bind}
967 %define _with_bind --enable-bind
968 %else
969 %define _with_bind --disable-bind
970 %endif
971
972 %if %{with_cgroups}
973 %define _with_cgroups --enable-cgroups
974 %else
975 %define _with_cgroups --disable-cgroups
976 %endif
977
978 %if %{with_chrony}
979 %define _with_chrony --enable-chrony
980 %else
981 %define _with_chrony --disable-chrony
982 %endif
983
984 %if %{with_conntrack}
985 %define _with_conntrack --enable-conntrack
986 %else
987 %define _with_conntrack --disable-conntrack
988 %endif
989
990 %if %{with_contextswitch}
991 %define _with_contextswitch --enable-contextswitch
992 %else
993 %define _with_contextswitch --disable-contextswitch
994 %endif
995
996 %if %{with_cpu}
997 %define _with_cpu --enable-cpu
998 %else
999 %define _with_cpu --disable-cpu
1000 %endif
1001
1002 %if %{with_cpufreq}
1003 %define _with_cpufreq --enable-cpufreq
1004 %else
1005 %define _with_cpufreq --disable-cpufreq
1006 %endif
1007
1008 %if %{with_cpusleep}
1009 %define _with_cpusleep --enable-cpusleep
1010 %else
1011 %define _with_cpusleep --disable-cpusleep
1012 %endif
1013
1014 %if %{with_csv}
1015 %define _with_csv --enable-csv
1016 %else
1017 %define _with_csv --disable-csv
1018 %endif
1019
1020 %if %{with_ceph}
1021 %define _with_ceph --enable-ceph
1022 %else
1023 %define _with_ceph --disable-ceph
1024 %endif
1025
1026 %if %{with_curl}
1027 %define _with_curl --enable-curl
1028 %else
1029 %define _with_curl --disable-curl
1030 %endif
1031
1032 %if %{with_curl_json}
1033 %define _with_curl_json --enable-curl_json
1034 %else
1035 %define _with_curl_json --disable-curl_json
1036 %endif
1037
1038 %if %{with_curl_xml}
1039 %define _with_curl_xml --enable-curl_xml
1040 %else
1041 %define _with_curl_xml --disable-curl_xml
1042 %endif
1043
1044 %if %{with_dbi}
1045 %define _with_dbi --enable-dbi
1046 %else
1047 %define _with_dbi --disable-dbi
1048 %endif
1049
1050 %if %{with_df}
1051 %define _with_df --enable-df
1052 %else
1053 %define _with_df --disable-df
1054 %endif
1055
1056 %if %{with_disk}
1057 %define _with_disk --enable-disk
1058 %else
1059 %define _with_disk --disable-disk
1060 %endif
1061
1062 %if %{with_dns}
1063 %define _with_dns --enable-dns
1064 %else
1065 %define _with_dns --disable-dns
1066 %endif
1067
1068 %if %{with_drbd}
1069 %define _with_drbd --enable-drbd
1070 %else
1071 %define _with_drbd --disable-drbd
1072 %endif
1073
1074 %if %{with_dpdk}
1075 %define _with_dpdk --enable-dpdk
1076 %else
1077 %define _with_dpdk --disable-dpdk
1078 %endif
1079
1080 %if %{with_email}
1081 %define _with_email --enable-email
1082 %else
1083 %define _with_email --disable-email
1084 %endif
1085
1086 %if %{with_entropy}
1087 %define _with_entropy --enable-entropy
1088 %else
1089 %define _with_entropy --disable-entropy
1090 %endif
1091
1092 %if %{with_ethstat}
1093 %define _with_ethstat --enable-ethstat
1094 %else
1095 %define _with_ethstat --disable-ethstat
1096 %endif
1097
1098 %if %{with_exec}
1099 %define _with_exec --enable-exec
1100 %else
1101 %define _with_exec --disable-exec
1102 %endif
1103
1104 %if %{with_fhcount}
1105 %define _with_fhcount --enable-fhcount
1106 %else
1107 %define _with_fhcount --disable-fhcount
1108 %endif
1109
1110 %if %{with_filecount}
1111 %define _with_filecount --enable-filecount
1112 %else
1113 %define _with_filecount --disable-filecount
1114 %endif
1115
1116 %if %{with_fscache}
1117 %define _with_fscache --enable-fscache
1118 %else
1119 %define _with_fscache --disable-fscache
1120 %endif
1121
1122 %if %{with_gmond}
1123 %define _with_gmond --enable-gmond
1124 %else
1125 %define _with_gmond --disable-gmond
1126 %endif
1127
1128 %if %{with_gps}
1129 %define _with_gps --enable-gps
1130 %else
1131 %define _with_gps --disable-gps
1132 %endif
1133
1134 %if %{with_grpc}
1135 %define _with_grpc --enable-grpc
1136 %else
1137 %define _with_grpc --disable-grpc
1138 %endif
1139
1140 %if %{with_hddtemp}
1141 %define _with_hddtemp --enable-hddtemp
1142 %else
1143 %define _with_hddtemp --disable-hddtemp
1144 %endif
1145
1146 %if %{with_hugepages}
1147 %define _with_hugepages --enable-hugepages
1148 %else
1149 %define _with_hugepages --disable-hugepages
1150 %endif
1151
1152 %if %{with_interface}
1153 %define _with_interface --enable-interface
1154 %else
1155 %define _with_interface --disable-interface
1156 %endif
1157
1158 %if %{with_ipc}
1159 %define _with_ipc --enable-ipc
1160 %else
1161 %define _with_ipc --disable-ipc
1162 %endif
1163
1164 %if %{with_ipmi}
1165 %define _with_ipmi --enable-ipmi
1166 %else
1167 %define _with_ipmi --disable-ipmi
1168 %endif
1169
1170 %if %{with_iptables}
1171 %define _with_iptables --enable-iptables
1172 %else
1173 %define _with_iptables --disable-iptables
1174 %endif
1175
1176 %if %{with_ipvs}
1177 %define _with_ipvs --enable-ipvs
1178 %else
1179 %define _with_ipvs --disable-ipvs
1180 %endif
1181
1182 %if %{with_irq}
1183 %define _with_irq --enable-irq
1184 %else
1185 %define _with_irq --disable-irq
1186 %endif
1187
1188 %if %{with_java}
1189 %define _with_java --enable-java --with-java=%{java_home}/
1190 %else
1191 %define _with_java --disable-java
1192 %endif
1193
1194 %if %{with_virt}
1195 %define _with_virt --enable-virt
1196 %else
1197 %define _with_virt --disable-virt
1198 %endif
1199
1200 %if %{with_load}
1201 %define _with_load --enable-load
1202 %else
1203 %define _with_load --disable-load
1204 %endif
1205
1206 %if %{with_logfile}
1207 %define _with_logfile --enable-logfile
1208 %else
1209 %define _with_logfile --disable-logfile
1210 %endif
1211
1212 %if %{with_log_logstash}
1213 %define _with_log_logstash --enable-log_logstash
1214 %else
1215 %define _with_log_logstash --disable-log_logstash
1216 %endif
1217
1218 %if %{with_lpar}
1219 %define _with_lpar --enable-lpar
1220 %else
1221 %define _with_lpar --disable-lpar
1222 %endif
1223
1224 %if %{with_lua}
1225 %define _with_lua --enable-lua
1226 %else
1227 %define _with_lua --disable-lua
1228 %endif
1229
1230 %if %{with_lvm}
1231 %define _with_lvm --enable-lvm
1232 %else
1233 %define _with_lvm --disable-lvm
1234 %endif
1235
1236 %if %{with_madwifi}
1237 %define _with_madwifi --enable-madwifi
1238 %else
1239 %define _with_madwifi --disable-madwifi
1240 %endif
1241
1242 %if %{with_mbmon}
1243 %define _with_mbmon --enable-mbmon
1244 %else
1245 %define _with_mbmon --disable-mbmon
1246 %endif
1247
1248 %if %{with_md}
1249 %define _with_md --enable-md
1250 %else
1251 %define _with_md --disable-md
1252 %endif
1253
1254 %if %{with_memcachec}
1255 %define _with_memcachec --enable-memcachec
1256 %else
1257 %define _with_memcachec --disable-memcachec
1258 %endif
1259
1260 %if %{with_memcached}
1261 %define _with_memcached --enable-memcached
1262 %else
1263 %define _with_memcached --disable-memcached
1264 %endif
1265
1266 %if %{with_memory}
1267 %define _with_memory --enable-memory
1268 %else
1269 %define _with_memory --disable-memory
1270 %endif
1271
1272 %if %{with_mic}
1273 %define _with_mic --enable-mic
1274 %else
1275 %define _with_mic --disable-mic
1276 %endif
1277
1278 %if %{with_modbus}
1279 %define _with_modbus --enable-modbus
1280 %else
1281 %define _with_modbus --disable-modbus
1282 %endif
1283
1284 %if %{with_multimeter}
1285 %define _with_multimeter --enable-multimeter
1286 %else
1287 %define _with_multimeter --disable-multimeter
1288 %endif
1289
1290 %if %{with_mqtt}
1291 %define _with_mqtt --enable-mqtt
1292 %else
1293 %define _with_mqtt --disable-mqtt
1294 %endif
1295
1296 %if %{with_mysql}
1297 %define _with_mysql --enable-mysql
1298 %else
1299 %define _with_mysql --disable-mysql
1300 %endif
1301
1302 %if %{with_netapp}
1303 %define _with_netapp --enable-netapp
1304 %else
1305 %define _with_netapp --disable-netapp
1306 %endif
1307
1308 %if %{with_netlink}
1309 %define _with_netlink --enable-netlink
1310 %else
1311 %define _with_netlink --disable-netlink
1312 %endif
1313
1314 %if %{with_network}
1315 %define _with_network --enable-network
1316 %else
1317 %define _with_network --disable-network
1318 %endif
1319
1320 %if %{with_nfs}
1321 %define _with_nfs --enable-nfs
1322 %else
1323 %define _with_nfs --disable-nfs
1324 %endif
1325
1326 %if %{with_nginx}
1327 %define _with_nginx --enable-nginx
1328 %else
1329 %define _with_nginx --disable-nginx
1330 %endif
1331
1332 %if %{with_notify_desktop}
1333 %define _with_notify_desktop --enable-notify_desktop
1334 %else
1335 %define _with_notify_desktop --disable-notify_desktop
1336 %endif
1337
1338 %if %{with_notify_email}
1339 %define _with_notify_email --enable-notify_email
1340 %else
1341 %define _with_notify_email --disable-notify_email
1342 %endif
1343
1344 %if %{with_notify_nagios}
1345 %define _with_notify_nagios --enable-notify_nagios
1346 %else
1347 %define _with_notify_nagios --disable-notify_nagios
1348 %endif
1349
1350 %if %{with_ntpd}
1351 %define _with_ntpd --enable-ntpd
1352 %else
1353 %define _with_ntpd --disable-ntpd
1354 %endif
1355
1356 %if %{with_numa}
1357 %define _with_numa --enable-numa
1358 %else
1359 %define _with_numa --disable-numa
1360 %endif
1361
1362 %if %{with_nut}
1363 %define _with_nut --enable-nut
1364 %else
1365 %define _with_nut --disable-nut
1366 %endif
1367
1368 %if %{with_olsrd}
1369 %define _with_olsrd --enable-olsrd
1370 %else
1371 %define _with_olsrd --disable-olsrd
1372 %endif
1373
1374 %if %{with_onewire}
1375 %define _with_onewire --enable-onewire
1376 %else
1377 %define _with_onewire --disable-onewire
1378 %endif
1379
1380 %if %{with_openldap}
1381 %define _with_openldap --enable-openldap
1382 %else
1383 %define _with_openldap --disable-openldap
1384 %endif
1385
1386 %if %{with_openvpn}
1387 %define _with_openvpn --enable-openvpn
1388 %else
1389 %define _with_openvpn --disable-openvpn
1390 %endif
1391
1392 %if %{with_oracle}
1393 %define _with_oracle --enable-oracle
1394 %else
1395 %define _with_oracle --disable-oracle
1396 %endif
1397
1398 %if %{with_perl}
1399 %define _with_perl --enable-perl --with-perl-bindings="INSTALLDIRS=vendor"
1400 %else
1401 %define _with_perl --disable-perl
1402 %endif
1403
1404 %if %{with_pf}
1405 %define _with_pf --enable-pf
1406 %else
1407 %define _with_pf --disable-pf
1408 %endif
1409
1410 %if %{with_pinba}
1411 %define _with_pinba --enable-pinba
1412 %else
1413 %define _with_pinba --disable-pinba
1414 %endif
1415
1416 %if %{with_ping}
1417 %define _with_ping --enable-ping
1418 %else
1419 %define _with_ping --disable-ping
1420 %endif
1421
1422 %if %{with_postgresql}
1423 %define _with_postgresql --enable-postgresql
1424 %else
1425 %define _with_postgresql --disable-postgresql
1426 %endif
1427
1428 %if %{with_powerdns}
1429 %define _with_powerdns --enable-powerdns
1430 %else
1431 %define _with_powerdns --disable-powerdns
1432 %endif
1433
1434 %if %{with_processes}
1435 %define _with_processes --enable-processes
1436 %else
1437 %define _with_processes --disable-processes
1438 %endif
1439
1440 %if %{with_protocols}
1441 %define _with_protocols --enable-protocols
1442 %else
1443 %define _with_protocols --disable-protocols
1444 %endif
1445
1446 %if %{with_python}
1447         %if 0%{?rhel} && 0%{?rhel} < 6
1448 %define _with_python --enable-python --with-python=%{_bindir}/python2.6
1449 %define _python_config PYTHON_CONFIG="%{_bindir}/python2.6-config"
1450         %else
1451 %define _with_python --enable-python
1452         %endif
1453 %else
1454 %define _with_python --disable-python
1455 %endif
1456
1457 %if %{with_redis}
1458 %define _with_redis --enable-redis
1459 %else
1460 %define _with_redis --disable-redis
1461 %endif
1462
1463 %if %{with_routeros}
1464 %define _with_routeros --enable-routeros
1465 %else
1466 %define _with_routeros --disable-routeros
1467 %endif
1468
1469 %if %{with_rrdcached}
1470 %define _with_rrdcached --enable-rrdcached
1471 %else
1472 %define _with_rrdcached --disable-rrdcached
1473 %endif
1474
1475 %if %{with_rrdtool}
1476 %define _with_rrdtool --enable-rrdtool
1477 %else
1478 %define _with_rrdtool --disable-rrdtool
1479 %endif
1480
1481 %if %{with_sensors}
1482 %define _with_sensors --enable-sensors
1483 %else
1484 %define _with_sensors --disable-sensors
1485 %endif
1486
1487 %if %{with_serial}
1488 %define _with_serial --enable-serial
1489 %else
1490 %define _with_serial --disable-serial
1491 %endif
1492
1493 %if %{with_sigrok}
1494 %define _with_sigrok --enable-sigrok
1495 %else
1496 %define _with_sigrok --disable-sigrok
1497 %endif
1498
1499 %if %{with_smart}
1500 %define _with_smart --enable-smart
1501 %else
1502 %define _with_smart --disable-smart
1503 %endif
1504
1505 %if %{with_snmp}
1506 %define _with_snmp --enable-snmp
1507 %else
1508 %define _with_snmp --disable-snmp
1509 %endif
1510
1511 %if %{with_statsd}
1512 %define _with_statsd --enable-statsd
1513 %else
1514 %define _with_statsd --disable-statsd
1515 %endif
1516
1517 %if %{with_swap}
1518 %define _with_swap --enable-swap
1519 %else
1520 %define _with_swap --disable-swap
1521 %endif
1522
1523 %if %{with_syslog}
1524 %define _with_syslog --enable-syslog
1525 %else
1526 %define _with_syslog --disable-syslog
1527 %endif
1528
1529 %if %{with_table}
1530 %define _with_table --enable-table
1531 %else
1532 %define _with_table --disable-table
1533 %endif
1534
1535 %if %{with_tail}
1536 %define _with_tail --enable-tail
1537 %else
1538 %define _with_tail --disable-tail
1539 %endif
1540
1541 %if %{with_tail_csv}
1542 %define _with_tail_csv --enable-tail_csv
1543 %else
1544 %define _with_tail_csv --disable-tail_csv
1545 %endif
1546
1547 %if %{with_tape}
1548 %define _with_tape --enable-tape
1549 %else
1550 %define _with_tape --disable-tape
1551 %endif
1552
1553 %if %{with_tcpconns}
1554 %define _with_tcpconns --enable-tcpconns
1555 %else
1556 %define _with_tcpconns --disable-tcpconns
1557 %endif
1558
1559 %if %{with_teamspeak2}
1560 %define _with_teamspeak2 --enable-teamspeak2
1561 %else
1562 %define _with_teamspeak2 --disable-teamspeak2
1563 %endif
1564
1565 %if %{with_ted}
1566 %define _with_ted --enable-ted
1567 %else
1568 %define _with_ted --disable-ted
1569 %endif
1570
1571 %if %{with_thermal}
1572 %define _with_thermal --enable-thermal
1573 %else
1574 %define _with_thermal --disable-thermal
1575 %endif
1576
1577 %if %{with_threshold}
1578 %define _with_threshold --enable-threshold
1579 %else
1580 %define _with_threshold --disable-threshold
1581 %endif
1582
1583 %if %{with_tokyotyrant}
1584 %define _with_tokyotyrant --enable-tokyotyrant
1585 %else
1586 %define _with_tokyotyrant --disable-tokyotyrant
1587 %endif
1588
1589 %if %{with_turbostat}
1590 %define _with_turbostat --enable-turbostat
1591 %else
1592 %define _with_turbostat --disable-turbostat
1593 %endif
1594
1595 %if %{with_unixsock}
1596 %define _with_unixsock --enable-unixsock
1597 %else
1598 %define _with_unixsock --disable-unixsock
1599 %endif
1600
1601 %if %{with_uptime}
1602 %define _with_uptime --enable-uptime
1603 %else
1604 %define _with_uptime --disable-uptime
1605 %endif
1606
1607 %if %{with_users}
1608 %define _with_users --enable-users
1609 %else
1610 %define _with_users --disable-users
1611 %endif
1612
1613 %if %{with_uuid}
1614 %define _with_uuid --enable-uuid
1615 %else
1616 %define _with_uuid --disable-uuid
1617 %endif
1618
1619 %if %{with_varnish}
1620 %define _with_varnish --enable-varnish
1621 %else
1622 %define _with_varnish --disable-varnish
1623 %endif
1624
1625 %if %{with_vmem}
1626 %define _with_vmem --enable-vmem
1627 %else
1628 %define _with_vmem --disable-vmem
1629 %endif
1630
1631 %if %{with_vserver}
1632 %define _with_vserver --enable-vserver
1633 %else
1634 %define _with_vserver --disable-vserver
1635 %endif
1636
1637 %if %{with_wireless}
1638 %define _with_wireless --enable-wireless
1639 %else
1640 %define _with_wireless --disable-wireless
1641 %endif
1642
1643 %if %{with_write_graphite}
1644 %define _with_write_graphite --enable-write_graphite
1645 %else
1646 %define _with_write_graphite --disable-write_graphite
1647 %endif
1648
1649 %if %{with_write_http}
1650 %define _with_write_http --enable-write_http
1651 %else
1652 %define _with_write_http --disable-write_http
1653 %endif
1654
1655 %if %{with_write_kafka}
1656 %define _with_write_kafka --enable-write_kafka
1657 %else
1658 %define _with_write_kafka --disable-write_kafka
1659 %endif
1660
1661 %if %{with_write_log}
1662 %define _with_write_log --enable-write_log
1663 %else
1664 %define _with_write_log --disable-write_log
1665 %endif
1666
1667 %if %{with_write_mongodb}
1668 %define _with_write_mongodb --enable-write_mongodb
1669 %else
1670 %define _with_write_mongodb --disable-write_mongodb
1671 %endif
1672
1673 %if %{with_write_redis}
1674 %define _with_write_redis --enable-write_redis
1675 %else
1676 %define _with_write_redis --disable-write_redis
1677 %endif
1678
1679 %if %{with_write_riemann}
1680 %define _with_write_riemann --enable-write_riemann
1681 %else
1682 %define _with_write_riemann --disable-write_riemann
1683 %endif
1684
1685 %if %{with_write_sensu}
1686 %define _with_write_sensu --enable-write_sensu
1687 %else
1688 %define _with_write_sensu --disable-write_sensu
1689 %endif
1690
1691 %if %{with_write_tsdb}
1692 %define _with_write_tsdb --enable-write_tsdb
1693 %else
1694 %define _with_write_tsdb --disable-write_tsdb
1695 %endif
1696
1697 %if %{with_xencpu}
1698 %define _with_xencpu --enable-xencpu
1699 %else
1700 %define _with_xencpu --disable-xencpu
1701 %endif
1702
1703 %if %{with_xmms}
1704 %define _with_xmms --enable-xmms
1705 %else
1706 %define _with_xmms --disable-xmms
1707 %endif
1708
1709 %if %{with_zfs_arc}
1710 %define _with_zfs_arc --enable-zfs_arc
1711 %else
1712 %define _with_zfs_arc --disable-zfs_arc
1713 %endif
1714
1715 %if %{with_zone}
1716 %define _with_zone --enable-zone
1717 %else
1718 %define _with_zone --disable-zone
1719 %endif
1720
1721 %if %{with_zookeeper}
1722 %define _with_zookeeper --enable-zookeeper
1723 %else
1724 %define _with_zookeeper --disable-zookeeper
1725 %endif
1726
1727 %configure CFLAGS="%{optflags} -DLT_LAZY_OR_NOW=\"RTLD_LAZY|RTLD_GLOBAL\"" \
1728         %{?_python_config} \
1729         --disable-static \
1730         --without-included-ltdl \
1731         --enable-all-plugins=yes \
1732         --enable-match_empty_counter \
1733         --enable-match_hashed \
1734         --enable-match_regex \
1735         --enable-match_timediff \
1736         --enable-match_value \
1737         --enable-target_notification \
1738         --enable-target_replace \
1739         --enable-target_scale \
1740         --enable-target_set \
1741         --enable-target_v5upgrade \
1742         %{?_with_aggregation} \
1743         %{?_with_amqp} \
1744         %{?_with_apache} \
1745         %{?_with_apcups} \
1746         %{?_with_apple_sensors} \
1747         %{?_with_aquaero} \
1748         %{?_with_ascent} \
1749         %{?_with_barometer} \
1750         %{?_with_battery} \
1751         %{?_with_bind} \
1752         %{?_with_ceph} \
1753         %{?_with_cgroups} \
1754         %{?_with_chrony} \
1755         %{?_with_conntrack} \
1756         %{?_with_contextswitch} \
1757         %{?_with_cpufreq} \
1758         %{?_with_cpusleep} \
1759         %{?_with_cpu} \
1760         %{?_with_csv} \
1761         %{?_with_curl_json} \
1762         %{?_with_curl_xml} \
1763         %{?_with_curl} \
1764         %{?_with_dbi} \
1765         %{?_with_df} \
1766         %{?_with_disk} \
1767         %{?_with_dns} \
1768         %{?_with_drbd} \
1769         %{?_with_dpdk} \
1770         %{?_with_email} \
1771         %{?_with_entropy} \
1772         %{?_with_ethstat} \
1773         %{?_with_exec} \
1774         %{?_with_fhcount} \
1775         %{?_with_filecount} \
1776         %{?_with_fscache} \
1777         %{?_with_gmond} \
1778         %{?_with_gps} \
1779         %{?_with_grpc} \
1780         %{?_with_hddtemp} \
1781         %{?_with_hugepages} \
1782         %{?_with_interface} \
1783         %{?_with_ipc} \
1784         %{?_with_ipmi} \
1785         %{?_with_iptables} \
1786         %{?_with_ipvs} \
1787         %{?_with_irq} \
1788         %{?_with_java} \
1789         %{?_with_load} \
1790         %{?_with_log_logstash} \
1791         %{?_with_logfile} \
1792         %{?_with_lpar} \
1793         %{?_with_lua} \
1794         %{?_with_lvm} \
1795         %{?_with_madwifi} \
1796         %{?_with_mbmon} \
1797         %{?_with_md} \
1798         %{?_with_memcachec} \
1799         %{?_with_memcached} \
1800         %{?_with_memory} \
1801         %{?_with_mic} \
1802         %{?_with_modbus} \
1803         %{?_with_mqtt} \
1804         %{?_with_multimeter} \
1805         %{?_with_mysql} \
1806         %{?_with_netapp} \
1807         %{?_with_netlink} \
1808         %{?_with_network} \
1809         %{?_with_nfs} \
1810         %{?_with_nginx} \
1811         %{?_with_notify_desktop} \
1812         %{?_with_notify_email} \
1813         %{?_with_notify_nagios} \
1814         %{?_with_ntpd} \
1815         %{?_with_numa} \
1816         %{?_with_nut} \
1817         %{?_with_olsrd} \
1818         %{?_with_onewire} \
1819         %{?_with_openldap} \
1820         %{?_with_openvpn} \
1821         %{?_with_oracle} \
1822         %{?_with_perl} \
1823         %{?_with_pf} \
1824         %{?_with_pinba} \
1825         %{?_with_ping} \
1826         %{?_with_postgresql} \
1827         %{?_with_powerdns} \
1828         %{?_with_processes} \
1829         %{?_with_protocols} \
1830         %{?_with_python} \
1831         %{?_with_redis} \
1832         %{?_with_routeros} \
1833         %{?_with_rrdcached} \
1834         %{?_with_rrdtool} \
1835         %{?_with_sensors} \
1836         %{?_with_serial} \
1837         %{?_with_sigrok} \
1838         %{?_with_smart} \
1839         %{?_with_snmp} \
1840         %{?_with_statsd} \
1841         %{?_with_swap} \
1842         %{?_with_syslog} \
1843         %{?_with_table} \
1844         %{?_with_tail_csv} \
1845         %{?_with_tail} \
1846         %{?_with_tape} \
1847         %{?_with_tcpconns} \
1848         %{?_with_teamspeak2} \
1849         %{?_with_ted} \
1850         %{?_with_thermal} \
1851         %{?_with_threshold} \
1852         %{?_with_tokyotyrant} \
1853         %{?_with_turbostat} \
1854         %{?_with_unixsock} \
1855         %{?_with_uptime} \
1856         %{?_with_users} \
1857         %{?_with_uuid} \
1858         %{?_with_varnish} \
1859         %{?_with_virt} \
1860         %{?_with_vmem} \
1861         %{?_with_vserver} \
1862         %{?_with_wireless}\
1863         %{?_with_write_graphite} \
1864         %{?_with_write_http} \
1865         %{?_with_write_http} \
1866         %{?_with_write_kafka} \
1867         %{?_with_write_log} \
1868         %{?_with_write_mongodb} \
1869         %{?_with_write_redis} \
1870         %{?_with_write_riemann} \
1871         %{?_with_write_sensu} \
1872         %{?_with_write_tsdb} \
1873         %{?_with_xencpu} \
1874         %{?_with_xmms} \
1875         %{?_with_zfs_arc} \
1876         %{?_with_zone} \
1877         %{?_with_zookeeper}
1878
1879
1880 %{__make} %{?_smp_mflags}
1881
1882
1883 %install
1884 rm -rf %{buildroot}
1885 %{__make} install DESTDIR=%{buildroot}
1886 %if 0%{?fedora} || 0%{?rhel} >= 7
1887 %{__install} -Dp -m0644 contrib/systemd.collectd.service %{buildroot}%{_unitdir}/collectd.service
1888 %else
1889 %{__install} -Dp -m0755 contrib/redhat/init.d-collectd %{buildroot}%{_initrddir}/collectd
1890 %endif
1891 %{__install} -Dp -m0644 src/collectd.conf %{buildroot}%{_sysconfdir}/collectd.conf
1892 %{__install} -d %{buildroot}%{_sharedstatedir}/collectd/
1893 %{__install} -d %{buildroot}%{_sysconfdir}/collectd.d/
1894
1895 %{__mkdir} -p %{buildroot}%{_localstatedir}/www
1896 %{__mkdir} -p %{buildroot}/%{_sysconfdir}/httpd/conf.d
1897
1898 %{__mv} contrib/collection3 %{buildroot}%{_localstatedir}/www
1899 %{__mv} contrib/redhat/collection3.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1900
1901 %{__mv} contrib/php-collection %{buildroot}%{_localstatedir}/www
1902 %{__mv} contrib/redhat/php-collection.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1903
1904 ### Clean up docs
1905 find contrib/ -type f -exec %{__chmod} a-x {} \;
1906 # *.la files shouldn't be distributed.
1907 rm -f %{buildroot}/%{_libdir}/{collectd/,}*.la
1908
1909 # Remove Perl hidden .packlist files.
1910 find %{buildroot} -type f -name .packlist -delete
1911 # Remove Perl temporary file perllocal.pod
1912 find %{buildroot} -type f -name perllocal.pod -delete
1913
1914 %if ! %{with_java}
1915 rm -f %{buildroot}%{_datadir}/collectd/java/collectd-api.jar
1916 rm -f %{buildroot}%{_datadir}/collectd/java/generic-jmx.jar
1917 rm -f %{buildroot}%{_mandir}/man5/collectd-java.5*
1918 %endif
1919
1920 %if ! %{with_lua}
1921 rm -f %{buildroot}%{_mandir}/man5/collectd-lua.5*
1922 %endif
1923
1924 %if ! %{with_perl}
1925 rm -f %{buildroot}%{_mandir}/man5/collectd-perl.5*
1926 rm -f %{buildroot}%{_mandir}/man3/Collectd::Unixsock.3pm*
1927 rm -fr %{buildroot}/usr/lib/perl5/
1928 %endif
1929
1930 %if ! %{with_postgresql}
1931 rm -f %{buildroot}%{_datadir}/collectd/postgresql_default.conf
1932 %endif
1933
1934 %if ! %{with_python}
1935 rm -f %{buildroot}%{_mandir}/man5/collectd-python.5*
1936 %endif
1937
1938 %if ! %{with_snmp}
1939 rm -f %{buildroot}%{_mandir}/man5/collectd-snmp.5*
1940 %endif
1941
1942
1943 %clean
1944 rm -rf %{buildroot}
1945
1946 %post
1947 %if 0%{?fedora} || 0%{?rhel} >= 7
1948 %systemd_post collectd.service
1949 %else
1950 /sbin/chkconfig --add collectd || :
1951 %endif
1952
1953 %preun
1954 %if 0%{?fedora} || 0%{?rhel} >= 7
1955 %systemd_preun collectd.service
1956 %else
1957 # stop collectd only when uninstalling
1958 if [ $1 -eq 0 ]; then
1959         /sbin/service collectd stop >/dev/null 2>&1 || :
1960         /sbin/chkconfig --del collectd || :
1961 fi
1962 %endif
1963
1964 %postun
1965 %if 0%{?fedora} || 0%{?rhel} >= 7
1966 %systemd_postun_with_restart collectd.service
1967 %else
1968 # restart collectd only when upgrading
1969 if [ $1 -eq 1 ]; then
1970         /sbin/service collectd condrestart >/dev/null 2>&1 || :
1971 fi
1972 %endif
1973
1974 %post -n libcollectdclient -p /sbin/ldconfig
1975 %postun -n libcollectdclient -p /sbin/ldconfig
1976
1977
1978 %files
1979 %doc AUTHORS COPYING ChangeLog README
1980 %config(noreplace) %{_sysconfdir}/collectd.conf
1981 %if 0%{?fedora} || 0%{?rhel} >= 7
1982 %{_unitdir}/collectd.service
1983 %else
1984 %{_initrddir}/collectd
1985 %endif
1986 %{_sbindir}/collectd
1987 %{_sbindir}/collectdmon
1988 %{_datadir}/collectd/types.db
1989 %{_sharedstatedir}/collectd
1990 %{_mandir}/man1/collectd.1*
1991 %{_mandir}/man1/collectdmon.1*
1992 %{_mandir}/man5/collectd-email.5*
1993 %{_mandir}/man5/collectd-exec.5*
1994 %{_mandir}/man5/collectd-threshold.5*
1995 %{_mandir}/man5/collectd-unixsock.5*
1996 %{_mandir}/man5/collectd.conf.5*
1997 %{_mandir}/man5/types.db.5*
1998
1999 # all plugins bundled with the main collectd package
2000 %{_libdir}/%{name}/match_empty_counter.so
2001 %{_libdir}/%{name}/match_hashed.so
2002 %{_libdir}/%{name}/match_regex.so
2003 %{_libdir}/%{name}/match_timediff.so
2004 %{_libdir}/%{name}/match_value.so
2005 %{_libdir}/%{name}/target_notification.so
2006 %{_libdir}/%{name}/target_replace.so
2007 %{_libdir}/%{name}/target_scale.so
2008 %{_libdir}/%{name}/target_set.so
2009 %{_libdir}/%{name}/target_v5upgrade.so
2010
2011 %if %{with_aggregation}
2012 %{_libdir}/%{name}/aggregation.so
2013 %endif
2014 %if %{with_apcups}
2015 %{_libdir}/%{name}/apcups.so
2016 %endif
2017 %if %{with_battery}
2018 %{_libdir}/%{name}/battery.so
2019 %endif
2020 %if %{with_cgroups}
2021 %{_libdir}/%{name}/cgroups.so
2022 %endif
2023 %if %{with_conntrack}
2024 %{_libdir}/%{name}/conntrack.so
2025 %endif
2026 %if %{with_contextswitch}
2027 %{_libdir}/%{name}/contextswitch.so
2028 %endif
2029 %if %{with_cpu}
2030 %{_libdir}/%{name}/cpu.so
2031 %endif
2032 %if %{with_cpufreq}
2033 %{_libdir}/%{name}/cpufreq.so
2034 %endif
2035 %if %{with_cpusleep}
2036 %{_libdir}/%{name}/cpusleep.so
2037 %endif
2038 %if %{with_csv}
2039 %{_libdir}/%{name}/csv.so
2040 %endif
2041 %if %{with_df}
2042 %{_libdir}/%{name}/df.so
2043 %endif
2044 %if %{with_drbd}
2045 %{_libdir}/%{name}/drbd.so
2046 %endif
2047 %if %{with_dpdk}
2048 %{_libdir}/%{name}/dpdk.so
2049 %endif
2050 %if %{with_ethstat}
2051 %{_libdir}/%{name}/ethstat.so
2052 %endif
2053 %if %{with_entropy}
2054 %{_libdir}/%{name}/entropy.so
2055 %endif
2056 %if %{with_exec}
2057 %{_libdir}/%{name}/exec.so
2058 %endif
2059 %if %{with_fhcount}
2060 %{_libdir}/%{name}/fhcount.so
2061 %endif
2062 %if %{with_filecount}
2063 %{_libdir}/%{name}/filecount.so
2064 %endif
2065 %if %{with_fscache}
2066 %{_libdir}/%{name}/fscache.so
2067 %endif
2068 %if %{with_hugepages}
2069 %{_libdir}/%{name}/hugepages.so
2070 %endif
2071 %if %{with_interface}
2072 %{_libdir}/%{name}/interface.so
2073 %endif
2074 %if %{with_ipc}
2075 %{_libdir}/%{name}/ipc.so
2076 %endif
2077 %if %{with_ipvs}
2078 %{_libdir}/%{name}/ipvs.so
2079 %endif
2080 %if %{with_irq}
2081 %{_libdir}/%{name}/irq.so
2082 %endif
2083 %if %{with_load}
2084 %{_libdir}/%{name}/load.so
2085 %endif
2086 %if %{with_logfile}
2087 %{_libdir}/%{name}/logfile.so
2088 %endif
2089 %if %{with_madwifi}
2090 %{_libdir}/%{name}/madwifi.so
2091 %endif
2092 %if %{with_mbmon}
2093 %{_libdir}/%{name}/mbmon.so
2094 %endif
2095 %if %{with_md}
2096 %{_libdir}/%{name}/md.so
2097 %endif
2098 %if %{with_memcached}
2099 %{_libdir}/%{name}/memcached.so
2100 %endif
2101 %if %{with_memory}
2102 %{_libdir}/%{name}/memory.so
2103 %endif
2104 %if %{with_multimeter}
2105 %{_libdir}/%{name}/multimeter.so
2106 %endif
2107 %if %{with_network}
2108 %{_libdir}/%{name}/network.so
2109 %endif
2110 %if %{with_nfs}
2111 %{_libdir}/%{name}/nfs.so
2112 %endif
2113 %if %{with_notify_nagios}
2114 %{_libdir}/%{name}/notify_nagios.so
2115 %endif
2116 %if %{with_ntpd}
2117 %{_libdir}/%{name}/ntpd.so
2118 %endif
2119 %if %{with_numa}
2120 %{_libdir}/%{name}/numa.so
2121 %endif
2122 %if %{with_openvpn}
2123 %{_libdir}/%{name}/openvpn.so
2124 %endif
2125 %if %{with_olsrd}
2126 %{_libdir}/%{name}/olsrd.so
2127 %endif
2128 %if %{with_powerdns}
2129 %{_libdir}/%{name}/powerdns.so
2130 %endif
2131 %if %{with_processes}
2132 %{_libdir}/%{name}/processes.so
2133 %endif
2134 %if %{with_protocols}
2135 %{_libdir}/%{name}/protocols.so
2136 %endif
2137 %if %{with_serial}
2138 %{_libdir}/%{name}/serial.so
2139 %endif
2140 %if %{with_statsd}
2141 %{_libdir}/%{name}/statsd.so
2142 %endif
2143 %if %{with_swap}
2144 %{_libdir}/%{name}/swap.so
2145 %endif
2146 %if %{with_syslog}
2147 %{_libdir}/%{name}/syslog.so
2148 %endif
2149 %if %{with_table}
2150 %{_libdir}/%{name}/table.so
2151 %endif
2152 %if %{with_tail}
2153 %{_libdir}/%{name}/tail.so
2154 %endif
2155 %if %{with_tail_csv}
2156 %{_libdir}/%{name}/tail_csv.so
2157 %endif
2158 %if %{with_tcpconns}
2159 %{_libdir}/%{name}/tcpconns.so
2160 %endif
2161 %if %{with_teamspeak2}
2162 %{_libdir}/%{name}/teamspeak2.so
2163 %endif
2164 %if %{with_ted}
2165 %{_libdir}/%{name}/ted.so
2166 %endif
2167 %if %{with_thermal}
2168 %{_libdir}/%{name}/thermal.so
2169 %endif
2170 %if %{with_threshold}
2171 %{_libdir}/%{name}/threshold.so
2172 %endif
2173 %if %{with_turbostat}
2174 %{_libdir}/%{name}/turbostat.so
2175 %endif
2176 %if %{with_unixsock}
2177 %{_libdir}/%{name}/unixsock.so
2178 %endif
2179 %if %{with_uptime}
2180 %{_libdir}/%{name}/uptime.so
2181 %endif
2182 %if %{with_users}
2183 %{_libdir}/%{name}/users.so
2184 %endif
2185 %if %{with_uuid}
2186 %{_libdir}/%{name}/uuid.so
2187 %endif
2188 %if %{with_vmem}
2189 %{_libdir}/%{name}/vmem.so
2190 %endif
2191 %if %{with_vserver}
2192 %{_libdir}/%{name}/vserver.so
2193 %endif
2194 %if %{with_wireless}
2195 %{_libdir}/%{name}/wireless.so
2196 %endif
2197 %if %{with_write_graphite}
2198 %{_libdir}/%{name}/write_graphite.so
2199 %endif
2200 %if %{with_write_log}
2201 %{_libdir}/%{name}/write_log.so
2202 %endif
2203 %if %{with_write_sensu}
2204 %{_libdir}/%{name}/write_sensu.so
2205 %endif
2206 %if %{with_write_tsdb}
2207 %{_libdir}/%{name}/write_tsdb.so
2208 %endif
2209 %if %{with_zfs_arc}
2210 %{_libdir}/%{name}/zfs_arc.so
2211 %endif
2212 %if %{with_zookeeper}
2213 %{_libdir}/%{name}/zookeeper.so
2214 %endif
2215
2216 %files -n libcollectdclient-devel
2217 %{_includedir}/collectd/client.h
2218 %{_includedir}/collectd/network.h
2219 %{_includedir}/collectd/network_buffer.h
2220 %{_includedir}/collectd/lcc_features.h
2221 %{_libdir}/pkgconfig/libcollectdclient.pc
2222 %{_libdir}/libcollectdclient.so
2223
2224 %files -n libcollectdclient
2225 %{_libdir}/libcollectdclient.so.*
2226
2227 %files -n collectd-utils
2228 %{_bindir}/collectd-nagios
2229 %{_bindir}/collectd-tg
2230 %{_bindir}/collectdctl
2231 %{_mandir}/man1/collectdctl.1*
2232 %{_mandir}/man1/collectd-nagios.1*
2233 %{_mandir}/man1/collectd-tg.1*
2234
2235 %if %{with_amqp}
2236 %files amqp
2237 %{_libdir}/%{name}/amqp.so
2238 %endif
2239
2240 %if %{with_apache}
2241 %files apache
2242 %{_libdir}/%{name}/apache.so
2243 %endif
2244
2245 %if %{with_aquaero}
2246 %files aquaero
2247 %{_libdir}/%{name}/aquaero.so
2248 %endif
2249
2250 %if %{with_ascent}
2251 %files ascent
2252 %{_libdir}/%{name}/ascent.so
2253 %endif
2254
2255 %if %{with_barometer}
2256 %files barometer
2257 %{_libdir}/%{name}/barometer.so
2258 %endif
2259
2260 %if %{with_bind}
2261 %files bind
2262 %{_libdir}/%{name}/bind.so
2263 %endif
2264
2265 %if %{with_ceph}
2266 %files ceph
2267 %{_libdir}/%{name}/ceph.so
2268 %endif
2269
2270 %if %{with_chrony}
2271 %files chrony
2272 %{_libdir}/%{name}/chrony.so
2273 %endif
2274
2275 %if %{with_curl}
2276 %files curl
2277 %{_libdir}/%{name}/curl.so
2278 %endif
2279
2280 %if %{with_curl_json}
2281 %files curl_json
2282 %{_libdir}/%{name}/curl_json.so
2283 %endif
2284
2285 %if %{with_curl_xml}
2286 %files curl_xml
2287 %{_libdir}/%{name}/curl_xml.so
2288 %endif
2289
2290 %if %{with_disk}
2291 %files disk
2292 %{_libdir}/%{name}/disk.so
2293 %endif
2294
2295 %if %{with_dns}
2296 %files dns
2297 %{_libdir}/%{name}/dns.so
2298 %endif
2299
2300 %if %{with_dbi}
2301 %files dbi
2302 %{_libdir}/%{name}/dbi.so
2303 %endif
2304
2305 %if %{with_email}
2306 %files email
2307 %{_libdir}/%{name}/email.so
2308 %endif
2309
2310 %if %{with_gmond}
2311 %files gmond
2312 %{_libdir}/%{name}/gmond.so
2313 %endif
2314
2315 %if %{with_gps}
2316 %files gps
2317 %{_libdir}/%{name}/gps.so
2318 %endif
2319
2320 %if %{with_grpc}
2321 %files grpc
2322 %{_libdir}/%{name}/grpc.so
2323 %endif
2324
2325 %if %{with_hddtemp}
2326 %files hddtemp
2327 %{_libdir}/%{name}/hddtemp.so
2328 %endif
2329
2330 %if %{with_ipmi}
2331 %files ipmi
2332 %{_libdir}/%{name}/ipmi.so
2333 %endif
2334
2335 %if %{with_iptables}
2336 %files iptables
2337 %{_libdir}/%{name}/iptables.so
2338 %endif
2339
2340 %if %{with_java}
2341 %files java
2342 %{_datadir}/collectd/java/collectd-api.jar
2343 %{_datadir}/collectd/java/generic-jmx.jar
2344 %{_libdir}/%{name}/java.so
2345 %{_mandir}/man5/collectd-java.5*
2346 %endif
2347
2348 %if %{with_virt}
2349 %files virt
2350 %{_libdir}/%{name}/virt.so
2351 %endif
2352
2353 %if %{with_log_logstash}
2354 %files log_logstash
2355 %{_libdir}/%{name}/log_logstash.so
2356 %endif
2357
2358 %if %{with_lua}
2359 %files lua
2360 %{_mandir}/man5/collectd-lua*
2361 %{_libdir}/%{name}/lua.so
2362 %endif
2363
2364 %if %{with_lvm}
2365 %files lvm
2366 %{_libdir}/%{name}/lvm.so
2367 %endif
2368
2369 %if %{with_memcachec}
2370 %files memcachec
2371 %{_libdir}/%{name}/memcachec.so
2372 %endif
2373
2374 %if %{with_mic}
2375 %files mic
2376 %{_libdir}/%{name}/mic.so
2377 %endif
2378
2379 %if %{with_modbus}
2380 %files modbus
2381 %{_libdir}/%{name}/modbus.so
2382 %endif
2383
2384 %if %{with_mqtt}
2385 %files mqtt
2386 %{_libdir}/%{name}/mqtt.so
2387 %endif
2388
2389 %if %{with_mysql}
2390 %files mysql
2391 %{_libdir}/%{name}/mysql.so
2392 %endif
2393
2394 %if %{with_netlink}
2395 %files netlink
2396 %{_libdir}/%{name}/netlink.so
2397 %endif
2398
2399 %if %{with_nginx}
2400 %files nginx
2401 %{_libdir}/%{name}/nginx.so
2402 %endif
2403
2404 %if %{with_notify_desktop}
2405 %files notify_desktop
2406 %{_libdir}/%{name}/notify_desktop.so
2407 %endif
2408
2409 %if %{with_notify_email}
2410 %files notify_email
2411 %{_libdir}/%{name}/notify_email.so
2412 %endif
2413
2414 %if %{with_nut}
2415 %files nut
2416 %{_libdir}/%{name}/nut.so
2417 %endif
2418
2419 %if %{with_openldap}
2420 %files openldap
2421 %{_libdir}/%{name}/openldap.so
2422 %endif
2423
2424 %if %{with_perl}
2425 %files perl
2426 %{perl_vendorlib}/Collectd.pm
2427 %{perl_vendorlib}/Collectd/
2428 %{_mandir}/man3/Collectd::Unixsock.3pm*
2429 %{_mandir}/man5/collectd-perl.5*
2430 %{_libdir}/%{name}/perl.so
2431 %endif
2432
2433 %if %{with_pinba}
2434 %files pinba
2435 %{_libdir}/%{name}/pinba.so
2436 %endif
2437
2438 %if %{with_ping}
2439 %files ping
2440 %{_libdir}/%{name}/ping.so
2441 %endif
2442
2443 %if %{with_postgresql}
2444 %files postgresql
2445 %{_datadir}/collectd/postgresql_default.conf
2446 %{_libdir}/%{name}/postgresql.so
2447 %endif
2448
2449 %if %{with_python}
2450 %files python
2451 %{_mandir}/man5/collectd-python*
2452 %{_libdir}/%{name}/python.so
2453 %endif
2454
2455 %if %{with_redis}
2456 %files redis
2457 %{_libdir}/%{name}/redis.so
2458 %endif
2459
2460 %if %{with_rrdcached}
2461 %files rrdcached
2462 %{_libdir}/%{name}/rrdcached.so
2463 %endif
2464
2465 %if %{with_rrdtool}
2466 %files rrdtool
2467 %{_libdir}/%{name}/rrdtool.so
2468 %endif
2469
2470 %if %{with_sensors}
2471 %files sensors
2472 %{_libdir}/%{name}/sensors.so
2473 %endif
2474
2475 %if %{with_sigrok}
2476 %files sigrok
2477 %{_libdir}/%{name}/sigrok.so
2478 %endif
2479
2480 %if %{with_smart}
2481 %files smart
2482 %{_libdir}/%{name}/smart.so
2483 %endif
2484
2485 %if %{with_snmp}
2486 %files snmp
2487 %{_mandir}/man5/collectd-snmp.5*
2488 %{_libdir}/%{name}/snmp.so
2489 %endif
2490
2491 %if %{with_varnish}
2492 %files varnish
2493 %{_libdir}/%{name}/varnish.so
2494 %endif
2495
2496 %if %{with_write_http}
2497 %files write_http
2498 %{_libdir}/%{name}/write_http.so
2499 %endif
2500
2501 %if %{with_write_kafka}
2502 %files write_kafka
2503 %{_libdir}/%{name}/write_kafka.so
2504 %endif
2505
2506 %if %{with_write_redis}
2507 %files write_redis
2508 %{_libdir}/%{name}/write_redis.so
2509 %endif
2510
2511 %if %{with_write_riemann}
2512 %files write_riemann
2513 %{_libdir}/%{name}/write_riemann.so
2514 %endif
2515
2516 %if %{with_xencpu}
2517 %files xencpu
2518 %{_libdir}/%{name}/xencpu.so
2519 %endif
2520
2521 %if %{with_xmms}
2522 %files xmms
2523 %{_libdir}/%{name}/xmms.so
2524 %endif
2525
2526 %files collection3
2527 %{_localstatedir}/www/collection3
2528 %{_sysconfdir}/httpd/conf.d/collection3.conf
2529
2530 %files php-collection
2531 %{_localstatedir}/www/php-collection
2532 %{_sysconfdir}/httpd/conf.d/php-collection.conf
2533
2534 %files contrib
2535 %doc contrib/
2536
2537 %changelog
2538 * Tue Aug 23 2016 Marc Fournier <marc.fournier@camptocamp.com> - 5.7.0-1
2539 - New PRE-RELEASE version
2540 - New plugins enabled by default: hugepages
2541 - New plugins disabled by default: dpdk
2542
2543 * Sun Aug 14 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.6.0-1
2544 - New PRE-RELEASE version
2545 - New plugins enabled by default: chrony, cpusleep, gps, lua, mqtt, notify_nagios
2546 - New plugins disabled by default: grpc, xencpu, zone
2547
2548 * Tue Jul 26 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.5.2-1
2549 - New upstream version
2550 - Contains fix for CVE-2016-6254
2551 - Change collectd.org url to https
2552
2553 * Sat Jun 04 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> 5.5.1-1
2554 - New upstream version
2555
2556 * Wed May 27 2015 Marc Fournier <marc.fournier@camptocamp.com> 5.5.0-1
2557 - New upstream version
2558 - New plugins enabled by default: ceph, drbd, log_logstash, write_tsdb, smart,
2559   openldap, redis, write_redis, zookeeper, write_log, write_sensu, ipc,
2560   turbostat, fhcount
2561 - New plugins disabled by default: barometer, write_kafka
2562 - Enable zfs_arc, now supported on Linux
2563 - Install disk plugin in a dedicated package, as it depends on libudev
2564 - use systemd on EL7, sysvinit on EL6 & EL5
2565 - Install collectdctl, collectd-tg and collectd-nagios in collectd-utils.rpm
2566 - Add build-dependency on libcap-devel
2567
2568 * Mon Aug 19 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.4.2-1
2569 - New upstream version
2570 - Build netlink plugin by default
2571 - Enable cgroups, lvm and statsd plugins
2572 - Enable (but don't build by default) mic, aquaero and sigrok plugins
2573 - Enable modbus, memcachec and xmms plugins on RHEL7
2574
2575 * Tue Aug 06 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.1-1
2576 - New upstream version
2577 - Added RHEL5 support:
2578   * conditionally disable plugins not building on this platform
2579   * add/specify some build dependencies and options
2580   * replace some RPM macros not available on this platform
2581 - Removed duplicate --enable-aggregation
2582 - Added some comments & usage examples
2583 - Replaced a couple of "Buildrequires" by "BuildRequires"
2584 - Enabled modbus plugin on RHEL6
2585 - Enabled netlink plugin on RHEL6 and RHEL7
2586 - Allow perl plugin to build on RHEL5
2587 - Add support for RHEL7
2588 - Misc perl-related improvements:
2589   * prevent rpmbuild from extracting dependencies from files in /usr/share/doc
2590   * don't package collection3 and php-collection twice
2591   * keep perl scripts from contrib/ in collectd-contrib
2592
2593 * Wed Apr 10 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.0-1
2594 - New upstream version
2595 - Enabled write_riemann plugin
2596 - Enabled tail_csv plugin
2597 - Installed collectd-tc manpage
2598
2599 * Fri Jan 11 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-3
2600 - remove dependency on libstatgrab, which isn't required on linux
2601
2602 * Thu Jan 03 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-2
2603 - collection3 and php-collection viewers are now in separate packages
2604
2605 * Fri Dec 21 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-1
2606 - New upstream version
2607 - Enabled aggregation plugin
2608 - Installed collectd-tc
2609 - Added network.h and network_buffer.h to libcollectdclient-devel
2610 - Moved libxml2-devel and libcurl-devel BRs to relevant plugins sections
2611 - Moved libcollectdclient.so from libcollectdclient-devel to libcollectdclient
2612 - Added rrdcached and redis plugin descriptions
2613 - Mentioned new pf plugin in disabled plugins list
2614
2615 * Sun Nov 18 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-3
2616 - Follow Fedora Packaging Guidelines in java subpackage
2617
2618 * Sat Nov 17 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-2
2619 - Move perl stuff to perl_vendorlib
2620 - Replace hardcoded paths with macros
2621 - Remove unnecessary Requires
2622 - Removed .a and .la files
2623 - Some other small cleanups
2624
2625 * Fri Nov 16 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.1.0-1
2626 - New upstream version
2627 - Changes to support 5.1.0
2628 - Enabled all buildable plugins based on libraries available on EL6 + EPEL
2629 - All plugins requiring external libraries are now shipped in separate
2630   packages.
2631 - No longer treat Java plugin as an exception, correctly set $JAVA_HOME during
2632   the build process + ensure build deps are installed.
2633 - Dropped per-plugin configuration files, as they tend to diverge from upstream
2634   defaults.
2635 - Moved perl stuff to /usr/share/perl5/
2636 - Don't alter Interval and ReadThreads by default, let the user change this
2637   himself.
2638 - Initscript improvements:
2639   * checks configuration before (re)starting, based on debian's initscript
2640   * use /etc/sysconfig instdead of /etc/default
2641   * include optional $ARGS in arguments passed to collectd.
2642 - Drop collection.cgi from main package, as it's been obsoleted by collection3
2643 - Moved contrib/ to its own package, to avoid cluttering the main package with
2644   non-essential stuff.
2645 - Replaced BuildPrereq by BuildRequires
2646
2647 * Mon Jan 03 2011 Monetate <jason.stelzer@monetate.com> 5.0.1
2648 - New upstream version
2649 - Changes to support 5.0.1
2650
2651 * Mon Jan 04 2010 Rackspace <stu.hood@rackspace.com> 4.9.0
2652 - New upstream version
2653 - Changes to support 4.9.0
2654 - Added support for Java/GenericJMX plugin
2655
2656 * Mon Mar 17 2008 RightScale <support@rightscale.com> 4.3.1
2657 - New upstream version
2658 - Changes to support 4.3.1
2659 - Added More Prereqs to support more plugins
2660 - Added support for perl plugin
2661
2662 * Mon Aug 06 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.6
2663 - New upstream version
2664
2665 * Wed Jul 25 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.5
2666 - New major releas
2667 - Changes to support 4.0.5
2668
2669 * Thu Jan 11 2007 Iain Lea <iain@bricbrac.de> 3.11.0-0
2670 - fixed spec file to build correctly on fedora core
2671 - added improved init.d script to work with chkconfig
2672 - added %%post and %%postun to call chkconfig automatically
2673
2674 * Sun Jul 09 2006 Florian octo Forster <octo@verplant.org> 3.10.0-1
2675 - New upstream version
2676
2677 * Sun Jun 25 2006 Florian octo Forster <octo@verplant.org> 3.9.4-1
2678 - New upstream version
2679
2680 * Thu Jun 01 2006 Florian octo Forster <octo@verplant.org> 3.9.3-1
2681 - New upstream version
2682
2683 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.9.2-1
2684 - New upstream version
2685
2686 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.8.5-1
2687 - New upstream version
2688
2689 * Fri Apr 21 2006 Florian octo Forster <octo@verplant.org> 3.9.1-1
2690 - New upstream version
2691
2692 * Fri Apr 14 2006 Florian octo Forster <octo@verplant.org> 3.9.0-1
2693 - New upstream version
2694 - Added the `apache' package.
2695
2696 * Tue Mar 14 2006 Florian octo Forster <octo@verplant.org> 3.8.2-1
2697 - New upstream version
2698
2699 * Mon Mar 13 2006 Florian octo Forster <octo@verplant.org> 3.8.1-1
2700 - New upstream version
2701
2702 * Thu Mar 09 2006 Florian octo Forster <octo@verplant.org> 3.8.0-1
2703 - New upstream version
2704
2705 * Sat Feb 18 2006 Florian octo Forster <octo@verplant.org> 3.7.2-1
2706 - Include `tape.so' so the build doesn't terminate because of missing files..
2707 - New upstream version
2708
2709 * Sat Feb 04 2006 Florian octo Forster <octo@verplant.org> 3.7.1-1
2710 - New upstream version
2711
2712 * Mon Jan 30 2006 Florian octo Forster <octo@verplant.org> 3.7.0-1
2713 - New upstream version
2714 - Removed the extra `hddtemp' package
2715
2716 * Tue Jan 24 2006 Florian octo Forster <octo@verplant.org> 3.6.2-1
2717 - New upstream version
2718
2719 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.1-1
2720 - New upstream version
2721
2722 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.0-1
2723 - New upstream version
2724 - Added config file, `collectd.conf(5)', `df.so'
2725 - Added package `collectd-mysql', dependency on `mysqlclient10 | mysql'
2726
2727 * Wed Dec 07 2005 Florian octo Forster <octo@verplant.org> 3.5.0-1
2728 - New upstream version
2729
2730 * Sat Nov 26 2005 Florian octo Forster <octo@verplant.org> 3.4.0-1
2731 - New upstream version
2732
2733 * Sat Nov 05 2005 Florian octo Forster <octo@verplant.org> 3.3.0-1
2734 - New upstream version
2735
2736 * Wed Oct 26 2005 Florian octo Forster <octo@verplant.org> 3.2.0-1
2737 - New upstream version
2738 - Added statement to remove the `*.la' files. This fixes a problem when
2739   `Unpackaged files terminate build' is in effect.
2740 - Added `processes.so*' to the main package
2741
2742 * Fri Oct 14 2005 Florian octo Forster <octo@verplant.org> 3.1.0-1
2743 - New upstream version
2744 - Added package `collectd-hddtemp'
2745
2746 * Fri Sep 30 2005 Florian octo Forster <octo@verplant.org> 3.0.0-1
2747 - New upstream version
2748 - Split the package into `collectd' and `collectd-sensors'
2749
2750 * Fri Sep 16 2005 Florian octo Forster <octo@verplant.org> 2.1.0-1
2751 - New upstream version
2752
2753 * Sat Sep 10 2005 Florian octo Forster <octo@verplant.org> 2.0.0-1
2754 - New upstream version
2755
2756 * Mon Aug 29 2005 Florian octo Forster <octo@verplant.org> 1.8.0-1
2757 - New upstream version
2758
2759 * Thu Aug 25 2005 Florian octo Forster <octo@verplant.org> 1.7.0-1
2760 - New upstream version
2761
2762 * Sun Aug 21 2005 Florian octo Forster <octo@verplant.org> 1.6.0-1
2763 - New upstream version
2764
2765 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5.1-1
2766 - New upstream version
2767
2768 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5-1
2769 - New upstream version
2770
2771 * Mon Jul 11 2005 Florian octo Forster <octo@verplant.org> 1.4.2-1
2772 - New upstream version
2773
2774 * Sat Jul 09 2005 Florian octo Forster <octo@verplant.org> 1.4-1
2775 - Built on RedHat 7.3