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