]> git.pld-linux.org Git - packages/cacti-spine.git/blame - cacti-spine.spec
- rel.3, requires_eq_to net-snmp-libs
[packages/cacti-spine.git] / cacti-spine.spec
CommitLineData
5073890a 1Summary: A backend data gatherer for cacti
59120e4b 2Summary(pl.UTF-8): Backend gromadzący dane dla cacti
14afc3fc 3Name: cacti-spine
0a3a693d 4Version: 0.8.7a
d5ca4112 5Release: 3
5073890a
AM
6License: GPL
7Group: Applications
14afc3fc 8Source0: http://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz
0a3a693d 9# Source0-md5: 85a32d256c056a3a4adb8bf3dff5e2dc
5073890a 10URL: http://www.cacti.net/
f2f2d12a 11BuildRequires: autoconf
84e80d6c 12BuildRequires: automake
f2f2d12a 13BuildRequires: libtool
5073890a
AM
14BuildRequires: mysql-devel
15BuildRequires: net-snmp-devel
16BuildRequires: openssl-devel
17BuildRequires: zlib-devel
d5ca4112 18%requires_eq_to net-snmp-libs
bfe3cd9b 19Requires: cacti
14afc3fc
AM
20Provides: cacti-cactid
21Obsoletes: cacti-cactid
5073890a
AM
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25A backend data gatherer for cacti. This package represents the future
26replacement for cacti's cmd.php. It is almost 100% compatible with the
27legacy cmd.php processor.
28
677c4ebb
JR
29%description -l pl.UTF-8
30Backend gromadzący dane dla cacti. Ten pakiet reprezentuje przyszły
0d7a9455
JB
31zamiennik cmd.php z cacti. Jest prawie w 100% kompatybilny ze starym
32procesorem cmd.php.
33
5073890a
AM
34%prep
35%setup -q
36
37%build
14afc3fc
AM
38%{__libtoolize}
39%{__aclocal}
40%{__autoconf}
5073890a
AM
41%configure \
42 --with-mysql \
43 --with-snmp=%{_prefix}
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
da2242ae 48install -d $RPM_BUILD_ROOT%{_sysconfdir}
5073890a
AM
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
14afc3fc 53install spine.conf $RPM_BUILD_ROOT%{_sysconfdir}
0d7245bc 54
5073890a
AM
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
677849c3 60%doc README
5073890a 61%attr(755,root,root) %{_bindir}/*
14afc3fc 62%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/spine.conf
This page took 0.171861 seconds and 4 git commands to generate.