]> git.pld-linux.org Git - packages/flapjack.git/blob - flapjack.spec
new, version 1.6.0
[packages/flapjack.git] / flapjack.spec
1 Summary:        Intelligent, scalable, distributed monitoring notification system
2 Name:           flapjack
3 Version:        1.6.0
4 Release:        0.1
5 License:        MIT
6 Group:          Networking
7 Source0:        https://github.com/flapjack/flapjack/archive/v%{version}/%{name}-%{version}.tar.gz
8 # Source0-md5:  95ae6e534c277be34638b06bff9c6940
9 URL:            http://flapjack.io/
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Flapjack is a distributed monitoring notification system that provides
15 a scalable method for processing streams of events from Nagios and
16 deciding who should be notified.
17
18 %prep
19 %setup -q
20
21 %build
22 %configure
23 %{__make}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 %{__make} install \
28         DESTDIR=$RPM_BUILD_ROOT
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
This page took 0.08118 seconds and 3 git commands to generate.