Summary: Web server access log visualizer Name: logstalgia Version: 0.9.1 Release: 2%{?dist} Group: Applications/Internet License: GPLv3+ URL: http://code.google.com/p/logstalgia/ Source0: http://logstalgia.googlecode.com/files/logstalgia-%{version}.tar.gz # Upstream bug # http://code.google.com/p/logstalgia/issues/detail?id=3 Patch0: logstalgia-0.9.1-gcc43.patch # and http://code.google.com/p/logstalgia/issues/detail?id=10 Patch1: logstalgia-0.9.1-destdir.patch Patch2: logstalgia-0.9.1-optflags.patch BuildRequires: SDL-devel SDL_image-devel pcre-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Logstalgia (aka ApachePong) replays or streams a standard website access log (eg access.log) as a retro arcade game-like simulation. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %build %configure %{__make} %{?_smp_mflags} OPTFLAGS="%{optflags}" %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, -) %doc COPYING README THANKS %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man1/%{name}.1* %changelog * Sat Oct 18 2008 Terje Røsten - 0.9.1-2 - Upstream patch refs - Fix license * Sun Oct 5 2008 Terje Røsten - 0.9.1-1 - initial build