packages: mmonit/mmonit.spec (NEW) - base spec
glen
glen at pld-linux.org
Mon Jan 30 12:41:05 CET 2012
Author: glen Date: Mon Jan 30 11:41:05 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- base spec
---- Files affected:
packages/mmonit:
mmonit.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/mmonit/mmonit.spec
diff -u /dev/null packages/mmonit/mmonit.spec:1.1
--- /dev/null Mon Jan 30 12:41:05 2012
+++ packages/mmonit/mmonit.spec Mon Jan 30 12:41:00 2012
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+# TODO
+# - package
+# - use system, libz, etc
+Summary: Proactive monitoring of Linux/Unix systems, network and cloud services
+Name: mmonit
+Version: 2.4
+Release: 0.1
+License: Binary
+Group: Daemons
+Source0: http://mmonit.com/dist/%{name}-%{version}-linux-x86.tar.gz
+# NoSource0-md5: daeb5d806ef0217e28c34e7a28656571
+NoSource: 0
+Source1: http://mmonit.com/dist/%{name}-%{version}-linux-x64.tar.gz
+# NoSource1-md5: 6209869dad5e4a5e44d42bbce50acb5c
+NoSource: 1
+URL: http://mmonit.com/
+ExclusiveArch: %{ix86} %{x8664}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+M/Monit is a system for automatic management and monitoring of
+Information Technology Systems. M/Monit can monitor and manage
+distributed computer systems, conduct automatic maintenance and repair
+and execute meaningful causal actions in error situations.
+
+M/Monit expand upon Monit's capabilities to provide monitoring and
+management of all Monit enabled hosts from one easy to use
+web-interface.
+
+%prep
+%ifarch %{ix86}
+%setup -qT -b0
+%endif
+%ifarch %{x8664}
+%setup -qT -b1
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README
+
+%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 2012/01/30 11:41:00 glen
+- base spec
================================================================
More information about the pld-cvs-commit
mailing list