]> git.pld-linux.org Git - packages/cacti-plugin-devices.git/blob - cacti-plugin-devices.spec
- converted to UTF-8
[packages/cacti-plugin-devices.git] / cacti-plugin-devices.spec
1 %define         namesrc devices
2 %include        /usr/lib/rpm/macros.perl
3 Summary:        Plugin for Cacti - Devices
4 Summary(pl.UTF-8):   Wtyczka do Cacti - Devices
5 Name:           cacti-plugin-devices
6 Version:        0.4
7 Release:        0.1
8 License:        GPL v2
9 Group:          Applications/WWW
10 #!!!!problem with version
11 Source0:        http://wotsit.thingy.com/haj/cacti/%{namesrc}-%{version}.zip
12 # Source0-md5:  c2464ec843cc6d3d464ca179cb4b053a
13 URL:            http://wotsit.thingy.com/haj/cacti/devices-plugin.html
14 BuildRequires:  rpm-perlprov
15 Requires:       cacti
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         webcactipluginroot /usr/share/cacti/plugins/%{namesrc}
20
21 %description
22 This is a simple plugin for the Cacti Plugin Architecture for Cacti
23 0.8.x. Wanted a tab to show the current availability of his devices,
24 but without the ability to edit the devices. This is a hacked up copy
25 of the 'hosts.php' page that forms the Devices page within the
26 console. All the editing code is removed, and the device devices go to
27 the Graph Preview mode, with that device as the filter (so you see
28 only that device's graphs).
29
30 %description -l pl.UTF-8
31 To jest prosta wtyczka dla architektury wtyczek Cacti dla Cacti 0.8.x.
32 Ma być zakładką pokazującą aktualną dostępność urządzeń, ale bez
33 możliwości edycji urządzeń. Jest to zmodyfikowana kopia strony
34 'hosts.php' tworzącej stronę Devices wewnątrz konsoli. Cały kod do
35 modyfikacji ustawień został usunięty, a urządzenie przechodzi do
36 trybu podglądu wykresu (Graph Preview) z ustawionym tym urządzeniem
37 jako filtrem (więc widać tylko wykres dla tego urządzenia).
38
39 %prep
40 %setup -q -n %{namesrc}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{webcactipluginroot}
45 cp -aRf * $RPM_BUILD_ROOT%{webcactipluginroot}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 #%doc LICENSE README 
53 %{webcactipluginroot}
This page took 0.053886 seconds and 3 git commands to generate.