SPECS: collectd.spec - updated to 3.8.4

wiget wiget at pld-linux.org
Tue Apr 11 18:26:07 CEST 2006


Author: wiget                        Date: Tue Apr 11 16:26:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 3.8.4

---- Files affected:
SPECS:
   collectd.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/collectd.spec
diff -u SPECS/collectd.spec:1.3 SPECS/collectd.spec:1.4
--- SPECS/collectd.spec:1.3	Wed Mar  1 00:37:25 2006
+++ SPECS/collectd.spec	Tue Apr 11 18:26:02 2006
@@ -10,13 +10,15 @@
 Summary:	Collects system information in RRD files
 Summary(pl):	Zbieranie informacji o systemie w plikach RRD
 Name:		collectd
-Version:	3.7.1
+Version:	3.8.4
 Release:	0.1
 License:	GPL v2
 Group:		Daemons
-Source0:	http://verplant.org/collectd/files/%{name}-%{version}.tar.gz
-# Source0-md5:	dc2120fad388e5fc8bc486b4fcadc68e
-URL:		http://verplant.org/collectd/
+Source0:	http://collectd.org/files/%{name}-%{version}.tar.gz
+# Source0-md5:	c2900b156c93265880c5583cbb6898ba
+Source1:	%{name}.conf
+Patch0:		%{name}-hddtemp.patch
+URL:		http://collectd.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
 #BuildRequires:	intltool
@@ -49,6 +51,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -68,7 +71,9 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/collectd.conf
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/collectd.conf
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -107,6 +112,7 @@
 %attr(755,root,root) %{_libdir}/%{name}/tape.so
 %attr(755,root,root) %{_libdir}/%{name}/traffic.so
 %attr(755,root,root) %{_libdir}/%{name}/users.so
+%attr(755,root,root) %{_libdir}/%{name}/wireless.so
 
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
 
@@ -122,6 +128,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/04/11 16:26:02  wiget
+- updated to 3.8.4
+
 Revision 1.3  2006/02/28 23:37:25  glen
 - adapterized (killed trailing spaces/tabs)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/collectd.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list