Author: glen                         Date: Tue Mar 14 22:02:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   nagios-alert-jabber.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nagios-alert-jabber.spec
diff -u /dev/null SPECS/nagios-alert-jabber.spec:1.1
--- /dev/null   Tue Mar 14 23:02:54 2006
+++ SPECS/nagios-alert-jabber.spec      Tue Mar 14 23:02:48 2006
@@ -0,0 +1,41 @@
+# $Revision$, $Date$
+Summary:       Program to send (Nagios) alerts via jabber
+Name:          nagios-alert-jabber
+Version:       1.0
+Release:       0.1
+License:       GPL
+Group:         Networking
+Source0:       nagios-jabber.alert
+# Source0-md5: bee229fc60f7536f854d8f10f7f553f4
+Requires:      python-pyxmpp
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+nagios-jabber.alert is a program to send Nagios (or other)
+notifications over jabber protocol.
+
+%prep
+%setup -q -c -T
+install %{SOURCE0} .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install nagios-jabber.alert $RPM_BUILD_ROOT%{_bindir}/nagios-jabber.alert
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/03/14 22:02:48  glen
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to