Blob Blame History Raw
Name:           lnav
Version:        0.6.2
Release:        1%{?dist}
Summary:        A curses-based tool for viewing and analyzing log files
License:        BSD
URL:            http://lnav.org
Source0:        https://github.com/tstack/lnav/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  bzip2-devel
BuildRequires:  ncurses-devel
BuildRequires:  openssl-devel
BuildRequires:  pcre-devel
BuildRequires:  python
BuildRequires:  readline-devel
BuildRequires:  sqlite-devel
BuildRequires:  zlib-devel

%description
The log file navigator is an enhanced log file viewer that takes 
advantage of any semantic information that can be gleaned from
the files being viewed, such as timestamps and log levels. Using this
extra semantic information, it can do things like interleaving
messages from different files, generate histograms of messages over
time, and providing hotkeys for navigating through the file. It is
hoped that these features will allow the user to quickly and
efficiently zero in on problems.

%prep
%setup -q

%build
autoreconf -fiv
%configure --disable-static
make %{?_smp_flags}

%install
make install DESTDIR=%{buildroot}

%check
make check

%files
%doc AUTHORS LICENSE NEWS README
%{_bindir}/%{name}

%changelog
* Thu Nov 21 2013 Christopher Meng <rpm@cicku.me> - 0.6.2-1
- New upstream release.

* Thu Sep 12 2013 Christopher Meng <rpm@cicku.me> - 0.6.1-1
- New upstream release.
- Add python BR for environ detection.

* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Thu May 09 2013 Christopher Meng <rpm@cicku.me> - 0.5.1-2
- Cleanup old stuffs.

* Fri May 03 2013 Christopher Meng <rpm@cicku.me> - 0.5.1-1
- New upstream release.

* Fri May 03 2013 Christopher Meng <rpm@cicku.me> - 0.5.0-2
- Patch with automake foreign option in order to support aarch64

* Sat Apr 27 2013 Christopher Meng <rpm@cicku.me> - 0.5.0-1
- Initial Package.