packages: collectd/collectd.spec - updated to 4.7.1 - curl plugin still cra...

luzik luzik at pld-linux.org
Fri Jun 5 08:13:26 CEST 2009


Author: luzik                        Date: Fri Jun  5 06:13:26 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 4.7.1
- curl plugin still crash collectd

---- Files affected:
packages/collectd:
   collectd.spec (1.73 -> 1.74) 

---- Diffs:

================================================================
Index: packages/collectd/collectd.spec
diff -u packages/collectd/collectd.spec:1.73 packages/collectd/collectd.spec:1.74
--- packages/collectd/collectd.spec:1.73	Wed Jun  3 12:51:06 2009
+++ packages/collectd/collectd.spec	Fri Jun  5 08:13:21 2009
@@ -26,12 +26,12 @@
 Summary:	Collects system information in RRD files
 Summary(pl.UTF-8):	Zbieranie informacji o systemie w plikach RRD
 Name:		collectd
-Version:	4.7.0
-Release:	2
+Version:	4.7.1
+Release:	1
 License:	GPL v2
 Group:		Daemons
 Source0:	http://collectd.org/files/%{name}-%{version}.tar.bz2
-# Source0-md5:	8740670913a7740f976122f3070e592b
+# Source0-md5:	20e95914219a32bfd51d01333dbb7c01
 Source1:	%{name}.conf
 Source2:	%{name}.init
 Source3:	%{name}-http.conf
@@ -121,6 +121,18 @@
 %description devel -l pl.UTF-8
 Pliki nagłówkowe bibliotek %{name}.
 
+%package static
+Summary:	Static files for %{name} libraries
+Summary(pl.UTF-8):	Pliki statyczne bibliotek %{name}
+Group:		Development/Libraries
+Requires:	%{name}-libs = %{version}-%{release}
+
+%description static
+Static files for %{name} libraries.
+
+%description devel -l pl.UTF-8
+Pliki statyczne bibliotek %{name}.
+
 %package apache
 Summary:	apache-plugin for collectd
 Summary(pl_PL.UTF-8):	Wtyczka apache dla collectd
@@ -1088,9 +1100,10 @@
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %{_mandir}/man1/collectd.1*
 %{_mandir}/man1/collectd-nagios.1*
+%{_mandir}/man1/collectdmon.1*
 %{_mandir}/man5/collectd.conf.5*
+%{_mandir}/man5/collectd-java.5.gz
 %{_mandir}/man5/collectd-perl.5*
-%{_mandir}/man1/collectdmon.1*
 %{_mandir}/man5/types.db.5*
 %dir %{_var}/lib/%{name}
 
@@ -1108,6 +1121,11 @@
 %{_includedir}/%{name}/*.h
 %{_pkgconfigdir}/libcollectdclient.pc
 
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libcollectdclient.a
+%{_libdir}/%{name}/*.a
+
 %files collection
 %defattr(644,root,root,755)
 %dir %{_webappdir}
@@ -1279,6 +1297,7 @@
 %files match_timediff
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/match_timediff.so
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.d/match_timediff.conf
 
 %files match_value
 %defattr(644,root,root,755)
@@ -1530,6 +1549,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.74  2009/06/05 06:13:21  luzik
+- updated to 4.7.1
+- curl plugin still crash collectd
+
 Revision 1.73  2009/06/03 10:51:06  blues
 - mysql plugin requires mysql client
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/collectd/collectd.spec?r1=1.73&r2=1.74&f=u



More information about the pld-cvs-commit mailing list