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