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