SPECS: nagios-plugin-check_lexprn.spec (NEW) - initial revision

baggins baggins at pld-linux.org
Thu Mar 13 17:03:01 CET 2008


Author: baggins                      Date: Thu Mar 13 16:03:01 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
SPECS:
   nagios-plugin-check_lexprn.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nagios-plugin-check_lexprn.spec
diff -u /dev/null SPECS/nagios-plugin-check_lexprn.spec:1.1
--- /dev/null	Thu Mar 13 17:03:01 2008
+++ SPECS/nagios-plugin-check_lexprn.spec	Thu Mar 13 17:02:56 2008
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+%define		namescript check_lexprn
+%include	/usr/lib/rpm/macros.perl
+Summary:	Nagios Plugin for checking the status of Lexmark printers
+Summary(pl.UTF-8):	Wtyczka Nagiosa do sprawdzania stanu drukarek Lexmark
+Name:		nagios-plugin-check_lexprn
+Version:	0.1
+Release:	1
+License:	GPL
+Group:		Networking
+Source0:	http://www.universalnet.at/projects/check_lexprn/%{namescript}-%{version}.tar.gz
+# Source0-md5:	b2234770a61360957a2520f6c7e39bd3
+URL:		http://www.universalnet.at/
+BuildRequires:	rpm-perlprov >= 4.1-13
+Requires:	nagios-core
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_plugindir	%{_libdir}/nagios/plugins
+%define		_sysconfdir	/etc/nagios/plugins
+
+%description
+check_lexprn is a Nagios plugin that can be used to monitor the status
+of Lexmark printers.
+
+%description -l pl.UTF-8
+check_lexprn to wtyczka Nagiosa do monitorowania stanu drukarek Lexmark.
+
+%prep
+%setup -q -n %{namescript}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_plugindir}
+
+install %{namescript} $RPM_BUILD_ROOT%{_plugindir}/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc INSTALL.TXT
+%attr(755,root,root) %{_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  2008-03-13 16:02:56  baggins
+- initial revision
+
================================================================


More information about the pld-cvs-commit mailing list