SPECS: cacti-plugin-hostinfo.spec (NEW) - new plugin for cacti

wolvverine wolvverine at pld-linux.org
Sun Jun 4 19:54:04 CEST 2006


Author: wolvverine                   Date: Sun Jun  4 17:54:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new plugin for cacti

---- Files affected:
SPECS:
   cacti-plugin-hostinfo.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/cacti-plugin-hostinfo.spec
diff -u /dev/null SPECS/cacti-plugin-hostinfo.spec:1.1
--- /dev/null	Sun Jun  4 19:54:04 2006
+++ SPECS/cacti-plugin-hostinfo.spec	Sun Jun  4 19:53:58 2006
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%define		namesrc	 hostinfo
+%include	/usr/lib/rpm/macros.perl
+Summary:	Plugin for Cacti -  Host info
+Summary(pl):	Wtyczka do Cacti -  Host info
+Name:		cacti-plugin-hostinfo
+Version:	0.1
+Release:	0.1
+License:	GPL
+Group:		Applications/WWW
+Source0:	http://download.cactiusers.org/downloads/%{namesrc}-%{version}.tar.gz
+# Source0-md5:	b586fd6dc334381013f25bd19a63197b
+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
+Plugin for Cacti - This plugin displays information about your Host for
+use in Bug Reports.
+
+%description -l pl
+Wtyczka do Cacti wyświetlająca informacje o urządzeniu.
+
+%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)
+%{webcactipluginroot}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/06/04 17:53:58  wolvverine
+- new plugin for cacti
+
+
================================================================


More information about the pld-cvs-commit mailing list