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