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