]> git.pld-linux.org Git - packages/btail.git/blame - btail.spec
- initial 0.2
[packages/btail.git] / btail.spec
CommitLineData
5fff997b 1Summary: Bayesian log filter
2Summary(pl.UTF-8): Filtr beyesiański do logów
3Name: btail
4Version: 0.2
5Release: 1
6License: GPL
7Group: Applications/Text
8Source0: http://www.vanheusden.com/btail/%{name}-%{version}.tgz
9# Source0-md5: 08f785b77f559b3d4e86fe2dbf4ec752
10URL: http://www.vanheusden.com/btail/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Btail monitors a logfile for specific events. To do this it uses a
15bayesian filter to determine what events are worth passing through and
16which should be suppressed. So it filters out all of the routine
17stuff, but passes through anything important or out of the ordinary.
18
19%description -l pl.UTF-8
20Btail monitoruje plik z logami na wypadek niestandardowych wydarzeń.
21Wykorzystuje filtr bayesiański do określenia które wydarzenia są warte
22pokazania, a które należy opuścić. Wszystkie rutynowe komunikaty są
23więc odfiltrowane, natomiast nieregularne i ważne wydarzenia zostają
24przepuszczone przez filtr
25
26%prep
27%setup -q
28sed -i -e 's/ncurses.h/ncurses\/ncurses.h/' error.cpp
29sed -i -e 's/\(\/usr\/local\/bin\)/\$\(DESTDIR\)\/usr\/bin/' Makefile
30
31%build
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT%{_bindir}
37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc readme.txt
46%attr(755,root,root) %{_bindir}/*
This page took 0.084341 seconds and 4 git commands to generate.