commit 5dce92aa9077adcbb7fd9430148099f6b4062af7
Author: Elan Ruusamäe <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to