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