]> git.pld-linux.org Git - packages/cacti-spine.git/blame - cacti-spine.spec
- move to cacti webapps dir
[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
5073890a
AM
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23A backend data gatherer for cacti. This package represents the future
24replacement for cacti's cmd.php. It is almost 100% compatible with the
25legacy cmd.php processor.
26
677c4ebb
JR
27%description -l pl.UTF-8
28Backend gromadzący dane dla cacti. Ten pakiet reprezentuje przyszły
0d7a9455
JB
29zamiennik cmd.php z cacti. Jest prawie w 100% kompatybilny ze starym
30procesorem cmd.php.
31
5073890a
AM
32%prep
33%setup -q
34
35%build
14afc3fc
AM
36%{__libtoolize}
37%{__aclocal}
38%{__autoconf}
5073890a
AM
39%configure \
40 --with-mysql \
41 --with-snmp=%{_prefix}
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
da2242ae 46install -d $RPM_BUILD_ROOT%{_sysconfdir}
5073890a
AM
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
14afc3fc 51install spine.conf $RPM_BUILD_ROOT%{_sysconfdir}
0d7245bc 52
5073890a
AM
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
677849c3 58%doc README
5073890a 59%attr(755,root,root) %{_bindir}/*
14afc3fc 60%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/spine.conf
This page took 0.046496 seconds and 4 git commands to generate.