]> git.pld-linux.org Git - packages/cacti-plugin-update.git/blame - cacti-plugin-update.spec
- init
[packages/cacti-plugin-update.git] / cacti-plugin-update.spec
CommitLineData
e4a7ad87
MWP
1%define namesrc update
2%include /usr/lib/rpm/macros.perl
3Summary: Plugin for Cacti - Update
4Summary(pl): Wtyczka do Cacti - Update
5Name: cacti-plugin-update
6Version: 0.1
7Release: 0.1
8License: GPL v2
9Group: Applications/WWW
10#!!!!problem with version
11Source0: http://download.cactiusers.org/downloads/%{namesrc}.tar.gz
12# Source0-md5: 0f4c0e881f35b3d6a23ea326f703d47d
13URL: http://www.cactiusers.org/
14BuildRequires: rpm-perlprov
15Requires: cacti
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define webcactipluginroot /usr/share/cacti/plugins/%{namesrc}
20
21%description
22its an "administrative" plugin to help you keep track of all your
23plugin versions. It will also check for Updates to Cacti, the Plugin
24Architecture, and your Plugins and will alert you when it finds new
25versions. Currently it does not import its own table, so you will have
26to do that yourself. I should have that issue fixed in the next version.
27
28 %description -l pl
29Wtyczka do Cacti -
30
31%prep
32%setup -q -n %{namesrc}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT%{webcactipluginroot}
37cp -aRf * $RPM_BUILD_ROOT%{webcactipluginroot}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc CHANGES LICENSE README
45%{webcactipluginroot}
This page took 2.196184 seconds and 4 git commands to generate.