File inotail.spec of Package inotail
#
# spec file for package inotail (Version 0.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: inotail
Version: 0.2
Release: 0
#
License: GPL
Group: System/Base
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
Url: http://distanz.ch/inotail/
Source: http://distanz.ch/inotail/inotail-0.2.tar.bz2
Patch: inotail-0.2_optflags.patch
#
Summary: Inotify based tail
%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.
Currently inotail is not fully compatible to neither POSIX or GNU tail but
might be in the future.
Authors:
--------
Tobias Klauser <tklauser -at- distanz -dot- ch>
%debug_package
%prep
%setup
%patch
%build
%{__make} OPTFLAGS="%{optflags}"
%install
%makeinstall
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/inotail
%{_mandir}/man1/inotail.1*
%doc README LICENSE changelog
%changelog -n inotail
* Wed Dec 06 2006 - mrueckert@suse.de
- initial package of version 0.2