Name: inotail Summary: inotify-enabled tail replacement Version: 0.5 Release: 1 License: GPL Group: System Tools URL: http://distanz.ch/inotail/ Source0: %{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root %description inotail is a replacement for the 'tail' program found in the base installation of every Linux/UNIX system. It makes use of the inotify infrastructure in recent versions of the Linux kernel to speed up tailing files in the follow mode (the '-f' option). Standard tail polls the file every second by default while inotail listens to special events sent by the kernel through the inotify API to determine whether a file needs to be reread. %prep %setup -q %build make %install rm -fr %{buildroot} %makeinstall %clean rm -fr %{buildroot} %files %defattr(-,root,root) %{_bindir}/* %{_mandir}/* %{_datadir}/* %doc README changelog LICENSE %changelog * Wed Dec 05 2007 Florin Andrei - v 0.5-1