diff --git a/.gitignore b/.gitignore index e69de29..07123f8 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/lnav-0.5.1.tar.bz2 diff --git a/lnav.spec b/lnav.spec new file mode 100644 index 0000000..4523ab1 --- /dev/null +++ b/lnav.spec @@ -0,0 +1,58 @@ +Name: lnav +Version: 0.5.1 +Release: 2%{?dist} +Summary: A curses-based tool for viewing and analyzing log files +License: BSD +URL: http://lnav.org +Source0: http://lnav.org/downloads/%{name}-%{version}.tar.bz2 + +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: bzip2-devel +BuildRequires: ncurses-devel +BuildRequires: openssl-devel +BuildRequires: pcre-devel +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 LICENSE NEWS README +%{_bindir}/%{name} + +%changelog +* Thu May 09 2013 Christopher Meng - 0.5.1-2 +- Cleanup old stuffs. + +* Fri May 03 2013 Christopher Meng - 0.5.1-1 +- New upstream release. + +* Fri May 03 2013 Christopher Meng - 0.5.0-2 +- Patch with automake foreign option in order to support aarch64 + +* Sat Apr 27 2013 Christopher Meng - 0.5.0-1 +- Initial Package. diff --git a/sources b/sources index e69de29..9a04e12 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6d3aa3f61a743da7d49fd3f598dfa04a lnav-0.5.1.tar.bz2