[packages/flapjack] new, version 1.6.0

glen glen at pld-linux.org
Tue Jan 26 22:53:31 CET 2016


commit 5dce92aa9077adcbb7fd9430148099f6b4062af7
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Jan 26 23:53:06 2016 +0200

    new, version 1.6.0
    
    a placeholder for now

 flapjack.spec | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
---
diff --git a/flapjack.spec b/flapjack.spec
new file mode 100644
index 0000000..bbf5016
--- /dev/null
+++ b/flapjack.spec
@@ -0,0 +1,34 @@
+Summary:	Intelligent, scalable, distributed monitoring notification system
+Name:		flapjack
+Version:	1.6.0
+Release:	0.1
+License:	MIT
+Group:		Networking
+Source0:	https://github.com/flapjack/flapjack/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	95ae6e534c277be34638b06bff9c6940
+URL:		http://flapjack.io/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Flapjack is a distributed monitoring notification system that provides
+a scalable method for processing streams of events from Nagios and
+deciding who should be notified.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/flapjack.git/commitdiff/5dce92aa9077adcbb7fd9430148099f6b4062af7



More information about the pld-cvs-commit mailing list