]> git.pld-linux.org Git - packages/btail.git/commitdiff
- initial 0.2
authorpiotrek <piotrek@pld-linux.org>
Wed, 6 Feb 2008 22:49:23 +0000 (22:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    btail.spec -> 1.1

btail.spec [new file with mode: 0644]

diff --git a/btail.spec b/btail.spec
new file mode 100644 (file)
index 0000000..5ef18e3
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       Bayesian log filter
+Summary(pl.UTF-8):     Filtr beyesiański do logów
+Name:          btail
+Version:       0.2
+Release:       1
+License:       GPL
+Group:         Applications/Text
+Source0:       http://www.vanheusden.com/btail/%{name}-%{version}.tgz
+# Source0-md5: 08f785b77f559b3d4e86fe2dbf4ec752
+URL:           http://www.vanheusden.com/btail/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Btail monitors a logfile for specific events. To do this it uses a
+bayesian filter to determine what events are worth passing through and
+which should be suppressed. So it filters out all of the routine
+stuff, but passes through anything important or out of the ordinary.
+
+%description -l pl.UTF-8
+Btail monitoruje plik z logami na wypadek niestandardowych wydarzeń.
+Wykorzystuje filtr bayesiański do określenia które wydarzenia są warte
+pokazania, a które należy opuścić. Wszystkie rutynowe komunikaty są
+więc odfiltrowane, natomiast nieregularne i ważne wydarzenia zostają
+przepuszczone przez filtr
+
+%prep
+%setup -q
+sed -i -e  's/ncurses.h/ncurses\/ncurses.h/' error.cpp
+sed -i -e 's/\(\/usr\/local\/bin\)/\$\(DESTDIR\)\/usr\/bin/' Makefile
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc readme.txt
+%attr(755,root,root) %{_bindir}/*
This page took 0.045766 seconds and 4 git commands to generate.