]> git.pld-linux.org Git - packages/flapjack.git/commitdiff
new, version 1.6.0
authorElan Ruusamäe <glen@delfi.ee>
Tue, 26 Jan 2016 21:53:06 +0000 (23:53 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 26 Jan 2016 21:53:06 +0000 (23:53 +0200)
a placeholder for now

flapjack.spec [new file with mode: 0644]

diff --git a/flapjack.spec b/flapjack.spec
new file mode 100644 (file)
index 0000000..bbf5016
--- /dev/null
@@ -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)
This page took 0.095793 seconds and 4 git commands to generate.