From 0f9300cdb92e25e5f4e60ecce51a98639ed6246e Mon Sep 17 00:00:00 2001 From: Eduardo Echeverria Date: Oct 09 2016 02:18:23 +0000 Subject: Update to 1.0.2 --- diff --git a/.gitignore b/.gitignore index 4539e67..0d750d9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /goaccess-0.9.4.tar.gz /goaccess-0.9.6.tar.gz /goaccess-0.9.8.tar.gz +/goaccess-1.0.2.tar.gz diff --git a/goaccess.spec b/goaccess.spec index e92ca1d..e30aff1 100644 --- a/goaccess.spec +++ b/goaccess.spec @@ -1,7 +1,7 @@ Name: goaccess -Version: 0.9.8 +Version: 1.0.2 Release: 1%{?dist} -Summary: Real-time web log analyzer and interactive viewer +Summary: Real-iiiiitime web log analyzer and interactive viewer License: GPLv2+ URL: http://goaccess.io/ Source0: http://tar.goaccess.io/goaccess-%{version}.tar.gz @@ -9,6 +9,9 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: GeoIP-devel BuildRequires: ncurses-devel +BuildRequires: tokyocabinet-devel +BuildRequires: zlib-devel +BuildRequires: bzip2-devel %description GoAccess is a real-time web log analyzer and interactive viewer that runs in a @@ -57,20 +60,23 @@ sed -i '/-pthread/d' configure.ac %build autoreconf -fiv -%configure --enable-debug --enable-geoip --enable-utf8 +%configure --enable-debug --enable-geoip --enable-utf8 --enable-tcb=btree --with-getline %make_build %install %make_install %files -%doc AUTHORS ChangeLog README TODO %license COPYING %config(noreplace) %{_sysconfdir}/%{name}.conf %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* +%{_pkgdocdir} %changelog +* Sat Oct 08 2016 Eduardo Echeverria - 1.0.2-1 +- Update to 1.0.2 + * Fri Apr 22 2016 Christopher Meng - 0.9.8-1 - Update to 0.9.8 diff --git a/sources b/sources index 293a1ff..74df133 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -58830b5118c161dea533df81ae42d013 goaccess-0.9.8.tar.gz +447cb15212dd623b06e8ccb3e5b38fc2 goaccess-1.0.2.tar.gz