File cacti-spine.spec of Package cacti-spine
#
# spec file for package cacti-spine
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: cacti-spine
Version: 0.8.8a
Release: 1.0
License: LGPL-2.1+
Group: System/Monitoring
URL: http://www.cacti.net/spine_info.php
Source: cacti-spine-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: mysql-devel
BuildRequires: net-snmp-devel
BuildRequires: openssl-devel
Requires: cacti
Requires: rrdtool
Summary: Threaded poller for Cacti written in C
%description
Spine is a supplemental poller for Cacti that makes use of pthreads to achieve
excellent performance.
%prep
%setup -q
%build
%configure
%{__make} %{?_smp_mflags}
%install
%makeinstall
%clean
%__rm -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc ChangeLog README
%config %{_sysconfdir}/spine.conf.dist
%{_bindir}/spine
%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