909213b
Name: multitail
ebc7117
Version: 4.0.3
07eb83c
Release: 1%{?dist}
909213b
Summary: View one or multiple files like tail but with multiple windows
909213b
909213b
Group: Applications/Text
909213b
License: GPL
909213b
URL: http://www.vanheusden.com/multitail/
909213b
Source: http://www.vanheusden.com/multitail/multitail-%{version}.tgz
909213b
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
909213b
BuildRequires: ncurses-devel
909213b
909213b
%description
909213b
MultiTail lets you view one or multiple files like the original tail
909213b
program. The difference is that it creates multiple windows on your
909213b
console (with ncurses). It can also monitor wildcards: if another file
909213b
matching the wildcard has a more recent modification date, it will
909213b
automatically switch to that file. That way you can, for example,
909213b
monitor a complete directory of files. Merging of 2 or even more
909213b
logfiles is possible. 
909213b
It can also use colors while displaying the logfiles (through regular
909213b
expressions), for faster recognition of what is important and what not.
909213b
Multitail can also filter lines (again with regular expressions) and
909213b
has interactive menus for editing given regular expressions and
909213b
deleting and adding windows. One can also have windows with the output
909213b
of shell scripts and other software. When viewing the output of 
909213b
external software, MultiTail can mimic the functionality of tools like
909213b
'watch' and such.
909213b
b7e1b51
909213b
%prep
909213b
%setup -q
909213b
909213b
%build
909213b
CFLAGS="%{optflags}" %{__make} %{?_smp_mflags}
909213b
909213b
%install
909213b
%{__rm} -rf %{buildroot}
909213b
%{__install} -d -m0755 %{buildroot}%{_bindir} \
909213b
			%{buildroot}%{_mandir}/man1/ \
909213b
			%{buildroot}%{_sysconfdir}
909213b
%{__make} install DESTDIR="%{buildroot}"
909213b
e82bb15
mv %{buildroot}%{_sysconfdir}/multitail.conf.new %{buildroot}%{_sysconfdir}/multitail.conf
e82bb15
909213b
%clean
909213b
%{__rm} -rf %{buildroot}
909213b
b7e1b51
909213b
%files
909213b
%defattr(-, root, root, 0755)
909213b
%doc *.conf *.html Changes license.txt readme.txt
909213b
%config(noreplace) %{_sysconfdir}/multitail.conf
909213b
%{_bindir}/multitail
e82bb15
%{_mandir}/man1/multitail.1*
909213b
b7e1b51
909213b
%changelog
ebc7117
* Wed Apr 19 2006 Folkert van Heuesden <folkert@vanheusden.com> - 4.0.3-1
ebc7117
- Updated to release 4.0.3.
ebc7117
e82bb15
* Wed Apr 12 2006 Folkert van Heuesden <folkert@vanheusden.com> - 4.0.0-1
e82bb15
- Updated to release 4.0.0.
e82bb15
b7e1b51
* Thu Mar 30 2006 Folkert van Heuesden <folkert@vanheusden.com> - 3.8.10-1
b7e1b51
- Updated to release 3.8.10.
b7e1b51
07eb83c
* Tue Mar 14 2006 Folkert van Heuesden <folkert@vanheusden.com> - 3.8.9-1
07eb83c
- Updated to release 3.8.9.
07eb83c
909213b
* Thu Feb 23 2006 Udo van den Heuvel <udovdh@xs4all.nl> - 3.8.7-3
909213b
- Small changes as suggested in #182122.
909213b
- Updated to release 3.8.7-3.
909213b
909213b
* Thu Feb 23 2006 Udo van den Heuvel <udovdh@xs4all.nl> - 3.8.7-2
909213b
- Small changes as suggested in #182122.
909213b
- Updated to release 3.8.7-2.
909213b
909213b
* Thu Feb 23 2006 Udo van den Heuvel <udovdh@xs4all.nl> - 3.8.7-1
909213b
- Updated to release 3.8.7-1.
909213b
909213b
* Thu Feb 23 2006 Udo van den Heuvel <udovdh@xs4all.nl> - 3.8.7
909213b
- Updated to release 3.8.7.
909213b
909213b
* Sat Feb 18 2006 Udo van den Heuvel <udovdh@xs4all.nl> - 3.8.6
909213b
- Imported Dries' SPEC file
909213b
- Updated to release 3.8.6.
909213b
909213b
* Mon Jan 30 2006 Dries Verachtert <dries@ulyssis.org> - 3.8.5-1 - 4025/dries
909213b
- Updated to release 3.8.5.