SPECS: dokuwiki-plugin-snmplive.spec (NEW) - new
glen
glen at pld-linux.org
Wed Aug 29 14:13:18 CEST 2007
Author: glen Date: Wed Aug 29 12:13:18 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
dokuwiki-plugin-snmplive.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/dokuwiki-plugin-snmplive.spec
diff -u /dev/null SPECS/dokuwiki-plugin-snmplive.spec:1.1
--- /dev/null Wed Aug 29 14:13:18 2007
+++ SPECS/dokuwiki-plugin-snmplive.spec Wed Aug 29 14:13:13 2007
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary: Dokuwiki SNMPlive Plugin
+Name: dokuwiki-plugin-snmplive
+Version: 0.1
+Release: 0.1
+License: GPL v2
+Group: Applications/WWW
+Source0: http://glen.alkohol.ee/pld/snmplive.tar.gz
+# Source0-md5: 8fb23b7858d2cba87021e5a56e39297f
+URL: http://wiki.splitbrain.org/plugin:snmplive
+Requires: dokuwiki
+Requires: php(pcre)
+Requires: php(snmp)
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _dokudir /usr/share/dokuwiki
+%define _plugindir %{_dokudir}/lib/plugins/%{_plugin}
+%define _plugin snmplive
+
+%description
+It gets the actual SNMP values out of any by the server reachable
+device (e.g. servers, printers, temp. sensors).
+
+%prep
+%setup -q -n %{_plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_plugindir}
+
+%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 2007/08/29 12:13:13 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list