]> git.pld-linux.org Git - packages/cacti-plugin-hostinfo.git/blob - cacti-plugin-hostinfo.spec
- simplify macros and cleanups
[packages/cacti-plugin-hostinfo.git] / cacti-plugin-hostinfo.spec
1 %define         plugin hostinfo
2 %include        /usr/lib/rpm/macros.perl
3 Summary:        Plugin for Cacti -  Host info
4 Summary(pl.UTF-8):      Wtyczka do Cacti -  Host info
5 Name:           cacti-plugin-hostinfo
6 Version:        0.2
7 Release:        1
8 License:        GPL
9 Group:          Applications/WWW
10 Source0:        http://mirror.cactiusers.org/downloads/plugins/%{plugin}-%{version}.zip
11 # Source0-md5:  e06cda8197ed5677d918737321528394
12 URL:            http://www.cactiusers.org/
13 BuildRequires:  rpm-perlprov
14 Requires:       cacti
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         cactidir                /usr/share/cacti
19 %define         plugindir               %{cactidir}/plugins/%{plugin}
20
21 %description
22 Plugin for Cacti - This plugin will give you version information about
23 your Cacti server. It outputs everything from Web server information,
24 to PHP, MySQL, RRDtool, and SNMP versions. It will also give you the
25 information in BBCode format to easily allow you to post it to a
26 forum.
27
28 %description -l pl.UTF-8
29 Wtyczka do Cacti wyświetlająca informacje o serwerze na którym
30 uruchomiono cacti. Podaje wszystkie informacje począwszy od serwera
31 WWW, a kończąc na wersjach PHP, MySQL-a, RRDtoola i SNMP. Podaje także
32 informacje w formacie BBCode, umożliwiając łatwe wysłanie ich na
33 forum.
34
35 %prep
36 %setup -q -c
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{plugindir}
41 cp -a . $RPM_BUILD_ROOT%{plugindir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %{plugindir}
This page took 0.076246 seconds and 3 git commands to generate.