]> git.pld-linux.org Git - packages/cacti-plugin-weathermap.git/blob - cacti-plugin-weathermap.spec
- init
[packages/cacti-plugin-weathermap.git] / cacti-plugin-weathermap.spec
1 #TODO - config file, patches, package for not cacti plugin
2 %define         namesrc weathermap
3 %include        /usr/lib/rpm/macros.perl
4 Summary:        Plugin for Cacti - WeatherMap
5 Summary(pl.UTF-8):      Wtyczka do Cacti - WeatherMap
6 Name:           cacti-plugin-weathermap
7 Version:        0.941
8 Release:        0.1
9 License:        GPL v2
10 Group:          Applications/WWW
11 Source0:        http://www.network-weathermap.com/files/php-%{namesrc}-%{version}.zip
12 # Source0-md5:  8214a2a323db250ac3b783fc5674b163
13 URL:            http://www.network-weathermap.com
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 Plugin for Cacti - Weathermap - is a network visualisation tool, to
23 take data you already have and show you an overview of your network
24 in map form.
25 Support is built in for RRD, MRTG (RRD and old log-format), and
26 tab-delimited text files. Other sources are via plugins or external
27 scripts.
28
29 %description -l pl.UTF-8
30 Wtyczka do Cacti - Weathermap
31
32 %prep
33 %setup -q -n %{namesrc}
34
35 # undos the source
36 find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{webcactipluginroot}
41 cp -aRf * $RPM_BUILD_ROOT%{webcactipluginroot}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README CHANGES
49 %{webcactipluginroot}
This page took 0.072047 seconds and 3 git commands to generate.