]> git.pld-linux.org Git - packages/cacti-plugin-update.git/commitdiff
- init
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Fri, 17 Mar 2006 11:30:30 +0000 (11:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- version 0.1

Changed files:
    cacti-plugin-update.spec -> 1.1

cacti-plugin-update.spec [new file with mode: 0644]

diff --git a/cacti-plugin-update.spec b/cacti-plugin-update.spec
new file mode 100644 (file)
index 0000000..02301a8
--- /dev/null
@@ -0,0 +1,45 @@
+%define                namesrc update
+%include       /usr/lib/rpm/macros.perl
+Summary:       Plugin for Cacti - Update
+Summary(pl):   Wtyczka do Cacti - Update
+Name:          cacti-plugin-update
+Version:       0.1
+Release:       0.1
+License:       GPL v2
+Group:         Applications/WWW
+#!!!!problem with version
+Source0:       http://download.cactiusers.org/downloads/%{namesrc}.tar.gz
+# Source0-md5: 0f4c0e881f35b3d6a23ea326f703d47d
+URL:           http://www.cactiusers.org/
+BuildRequires: rpm-perlprov
+Requires:      cacti
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                webcactipluginroot /usr/share/cacti/plugins/%{namesrc}
+
+%description
+its an "administrative" plugin to help you keep track of all your 
+plugin versions. It will also check for Updates to Cacti, the Plugin 
+Architecture, and your Plugins and will alert you when it finds new
+versions. Currently it does not import its own table, so you will have
+to do that yourself. I should have that issue fixed in the next version.
+
+ %description -l pl
+Wtyczka do Cacti - 
+
+%prep
+%setup -q -n %{namesrc}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{webcactipluginroot}
+cp -aRf * $RPM_BUILD_ROOT%{webcactipluginroot}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES LICENSE README
+%{webcactipluginroot}
This page took 0.080667 seconds and 4 git commands to generate.