]> git.pld-linux.org Git - SPECS.git/blob - turbotail.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / turbotail.spec
1 Summary:        tail program using kernel DNOTIFY-api
2 Summary(pl.UTF-8):      Program tail używający API jądra DNOTIFY
3 Name:           turbotail
4 Version:        0.3
5 Release:        1
6 License:        GNU
7 Group:          Applications/Text
8 Source0:        http://www.vanheusden.com/turbotail/%{name}-%{version}.tgz
9 # Source0-md5:  a4eecdd0cae9552f17cb1c540a08f6f2
10 URL:            http://www.vanheusden.com/Linux/#logging
11 BuildRequires:  fam-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 A drop-in replacement for the original (GNU-)tail program which uses
16 the (Linux-)kernel DNOTIFY-api instead of polling every second(!).
17
18 %description -l pl.UTF-8
19 Zamiennik oryginalnego programu (GNU-)tail używający API jądra
20 (Linuksa) DNOTIFY zamiast sprawdzania co sekundę.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__make} \
27         DEBUG="%{rpmcflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_bindir}
32
33 install %{name} $RPM_BUILD_ROOT%{_bindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc readme.txt
41 %attr(755,root,root) %{_bindir}/*
This page took 0.046775 seconds and 3 git commands to generate.