summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 07d5fdf)
raw | patch | inline | side by side (parent: 07d5fdf)
author | Iain Lea <iain@smapper.com> | |
Tue, 16 Jan 2007 06:59:50 +0000 (07:59 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 16 Jan 2007 06:59:50 +0000 (07:59 +0100) |
Never received any feedback from you and every release still contains a spec
file that is out of date... here is the spec file updated to build ok on fedora
core 3-6.
file that is out of date... here is the spec file updated to build ok on fedora
core 3-6.
collectd.spec | patch | blob | history |
diff --git a/collectd.spec b/collectd.spec
index 387763c0a33cab445eaa10c8722369c53ed8fb5b..d5b08afe4b489023d3bef9a19ba4bd38dfea8c40 100644 (file)
--- a/collectd.spec
+++ b/collectd.spec
Summary: Statistics collection daemon for filling RRD files.
Name: collectd
-Version: 3.10.0
-Release: 1
+Version: 3.11.0
+Release: 0
Source: http://collectd.org/files/%{name}-%{version}.tar.gz
License: GPL
Group: System Environment/Daemons
%setup
%build
-./configure --prefix=%{_prefix} --sbindir=%{_sbindir} --mandir=%{_mandir} --libdir=%{_libdir}
+./configure --prefix=%{_prefix} --sbindir=%{_sbindir} --mandir=%{_mandir} --libdir=%{_libdir} --sysconfdir=%{_sysconfdir}
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
-cp contrib/collectd.conf $RPM_BUILD_ROOT/etc/collectd.conf
+cp src/collectd.conf $RPM_BUILD_ROOT/etc/collectd.conf
cp contrib/init.d-rh7 $RPM_BUILD_ROOT/etc/rc.d/init.d/collectd
mkdir -p $RPM_BUILD_ROOT/var/lib/collectd
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.a
%attr(0444,root,root) %{_libdir}/%{name}/cpufreq.so*
%attr(0444,root,root) %{_libdir}/%{name}/df.so*
%attr(0444,root,root) %{_libdir}/%{name}/disk.so*
+%attr(0444,root,root) %{_libdir}/%{name}/dns.so
+%attr(0444,root,root) %{_libdir}/%{name}/email.so
%attr(0444,root,root) %{_libdir}/%{name}/hddtemp.so*
%attr(0444,root,root) %{_libdir}/%{name}/load.so*
+%attr(0444,root,root) %{_libdir}/%{name}/mbmon.so
%attr(0444,root,root) %{_libdir}/%{name}/memory.so*
%attr(0444,root,root) %{_libdir}/%{name}/multimeter.so*
%attr(0444,root,root) %{_libdir}/%{name}/nfs.so*
%attr(0444,root,root) %{_libdir}/%{name}/users.so*
%attr(0444,root,root) %{_libdir}/%{name}/vserver.so*
%attr(0444,root,root) %{_libdir}/%{name}/wireless.so*
+
%dir /var/lib/collectd
%files apache