# TODO # - -lcap link fail: #spine.o: In function `drop_root': #/home/users/glen/rpm/packages/BUILD.x86_64-linux/cacti-spine-0.8.8f/spine.c:133: undefined reference to `cap_from_text' Summary: A backend data gatherer for Cacti Summary(pl.UTF-8): Backend gromadzący dane dla Cacti Name: cacti-spine Version: 0.8.8f Release: 0.1 License: GPL Group: Daemons Source0: http://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz # Source0-md5: 4e026eedeb929d17e3b45ad43c81d4d6 Patch0: %{name}-paths.patch Patch1: x32.patch # Official patches http://www.cacti.net/spine_download_patches.php URL: http://www.cacti.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: libcap-devel BuildRequires: libtool BuildRequires: mysql-devel BuildRequires: net-snmp-devel BuildRequires: openssl-devel BuildRequires: rpmbuild(macros) >= 1.502 BuildRequires: zlib-devel %requires_eq net-snmp-libs Requires: cacti Obsoletes: cacti-cactid BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _webapps /etc/webapps %define _webapp cacti %define _sysconfdir %{_webapps}/%{_webapp} %define _bindir %{_sbindir} %description A backend data gatherer for Cacti. This package represents the future replacement for Cacti's cmd.php. It is almost 100% compatible with the legacy cmd.php processor. %description -l pl.UTF-8 Backend gromadzący dane dla Cacti. Ten pakiet reprezentuje przyszły zamiennik cmd.php z Cacti. Jest prawie w 100% kompatybilny ze starym procesorem cmd.php. %prep %setup -q %patch0 -p1 %ifarch x32 %patch1 -p1 %endif %build %{__libtoolize} %{__aclocal} %{__automake} %{__autoconf} chmod +x ./configure %configure \ --with-results-buffer=4096 \ --with-mysql \ --enable-lcap \ --with-snmp=%{_prefix} %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT mv $RPM_BUILD_ROOT%{_sbindir}/{spine,cacti-poller-spine} mv $RPM_BUILD_ROOT%{_sysconfdir}/spine.conf{.dist,} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/spine.conf %attr(755,root,root) %{_sbindir}/cacti-poller-spine