a5ca146c06b3eb503c09a36fc8475809c224abbf
[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_modbus}
929 %define _with_modbus --enable-modbus
930 %else
931 %define _with_modbus --disable-modbus
932 %endif
933
934 %if %{with_mysql}
935 %define _with_mysql --enable-mysql
936 %else
937 %define _with_mysql --disable-mysql
938 %endif
939
940 %if %{with_netapp}
941 %define _with_netapp --enable-netapp
942 %else
943 %define _with_netapp --disable-netapp
944 %endif
945
946 %if %{with_netlink}
947 %define _with_netlink --enable-netlink
948 %else
949 %define _with_netlink --disable-netlink
950 %endif
951
952 %if %{with_network}
953 %define _with_network --enable-network
954 %else
955 %define _with_network --disable-network
956 %endif
957
958 %if %{with_nfs}
959 %define _with_nfs --enable-nfs
960 %else
961 %define _with_nfs --disable-nfs
962 %endif
963
964 %if %{with_nginx}
965 %define _with_nginx --enable-nginx
966 %else
967 %define _with_nginx --disable-nginx
968 %endif
969
970 %if %{with_notify_desktop}
971 %define _with_notify_desktop --enable-notify_desktop
972 %else
973 %define _with_notify_desktop --disable-notify_desktop
974 %endif
975
976 %if %{with_notify_email}
977 %define _with_notify_email --enable-notify_email
978 %else
979 %define _with_notify_email --disable-notify_email --without-libesmpt
980 %endif
981
982 %if %{with_ntpd}
983 %define _with_ntpd --enable-ntpd
984 %else
985 %define _with_ntpd --disable-ntpd
986 %endif
987
988 %if %{with_numa}
989 %define _with_numa --enable-numa
990 %else
991 %define _with_numa --disable-numa
992 %endif
993
994 %if %{with_nut}
995 %define _with_nut --enable-nut
996 %else
997 %define _with_nut --disable-nut
998 %endif
999
1000 %if %{with_olsrd}
1001 %define _with_olsrd --enable-olsrd
1002 %else
1003 %define _with_olsrd --disable-olsrd
1004 %endif
1005
1006 %if %{with_onewire}
1007 %define _with_onewire --enable-onewire
1008 %else
1009 %define _with_onewire --disable-onewire
1010 %endif
1011
1012 %if %{with_openvpn}
1013 %define _with_openvpn --enable-openvpn
1014 %else
1015 %define _with_openvpn --disable-openvpn
1016 %endif
1017
1018 %if %{with_oracle}
1019 %define _with_oracle --enable-oracle
1020 %else
1021 %define _with_oracle --disable-oracle
1022 %endif
1023
1024 %if %{with_perl}
1025 %define _with_perl --enable-perl --with-perl-bindings="INSTALLDIRS=vendor"
1026 %else
1027 %define _with_perl --disable-perl --without-libperl
1028 %endif
1029
1030 %if %{with_pf}
1031 %define _with_pf --enable-pf
1032 %else
1033 %define _with_pf --disable-pf
1034 %endif
1035
1036 %if %{with_pinba}
1037 %define _with_pinba --enable-pinba
1038 %else
1039 %define _with_pinba --disable-pinba
1040 %endif
1041
1042 %if %{with_ping}
1043 %define _with_ping --enable-ping
1044 %else
1045 %define _with_ping --disable-ping
1046 %endif
1047
1048 %if %{with_postgresql}
1049 %define _with_postgresql --enable-postgresql
1050 %else
1051 %define _with_postgresql --disable-postgresql
1052 %endif
1053
1054 %if %{with_powerdns}
1055 %define _with_powerdns --enable-powerdns
1056 %else
1057 %define _with_powerdns --disable-powerdns
1058 %endif
1059
1060 %if %{with_processes}
1061 %define _with_processes --enable-processes
1062 %else
1063 %define _with_processes --disable-processes
1064 %endif
1065
1066 %if %{with_protocols}
1067 %define _with_protocols --enable-protocols
1068 %else
1069 %define _with_protocols --disable-protocols
1070 %endif
1071
1072 %if %{with_python}
1073 %if 0%{?rhel} >= 6
1074 %define _with_python --enable-python
1075 %else
1076 %define _with_python --enable-python --with-python=%{_bindir}/python2.6
1077 %endif
1078 %else
1079 %define _with_python --disable-python
1080 %endif
1081
1082 %if %{with_redis}
1083 %define _with_redis --enable-redis
1084 %else
1085 %define _with_redis --disable-redis
1086 %endif
1087
1088 %if %{with_routeros}
1089 %define _with_routeros --enable-routeros
1090 %else
1091 %define _with_routeros --disable-routeros
1092 %endif
1093
1094 %if %{with_rrdcached}
1095 %define _with_rrdcached --enable-rrdcached
1096 %else
1097 %define _with_rrdcached --disable-rrdcached
1098 %endif
1099
1100 %if %{with_rrdtool}
1101 %define _with_rrdtool --enable-rrdtool
1102 %else
1103 %define _with_rrdtool --disable-rrdtool
1104 %endif
1105
1106 %if %{with_sensors}
1107 %define _with_sensors --enable-sensors
1108 %else
1109 %define _with_sensors --disable-sensors
1110 %endif
1111
1112 %if %{with_serial}
1113 %define _with_serial --enable-serial
1114 %else
1115 %define _with_serial --disable-serial
1116 %endif
1117
1118 %if %{with_snmp}
1119 %define _with_snmp --enable-snmp
1120 %else
1121 %define _with_snmp --disable-snmp
1122 %endif
1123
1124 %if %{with_swap}
1125 %define _with_swap --enable-swap
1126 %else
1127 %define _with_swap --disable-swap
1128 %endif
1129
1130 %if %{with_syslog}
1131 %define _with_syslog --enable-syslog
1132 %else
1133 %define _with_syslog --disable-syslog
1134 %endif
1135
1136 %if %{with_table}
1137 %define _with_table --enable-table
1138 %else
1139 %define _with_table --disable-table
1140 %endif
1141
1142 %if %{with_tail}
1143 %define _with_tail --enable-tail
1144 %else
1145 %define _with_tail --disable-tail
1146 %endif
1147
1148 %if %{with_tail_csv}
1149 %define _with_tail_csv --enable-tail_csv
1150 %else
1151 %define _with_tail_csv --disable-tail_csv
1152 %endif
1153
1154 %if %{with_tape}
1155 %define _with_tape --enable-tape
1156 %else
1157 %define _with_tape --disable-tape
1158 %endif
1159
1160 %if %{with_tcpconns}
1161 %define _with_tcpconns --enable-tcpconns
1162 %else
1163 %define _with_tcpconns --disable-tcpconns
1164 %endif
1165
1166 %if %{with_teamspeak2}
1167 %define _with_teamspeak2 --enable-teamspeak2
1168 %else
1169 %define _with_teamspeak2 --disable-teamspeak2
1170 %endif
1171
1172 %if %{with_ted}
1173 %define _with_ted --enable-ted
1174 %else
1175 %define _with_ted --disable-ted
1176 %endif
1177
1178 %if %{with_thermal}
1179 %define _with_thermal --enable-thermal
1180 %else
1181 %define _with_thermal --disable-thermal
1182 %endif
1183
1184 %if %{with_threshold}
1185 %define _with_threshold --enable-threshold
1186 %else
1187 %define _with_threshold --disable-threshold
1188 %endif
1189
1190 %if %{with_tokyotyrant}
1191 %define _with_tokyotyrant --enable-tokyotyrant
1192 %else
1193 %define _with_tokyotyrant --disable-tokyotyrant
1194 %endif
1195
1196 %if %{with_unixsock}
1197 %define _with_unixsock --enable-unixsock
1198 %else
1199 %define _with_unixsock --disable-unixsock
1200 %endif
1201
1202 %if %{with_uptime}
1203 %define _with_uptime --enable-uptime
1204 %else
1205 %define _with_uptime --disable-uptime
1206 %endif
1207
1208 %if %{with_users}
1209 %define _with_users --enable-users
1210 %else
1211 %define _with_users --disable-users
1212 %endif
1213
1214 %if %{with_uuid}
1215 %define _with_uuid --enable-uuid
1216 %else
1217 %define _with_uuid --disable-uuid
1218 %endif
1219
1220 %if %{with_varnish}
1221 %define _with_varnish --enable-varnish
1222 %else
1223 %define _with_varnish --disable-varnish
1224 %endif
1225
1226 %if %{with_vmem}
1227 %define _with_vmem --enable-vmem
1228 %else
1229 %define _with_vmem --disable-vmem
1230 %endif
1231
1232 %if %{with_vserver}
1233 %define _with_vserver --enable-vserver
1234 %else
1235 %define _with_vserver --disable-vserver
1236 %endif
1237
1238 %if %{with_wireless}
1239 %define _with_wireless --enable-wireless
1240 %else
1241 %define _with_wireless --disable-wireless
1242 %endif
1243
1244 %if %{with_write_graphite}
1245 %define _with_write_graphite --enable-write_graphite
1246 %else
1247 %define _with_write_graphite --disable-write_graphite
1248 %endif
1249
1250 %if %{with_write_http}
1251 %define _with_write_http --enable-write_http
1252 %else
1253 %define _with_write_http --disable-write_http
1254 %endif
1255
1256 %if %{with_write_mongodb}
1257 %define _with_write_mongodb --enable-write_mongodb
1258 %else
1259 %define _with_write_mongodb --disable-write_mongodb --without-libmongoc
1260 %endif
1261
1262 %if %{with_write_redis}
1263 %define _with_write_redis --enable-write_redis
1264 %else
1265 %define _with_write_redis --disable-write_redis --without-libcredis
1266 %endif
1267
1268 %if %{with_write_riemann}
1269 %define _with_write_riemann --enable-write_riemann
1270 %else
1271 %define _with_write_riemann --disable-write_riemann
1272 %endif
1273
1274 %if %{with_xmms}
1275 %define _with_xmms --enable-xmms
1276 %else
1277 %define _with_xmms --disable-xmms
1278 %endif
1279
1280 %if %{with_zfs_arc}
1281 %define _with_zfs_arc --enable-zfs_arc
1282 %else
1283 %define _with_zfs_arc --disable-zfs_arc
1284 %endif
1285
1286 %configure CFLAGS="%{optflags} -DLT_LAZY_OR_NOW=\"RTLD_LAZY|RTLD_GLOBAL\"" \
1287         --disable-static \
1288         --without-included-ltdl \
1289         --enable-all-plugins=yes \
1290         --enable-match_empty_counter \
1291         --enable-match_hashed \
1292         --enable-match_regex \
1293         --enable-match_timediff \
1294         --enable-match_value \
1295         --enable-target_notification \
1296         --enable-target_replace \
1297         --enable-target_scale \
1298         --enable-target_set \
1299         --enable-target_v5upgrade \
1300         %{?_with_aggregation} \
1301         %{?_with_amqp} \
1302         %{?_with_apache} \
1303         %{?_with_apcups} \
1304         %{?_with_apple_sensors} \
1305         %{?_with_ascent} \
1306         %{?_with_battery} \
1307         %{?_with_bind} \
1308         %{?_with_conntrack} \
1309         %{?_with_contextswitch} \
1310         %{?_with_cpu} \
1311         %{?_with_cpufreq} \
1312         %{?_with_csv} \
1313         %{?_with_curl} \
1314         %{?_with_curl_json} \
1315         %{?_with_curl_xml} \
1316         %{?_with_dbi} \
1317         %{?_with_df} \
1318         %{?_with_disk} \
1319         %{?_with_dns} \
1320         %{?_with_email} \
1321         %{?_with_entropy} \
1322         %{?_with_ethstat} \
1323         %{?_with_exec} \
1324         %{?_with_filecount} \
1325         %{?_with_fscache} \
1326         %{?_with_gmond} \
1327         %{?_with_hddtemp} \
1328         %{?_with_interface} \
1329         %{?_with_ipmi} \
1330         %{?_with_iptables} \
1331         %{?_with_ipvs} \
1332         %{?_with_java} \
1333         %{?_with_libvirt} \
1334         %{?_with_lpar} \
1335         %{?_with_memcachec} \
1336         %{?_with_modbus} \
1337         %{?_with_multimeter} \
1338         %{?_with_mysql} \
1339         %{?_with_netapp} \
1340         %{?_with_netlink} \
1341         %{?_with_nginx} \
1342         %{?_with_notify_desktop} \
1343         %{?_with_notify_email} \
1344         %{?_with_nut} \
1345         %{?_with_onewire} \
1346         %{?_with_oracle} \
1347         %{?_with_perl} \
1348         %{?_with_pf} \
1349         %{?_with_pinba} \
1350         %{?_with_ping} \
1351         %{?_with_postgresql} \
1352         %{?_with_python} \
1353         %{?_with_redis} \
1354         %{?_with_routeros} \
1355         %{?_with_rrdcached} \
1356         %{?_with_rrdtool} \
1357         %{?_with_sensors} \
1358         %{?_with_snmp} \
1359         %{?_with_tape} \
1360         %{?_with_tokyotyrant} \
1361         %{?_with_varnish} \
1362         %{?_with_write_http} \
1363         %{?_with_write_mongodb} \
1364         %{?_with_write_redis} \
1365         %{?_with_xmms} \
1366         %{?_with_zfs_arc} \
1367         %{?_with_irq} \
1368         %{?_with_load} \
1369         %{?_with_logfile} \
1370         %{?_with_madwifi} \
1371         %{?_with_mbmon} \
1372         %{?_with_md} \
1373         %{?_with_memcached} \
1374         %{?_with_memory} \
1375         %{?_with_network} \
1376         %{?_with_nfs} \
1377         %{?_with_ntpd} \
1378         %{?_with_numa} \
1379         %{?_with_olsrd} \
1380         %{?_with_openvpn} \
1381         %{?_with_powerdns} \
1382         %{?_with_processes} \
1383         %{?_with_protocols} \
1384         %{?_with_serial} \
1385         %{?_with_swap} \
1386         %{?_with_syslog} \
1387         %{?_with_table} \
1388         %{?_with_tail} \
1389         %{?_with_tail_csv} \
1390         %{?_with_tcpconns} \
1391         %{?_with_teamspeak2} \
1392         %{?_with_ted} \
1393         %{?_with_thermal} \
1394         %{?_with_threshold} \
1395         %{?_with_unixsock} \
1396         %{?_with_uptime} \
1397         %{?_with_users} \
1398         %{?_with_uuid} \
1399         %{?_with_vmem} \
1400         %{?_with_vserver} \
1401         %{?_with_wireless}\
1402         %{?_with_write_graphite} \
1403         %{?_with_write_http} \
1404         %{?_with_write_riemann}
1405
1406
1407 %{__make} %{?_smp_mflags}
1408
1409
1410 %install
1411 rm -rf %{buildroot}
1412 %{__make} install DESTDIR=%{buildroot}
1413 %{__install} -Dp -m 0755 contrib/redhat/init.d-collectd %{buildroot}%{_initrddir}/collectd
1414 %{__install} -Dp -m0644 src/collectd.conf %{buildroot}%{_sysconfdir}/collectd.conf
1415 %{__install} -d %{buildroot}%{_sharedstatedir}/collectd/
1416 %{__install} -d %{buildroot}%{_sysconfdir}/collectd.d/
1417
1418 %{__mkdir} -p %{buildroot}%{_localstatedir}/www
1419 %{__mkdir} -p %{buildroot}/%{_sysconfdir}/httpd/conf.d
1420
1421 %{__cp} -a contrib/collection3 %{buildroot}%{_localstatedir}/www
1422 %{__cp} -a contrib/redhat/collection3.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1423
1424 %{__cp} -a contrib/php-collection %{buildroot}%{_localstatedir}/www
1425 %{__cp} -a contrib/redhat/php-collection.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
1426
1427 ### Clean up docs
1428 find contrib/ -type f -exec %{__chmod} a-x {} \;
1429 # *.la files shouldn't be distributed.
1430 rm -f %{buildroot}/%{_libdir}/{collectd/,}*.la
1431
1432 # Move the Perl examples to a separate directory.
1433 mkdir perl-examples
1434 find contrib -name '*.p[lm]' -exec mv {} perl-examples/ \;
1435
1436 # Remove Perl hidden .packlist files.
1437 find %{buildroot} -type f -name .packlist -delete
1438 # Remove Perl temporary file perllocal.pod
1439 find %{buildroot} -type f -name perllocal.pod -delete
1440
1441 %if ! %{with_java}
1442 rm -f %{buildroot}%{_mandir}/man5/collectd-java.5*
1443 %endif
1444
1445 %if ! %{with_perl}
1446 rm -f %{buildroot}%{_mandir}/man5/collectd-perl.5*
1447 rm -f %{buildroot}%{_mandir}/man3/Collectd::Unixsock.3pm*
1448 rm -fr perl-examples/
1449 rm -fr %{buildroot}/usr/lib/perl5/
1450 %endif
1451
1452 %if ! %{with_python}
1453 rm -f %{buildroot}%{_mandir}/man5/collectd-python.5*
1454 %endif
1455
1456 %if ! %{with_snmp}
1457 rm -f %{buildroot}%{_mandir}/man5/collectd-snmp.5*
1458 %endif
1459
1460
1461 %clean
1462 rm -rf %{buildroot}
1463
1464 %post
1465 /sbin/chkconfig --add collectd
1466
1467 %preun
1468 if [ $1 -eq 0 ]; then
1469         /sbin/service collectd stop &>/dev/null
1470         /sbin/chkconfig --del collectd
1471 fi
1472
1473 %postun
1474 if [ $1 -ge 1 ]; then
1475         /sbin/service collectd condrestart &>/dev/null || :
1476 fi
1477
1478 %post -n libcollectdclient -p /sbin/ldconfig
1479 %postun -n libcollectdclient -p /sbin/ldconfig
1480
1481
1482 %files
1483 %doc AUTHORS COPYING ChangeLog README
1484 %config(noreplace) %{_sysconfdir}/collectd.conf
1485 %{_initrddir}/collectd
1486 %{_sbindir}/collectd
1487 %{_bindir}/collectd-nagios
1488 %{_bindir}/collectd-tg
1489 %{_bindir}/collectdctl
1490 %{_sbindir}/collectdmon
1491 %{_datadir}/collectd/
1492 %{_sharedstatedir}/collectd
1493 %{_mandir}/man1/collectd-nagios.1*
1494 %{_mandir}/man1/collectd.1*
1495 %{_mandir}/man1/collectdctl.1*
1496 %{_mandir}/man1/collectdmon.1*
1497 %{_mandir}/man1/collectd-tg.1*
1498 %{_mandir}/man5/collectd-email.5*
1499 %{_mandir}/man5/collectd-exec.5*
1500 %{_mandir}/man5/collectd-threshold.5*
1501 %{_mandir}/man5/collectd-unixsock.5*
1502 %{_mandir}/man5/collectd.conf.5*
1503 %{_mandir}/man5/types.db.5*
1504
1505 # all plugins bundled with the main collectd package
1506 %{_libdir}/%{name}/match_empty_counter.so
1507 %{_libdir}/%{name}/match_hashed.so
1508 %{_libdir}/%{name}/match_regex.so
1509 %{_libdir}/%{name}/match_timediff.so
1510 %{_libdir}/%{name}/match_value.so
1511 %{_libdir}/%{name}/target_notification.so
1512 %{_libdir}/%{name}/target_replace.so
1513 %{_libdir}/%{name}/target_scale.so
1514 %{_libdir}/%{name}/target_set.so
1515 %{_libdir}/%{name}/target_v5upgrade.so
1516
1517 %if %{with_aggregation}
1518 %{_libdir}/%{name}/aggregation.so
1519 %endif
1520 %if %{with_apcups}
1521 %{_libdir}/%{name}/apcups.so
1522 %endif
1523 %if %{with_battery}
1524 %{_libdir}/%{name}/battery.so
1525 %endif
1526 %if %{with_conntrack}
1527 %{_libdir}/%{name}/conntrack.so
1528 %endif
1529 %if %{with_contextswitch}
1530 %{_libdir}/%{name}/contextswitch.so
1531 %endif
1532 %if %{with_cpu}
1533 %{_libdir}/%{name}/cpu.so
1534 %endif
1535 %if %{with_cpufreq}
1536 %{_libdir}/%{name}/cpufreq.so
1537 %endif
1538 %if %{with_csv}
1539 %{_libdir}/%{name}/csv.so
1540 %endif
1541 %if %{with_df}
1542 %{_libdir}/%{name}/df.so
1543 %endif
1544 %if %{with_disk}
1545 %{_libdir}/%{name}/disk.so
1546 %endif
1547 %if %{with_ethstat}
1548 %{_libdir}/%{name}/ethstat.so
1549 %endif
1550 %if %{with_entropy}
1551 %{_libdir}/%{name}/entropy.so
1552 %endif
1553 %if %{with_exec}
1554 %{_libdir}/%{name}/exec.so
1555 %endif
1556 %if %{with_filecount}
1557 %{_libdir}/%{name}/filecount.so
1558 %endif
1559 %if %{with_fscache}
1560 %{_libdir}/%{name}/fscache.so
1561 %endif
1562 %if %{with_interface}
1563 %{_libdir}/%{name}/interface.so
1564 %endif
1565 %if %{with_ipvs}
1566 %{_libdir}/%{name}/ipvs.so
1567 %endif
1568 %if %{with_irq}
1569 %{_libdir}/%{name}/irq.so
1570 %endif
1571 %if %{with_load}
1572 %{_libdir}/%{name}/load.so
1573 %endif
1574 %if %{with_logfile}
1575 %{_libdir}/%{name}/logfile.so
1576 %endif
1577 %if %{with_madwifi}
1578 %{_libdir}/%{name}/madwifi.so
1579 %endif
1580 %if %{with_mbmon}
1581 %{_libdir}/%{name}/mbmon.so
1582 %endif
1583 %if %{with_md}
1584 %{_libdir}/%{name}/md.so
1585 %endif
1586 %if %{with_memcached}
1587 %{_libdir}/%{name}/memcached.so
1588 %endif
1589 %if %{with_memory}
1590 %{_libdir}/%{name}/memory.so
1591 %endif
1592 %if %{with_multimeter}
1593 %{_libdir}/%{name}/multimeter.so
1594 %endif
1595 %if %{with_network}
1596 %{_libdir}/%{name}/network.so
1597 %endif
1598 %if %{with_nfs}
1599 %{_libdir}/%{name}/nfs.so
1600 %endif
1601 %if %{with_ntpd}
1602 %{_libdir}/%{name}/ntpd.so
1603 %endif
1604 %if %{with_numa}
1605 %{_libdir}/%{name}/numa.so
1606 %endif
1607 %if %{with_openvpn}
1608 %{_libdir}/%{name}/openvpn.so
1609 %endif
1610 %if %{with_olsrd}
1611 %{_libdir}/%{name}/olsrd.so
1612 %endif
1613 %if %{with_powerdns}
1614 %{_libdir}/%{name}/powerdns.so
1615 %endif
1616 %if %{with_processes}
1617 %{_libdir}/%{name}/processes.so
1618 %endif
1619 %if %{with_protocols}
1620 %{_libdir}/%{name}/protocols.so
1621 %endif
1622 %if %{with_serial}
1623 %{_libdir}/%{name}/serial.so
1624 %endif
1625 %if %{with_swap}
1626 %{_libdir}/%{name}/swap.so
1627 %endif
1628 %if %{with_syslog}
1629 %{_libdir}/%{name}/syslog.so
1630 %endif
1631 %if %{with_table}
1632 %{_libdir}/%{name}/table.so
1633 %endif
1634 %if %{with_tail}
1635 %{_libdir}/%{name}/tail.so
1636 %endif
1637 %if %{with_tail_csv}
1638 %{_libdir}/%{name}/tail_csv.so
1639 %endif
1640 %if %{with_tcpconns}
1641 %{_libdir}/%{name}/tcpconns.so
1642 %endif
1643 %if %{with_teamspeak2}
1644 %{_libdir}/%{name}/teamspeak2.so
1645 %endif
1646 %if %{with_ted}
1647 %{_libdir}/%{name}/ted.so
1648 %endif
1649 %if %{with_thermal}
1650 %{_libdir}/%{name}/thermal.so
1651 %endif
1652 %if %{with_load}
1653 %{_libdir}/%{name}/threshold.so
1654 %endif
1655 %if %{with_unixsock}
1656 %{_libdir}/%{name}/unixsock.so
1657 %endif
1658 %if %{with_uptime}
1659 %{_libdir}/%{name}/uptime.so
1660 %endif
1661 %if %{with_users}
1662 %{_libdir}/%{name}/users.so
1663 %endif
1664 %if %{with_uuid}
1665 %{_libdir}/%{name}/uuid.so
1666 %endif
1667 %if %{with_vmem}
1668 %{_libdir}/%{name}/vmem.so
1669 %endif
1670 %if %{with_vserver}
1671 %{_libdir}/%{name}/vserver.so
1672 %endif
1673 %if %{with_wireless}
1674 %{_libdir}/%{name}/wireless.so
1675 %endif
1676 %if %{with_write_graphite}
1677 %{_libdir}/%{name}/write_graphite.so
1678 %endif
1679
1680
1681 %files -n libcollectdclient-devel
1682 %{_includedir}/collectd/client.h
1683 %{_includedir}/collectd/network.h
1684 %{_includedir}/collectd/network_buffer.h
1685 %{_includedir}/collectd/lcc_features.h
1686 %{_libdir}/pkgconfig/libcollectdclient.pc
1687
1688 %files -n libcollectdclient
1689 %{_libdir}/libcollectdclient.so
1690 %{_libdir}/libcollectdclient.so.*
1691
1692 %if %{with_amqp}
1693 %files amqp
1694 %{_libdir}/%{name}/amqp.so
1695 %endif
1696
1697 %if %{with_apache}
1698 %files apache
1699 %{_libdir}/%{name}/apache.so
1700 %endif
1701
1702 %if %{with_ascent}
1703 %files ascent
1704 %{_libdir}/%{name}/ascent.so
1705 %endif
1706
1707 %if %{with_bind}
1708 %files bind
1709 %{_libdir}/%{name}/bind.so
1710 %endif
1711
1712 %if %{with_curl}
1713 %files curl
1714 %{_libdir}/%{name}/curl.so
1715 %endif
1716
1717 %if %{with_curl_json}
1718 %files curl_json
1719 %{_libdir}/%{name}/curl_json.so
1720 %endif
1721
1722 %if %{with_curl_xml}
1723 %files curl_xml
1724 %{_libdir}/%{name}/curl_xml.so
1725 %endif
1726
1727 %if %{with_dns}
1728 %files dns
1729 %{_libdir}/%{name}/dns.so
1730 %endif
1731
1732 %if %{with_dbi}
1733 %files dbi
1734 %{_libdir}/%{name}/dbi.so
1735 %endif
1736
1737 %if %{with_email}
1738 %files email
1739 %{_libdir}/%{name}/email.so
1740 %endif
1741
1742 %if %{with_gmond}
1743 %files gmond
1744 %{_libdir}/%{name}/gmond.so
1745 %endif
1746
1747 %if %{with_hddtemp}
1748 %files hddtemp
1749 %{_libdir}/%{name}/hddtemp.so
1750 %endif
1751
1752 %if %{with_ipmi}
1753 %files ipmi
1754 %{_libdir}/%{name}/ipmi.so
1755 %endif
1756
1757 %if %{with_iptables}
1758 %files iptables
1759 %{_libdir}/%{name}/iptables.so
1760 %endif
1761
1762 %if %{with_java}
1763 %files java
1764 %{_prefix}/share/collectd/java/collectd-api.jar
1765 %{_prefix}/share/collectd/java/generic-jmx.jar
1766 %{_libdir}/%{name}/java.so
1767 %{_mandir}/man5/collectd-java.5*
1768 %endif
1769
1770 %if %{with_libvirt}
1771 %files libvirt
1772 %{_libdir}/%{name}/libvirt.so
1773 %endif
1774
1775 %if %{with_memcachec}
1776 %files memcachec
1777 %{_libdir}/%{name}/memcachec.so
1778 %endif
1779
1780 %if %{with_mysql}
1781 %files mysql
1782 %{_libdir}/%{name}/mysql.so
1783 %endif
1784
1785 %if %{with_nginx}
1786 %files nginx
1787 %{_libdir}/%{name}/nginx.so
1788 %endif
1789
1790 %if %{with_notify_desktop}
1791 %files notify_desktop
1792 %{_libdir}/%{name}/notify_desktop.so
1793 %endif
1794
1795 %if %{with_notify_email}
1796 %files notify_email
1797 %{_libdir}/%{name}/notify_email.so
1798 %endif
1799
1800 %if %{with_nut}
1801 %files nut
1802 %{_libdir}/%{name}/nut.so
1803 %endif
1804
1805 %if %{with_perl}
1806 %files perl
1807 %doc perl-examples/*
1808 %{perl_vendorlib}/Collectd.pm
1809 %{perl_vendorlib}/Collectd/
1810 %{_mandir}/man3/Collectd::Unixsock.3pm*
1811 %{_mandir}/man5/collectd-perl.5*
1812 %{_libdir}/%{name}/perl.so
1813 %endif
1814
1815 %if %{with_pinba}
1816 %files pinba
1817 %{_libdir}/%{name}/pinba.so
1818 %endif
1819
1820 %if %{with_ping}
1821 %files ping
1822 %{_libdir}/%{name}/ping.so
1823 %endif
1824
1825 %if %{with_postgresql}
1826 %files postgresql
1827 %{_prefix}/share/collectd/postgresql_default.conf
1828 %{_libdir}/%{name}/postgresql.so
1829 %endif
1830
1831 %if %{with_python}
1832 %files python
1833 %{_mandir}/man5/collectd-python*
1834 %{_libdir}/%{name}/python.so
1835 %endif
1836
1837 %if %{with_redis}
1838 %files redis
1839 %{_libdir}/%{name}/redis.so
1840 %endif
1841
1842 %if %{with_rrdcached}
1843 %files rrdcached
1844 %{_libdir}/%{name}/rrdcached.so
1845 %endif
1846
1847 %if %{with_rrdtool}
1848 %files rrdtool
1849 %{_libdir}/%{name}/rrdtool.so
1850 %endif
1851
1852 %if %{with_sensors}
1853 %files sensors
1854 %{_libdir}/%{name}/sensors.so
1855 %endif
1856
1857 %if %{with_snmp}
1858 %files snmp
1859 %{_mandir}/man5/collectd-snmp.5*
1860 %{_libdir}/%{name}/snmp.so
1861 %endif
1862
1863 %if %{with_varnish}
1864 %files varnish
1865 %{_libdir}/%{name}/varnish.so
1866 %endif
1867
1868 %if %{with_write_http}
1869 %files write_http
1870 %{_libdir}/%{name}/write_http.so
1871 %endif
1872
1873 %if %{with_write_redis}
1874 %files write_redis
1875 %{_libdir}/%{name}/write_redis.so
1876 %endif
1877
1878 %if %{with_write_riemann}
1879 %files write_riemann
1880 %{_libdir}/%{name}/write_riemann.so
1881 %endif
1882
1883 %files collection3
1884 %{_localstatedir}/www/collection3
1885 %{_sysconfdir}/httpd/conf.d/collection3.conf
1886
1887 %files php-collection
1888 %{_localstatedir}/www/php-collection
1889 %{_sysconfdir}/httpd/conf.d/php-collection.conf
1890
1891 %files contrib
1892 %doc contrib/
1893
1894 %changelog
1895 * Wed Aug 06 2014 Marc Fournier <marc.fournier@camptocamp.com> 5.3.1-2
1896 - Enabled modbus plugin
1897
1898 * Tue Aug 06 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.1-1
1899 - New upstream version
1900 - Added RHEL5 support:
1901   * conditionally disable plugins not building on this platform
1902   * add/specify some build dependencies and options
1903   * replace some RPM macros not available on this platform
1904 - Removed duplicate --enable-aggregation
1905 - Added some comments & usage examples
1906 - Replaced a couple of "Buildrequires" by "BuildRequires"
1907
1908 * Wed Apr 10 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.3.0-1
1909 - New upstream version
1910 - Enabled write_riemann plugin
1911 - Enabled tail_csv plugin
1912 - Installed collectd-tc manpage
1913
1914 * Thu Jan 11 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-3
1915 - remove dependency on libstatgrab, which isn't required on linux
1916
1917 * Thu Jan 03 2013 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-2
1918 - collection3 and php-collection viewers are now in separate packages
1919
1920 * Fri Dec 21 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.2.0-1
1921 - New upstream version
1922 - Enabled aggregation plugin
1923 - Installed collectd-tc
1924 - Added network.h and network_buffer.h to libcollectdclient-devel
1925 - Moved libxml2-devel and libcurl-devel BRs to relevant plugins sections
1926 - Moved libcollectdclient.so from libcollectdclient-devel to libcollectdclient
1927 - Added rrdcached and redis plugin descriptions
1928 - Mentioned new pf plugin in disabled plugins list
1929
1930 * Sun Nov 18 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-3
1931 - Follow Fedora Packaging Guidelines in java subpackage
1932
1933 * Sat Nov 17 2012 Ruben Kerkhof <ruben@tilaa.nl> 5.1.0-2
1934 - Move perl stuff to perl_vendorlib
1935 - Replace hardcoded paths with macros
1936 - Remove unneccesary Requires
1937 - Removed .a and .la files
1938 - Some other small cleanups
1939
1940 * Fri Nov 16 2012 Marc Fournier <marc.fournier@camptocamp.com> 5.1.0-1
1941 - New upstream version
1942 - Changes to support 5.1.0
1943 - Enabled all buildable plugins based on libraries available on EL6 + EPEL
1944 - All plugins requiring external libraries are now shipped in seperate
1945   packages.
1946 - No longer treat Java plugin as an exception, correctly set $JAVA_HOME during
1947   the build process + ensure build deps are installed.
1948 - Dropped per-plugin configuration files, as they tend to diverge from upstream
1949   defaults.
1950 - Moved perl stuff to /usr/share/perl5/
1951 - Don't alter Interval and ReadThreads by default, let the user change this
1952   himself.
1953 - Initscript improvements:
1954   * checks configuration before (re)starting, based on debian's initscript
1955   * use /etc/sysconfig instdead of /etc/default
1956   * include optional $ARGS in arguments passed to collectd.
1957 - Drop collection.cgi from main package, as it's been obsoleted by collection3
1958 - Moved contrib/ to its own package, to avoid cluttering the main package with
1959   non-essential stuff.
1960 - Replaced BuildPrereq by BuildRequires
1961
1962 * Tue Jan 03 2011 Monetate <jason.stelzer@monetate.com> 5.0.1
1963 - New upstream version
1964 - Changes to support 5.0.1
1965
1966 * Tue Jan 04 2010 Rackspace <stu.hood@rackspace.com> 4.9.0
1967 - New upstream version
1968 - Changes to support 4.9.0
1969 - Added support for Java/GenericJMX plugin
1970
1971 * Mon Mar 17 2008 RightScale <support@rightscale.com> 4.3.1
1972 - New upstream version
1973 - Changes to support 4.3.1
1974 - Added More Prereqs to support more plugins
1975 - Added support for perl plugin
1976
1977 * Mon Aug 06 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.6
1978 - New upstream version
1979
1980 * Wed Jul 25 2007 Kjell Randa <Kjell.Randa@broadpark.no> 4.0.5
1981 - New major releas
1982 - Changes to support 4.0.5
1983
1984 * Wed Jan 11 2007 Iain Lea <iain@bricbrac.de> 3.11.0-0
1985 - fixed spec file to build correctly on fedora core
1986 - added improved init.d script to work with chkconfig
1987 - added %%post and %%postun to call chkconfig automatically
1988
1989 * Sun Jul 09 2006 Florian octo Forster <octo@verplant.org> 3.10.0-1
1990 - New upstream version
1991
1992 * Tue Jun 25 2006 Florian octo Forster <octo@verplant.org> 3.9.4-1
1993 - New upstream version
1994
1995 * Tue Jun 01 2006 Florian octo Forster <octo@verplant.org> 3.9.3-1
1996 - New upstream version
1997
1998 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.9.2-1
1999 - New upstream version
2000
2001 * Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.8.5-1
2002 - New upstream version
2003
2004 * Fri Apr 21 2006 Florian octo Forster <octo@verplant.org> 3.9.1-1
2005 - New upstream version
2006
2007 * Fri Apr 14 2006 Florian octo Forster <octo@verplant.org> 3.9.0-1
2008 - New upstream version
2009 - Added the `apache' package.
2010
2011 * Thu Mar 14 2006 Florian octo Forster <octo@verplant.org> 3.8.2-1
2012 - New upstream version
2013
2014 * Thu Mar 13 2006 Florian octo Forster <octo@verplant.org> 3.8.1-1
2015 - New upstream version
2016
2017 * Thu Mar 09 2006 Florian octo Forster <octo@verplant.org> 3.8.0-1
2018 - New upstream version
2019
2020 * Sat Feb 18 2006 Florian octo Forster <octo@verplant.org> 3.7.2-1
2021 - Include `tape.so' so the build doesn't terminate because of missing files..
2022 - New upstream version
2023
2024 * Sat Feb 04 2006 Florian octo Forster <octo@verplant.org> 3.7.1-1
2025 - New upstream version
2026
2027 * Mon Jan 30 2006 Florian octo Forster <octo@verplant.org> 3.7.0-1
2028 - New upstream version
2029 - Removed the extra `hddtemp' package
2030
2031 * Tue Jan 24 2006 Florian octo Forster <octo@verplant.org> 3.6.2-1
2032 - New upstream version
2033
2034 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.1-1
2035 - New upstream version
2036
2037 * Fri Jan 20 2006 Florian octo Forster <octo@verplant.org> 3.6.0-1
2038 - New upstream version
2039 - Added config file, `collectd.conf(5)', `df.so'
2040 - Added package `collectd-mysql', dependency on `mysqlclient10 | mysql'
2041
2042 * Wed Dec 07 2005 Florian octo Forster <octo@verplant.org> 3.5.0-1
2043 - New upstream version
2044
2045 * Sat Nov 26 2005 Florian octo Forster <octo@verplant.org> 3.4.0-1
2046 - New upstream version
2047
2048 * Sat Nov 05 2005 Florian octo Forster <octo@verplant.org> 3.3.0-1
2049 - New upstream version
2050
2051 * Tue Oct 26 2005 Florian octo Forster <octo@verplant.org> 3.2.0-1
2052 - New upstream version
2053 - Added statement to remove the `*.la' files. This fixes a problem when
2054   `Unpackaged files terminate build' is in effect.
2055 - Added `processes.so*' to the main package
2056
2057 * Fri Oct 14 2005 Florian octo Forster <octo@verplant.org> 3.1.0-1
2058 - New upstream version
2059 - Added package `collectd-hddtemp'
2060
2061 * Fri Sep 30 2005 Florian octo Forster <octo@verplant.org> 3.0.0-1
2062 - New upstream version
2063 - Split the package into `collectd' and `collectd-sensors'
2064
2065 * Fri Sep 16 2005 Florian octo Forster <octo@verplant.org> 2.1.0-1
2066 - New upstream version
2067
2068 * Mon Sep 10 2005 Florian octo Forster <octo@verplant.org> 2.0.0-1
2069 - New upstream version
2070
2071 * Mon Aug 29 2005 Florian octo Forster <octo@verplant.org> 1.8.0-1
2072 - New upstream version
2073
2074 * Sun Aug 25 2005 Florian octo Forster <octo@verplant.org> 1.7.0-1
2075 - New upstream version
2076
2077 * Sun Aug 21 2005 Florian octo Forster <octo@verplant.org> 1.6.0-1
2078 - New upstream version
2079
2080 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5.1-1
2081 - New upstream version
2082
2083 * Sun Jul 17 2005 Florian octo Forster <octo@verplant.org> 1.5-1
2084 - New upstream version
2085
2086 * Mon Jul 11 2005 Florian octo Forster <octo@verplant.org> 1.4.2-1
2087 - New upstream version
2088
2089 * Sat Jul 09 2005 Florian octo Forster <octo@verplant.org> 1.4-1
2090 - Built on RedHat 7.3