Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
cacti-cactid
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
cacti-cactid.spec
@@ -0,0 +1,52 @@ +Summary: Threaded poller for Cacti written in C +Name: cacti-cactid +Version: 0.8.6i +Release: 1 +License: GPL +Group: Application/System +Source0: cacti-cactid-%{version}.tar.gz +URL: http://www.cacti.net/cactid_info.php +BuildRoot: %{_tmppath}/%{name}-root +Requires: cacti, mysql, net-snmp, rrdtool +BuildRequires: mysql-devel, net-snmp-devel, openssl, openssl-devel + +%description +Cactid is a supplemental poller for Cacti that makes use of pthreads to achieve +excellent performance. + +%prep + +%setup + +%build + +%configure +%{__make} %{?_smp_mflags} + +%install +rm -rf %{buildroot} +%{__install} -D -m0644 cactid.conf %{buildroot}%{_sysconfdir}/cactid.conf + +%makeinstall + +%clean +rm -rf %{buildroot} + +%files +%defattr(-, root, root, 0755) +%doc AUTHORS CHANGELOG COPYING INSTALL NEWS +%doc LICENSE LICENSE.LGPL README README-WINDOWS +%config %{_sysconfdir}/cactid.conf +%{_bindir}/* +%exclude %{_includedir}/* + +%changelog +* Mon Dec 11 2006 Mauricio Teixeira <mteixeira@webset.net> 0.8.6i +- upgrade from 0.8.6g to 0.8.6i + +* Thu Oct 02 2006 Mauricio Teixeira <mteixeira@webset.net> 0.8.6g +- Requires 'cacti'. + +* Thu Aug 31 2006 Mauricio Teixeira <mteixeira@webset.net> 0.8.6g +- Added openssl and openssl-devel to build requires +- Ported into Build Service