Changes of Revision 32
[-] | Changed | collectd.spec |
x 1
2 3 %description 4 collectd is a small daemon written in C for performance. It reads various 5 -system statistics and updates RRD files, creating them if neccessary. 6 +system statistics and updates RRD files, creating them if necessary. 7 Since the daemon doesn't need to startup every time it wants to update the 8 files it's very fast and easy on the system. Also, the statistics are very 9 fine grained since the files are updated every 10 seconds. 10
11 %postun 12 %restart_on_update collectd 13 %insserv_cleanup 14 +/sbin/ldconfig 15 16 %post 17 %{fillup_only collectd} 18 +/sbin/ldconfig 19 20 %clean 21 %__rm -rf "%{buildroot}" 22 23 %files 24 %defattr(-,root,root) 25 -%doc AUTHORS ChangeLog COPYING NEWS README 26 +%doc AUTHORS ChangeLog COPYING README 27 %doc contrib 28 %config(noreplace) %{_sysconfdir}/collectd.conf 29 %{_bindir}/collectd-nagios 30
31 %{_datadir}/collectd/types.db 32 %{_libdir}/collectd/*.so 33 %{_libdir}/collectd/*.la 34 +%if 0%{?sles_version} == 11 35 %{_libdir}/collectd/*.a 36 +%endif 37 %{_libdir}/libcollectdclient.* 38 %{_libdir}/pkgconfig/libcollectdclient.pc 39 %{perl_vendorlib}/Collectd.pm 40 |