From 1540b9563921333e649ffbcbb6b26ac73d9499b4 Mon Sep 17 00:00:00 2001 From: Eduardo Echeverria Date: May 27 2013 04:41:31 +0000 Subject: Initial import BZ #967253 --- diff --git a/.gitignore b/.gitignore index e69de29..0fa50f1 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/goaccess-0.5.tar.gz diff --git a/goaccess.spec b/goaccess.spec new file mode 100644 index 0000000..636c0cb --- /dev/null +++ b/goaccess.spec @@ -0,0 +1,46 @@ +Name: goaccess +Version: 0.5 +Release: 2%{?dist} +Summary: Apache Log Analyzer + +License: GPLv2+ +URL: http://goaccess.prosoftcorp.com/ +Source0: http://downloads.sourceforge.net/project/%{name}/%{version}/%{name}-%{version}.tar.gz + +BuildRequires: ncurses-devel +BuildRequires: glib2-devel +BuildRequires: GeoIP-devel + +%description +Open source real-time web log analyzer and interactive viewer that runs +in a terminal in *nix systems. It provides fast and valuable HTTP statistics +for system administrators that require a visual server report on the fly. + +%prep +%setup -q + + +%build +%configure --enable-geoip +make %{?_smp_mflags} + + +%install +make install DESTDIR=%{buildroot} + + +%files +%doc COPYING README AUTHORS TODO NEWS ChangeLog +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* + + + +%changelog +* Sat May 25 2013 Eduardo Echeverria - 0.5-2 +- Fix license field, GPLv2+ is correct +- Add NEWS and Changelog files to %%doc + +* Sat May 25 2013 Eduardo Echeverria - 0.5-1 +- Initial packaging + diff --git a/sources b/sources index e69de29..43cb289 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +ab2c4efac072040d9d566c234ef3c510 goaccess-0.5.tar.gz