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