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