# $Id$ # Authority: dag # Upstream: Summary: Interactive program which monitors squid logs and displays them in a nice fashion Name: squidview Version: 0.69 Release: 1.2%{?dist} License: GPL Group: Applications/Internet URL: http://www.rillion.net/squidview/ Source: http://www.rillion.net/squidview/squidview-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: ncurses-devel, gcc-c++ %description Squidview is an interactive program which monitors squid logs and displays them in a nice fashion. It has searching and reporting functions. %prep %setup #%{__perl} -pi.orig -e ' # s|PREFIX|prefix|g; # s|BINDIR|bindir|g; # s|DATADIR|datadir|g; # s|DOCDIR|docdir|g; # ' Makefile %build %configure %{__make} %{?_smp_mflags} \ CXXFLAGS="%{optflags}" %install %{__rm} -rf %{buildroot} %makeinstall ### Clean up buildroot %{__rm} -rf %{buildroot}%{_datadir}/squidview/ %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS BUGS ChangeLog COPYING example.log HOWTO NEWS README %{_mandir}/man1/squidview* %{_bindir}/squidview %changelog * Sat Apr 08 2006 Dries Verachtert - 0.69-1.2 - Rebuild for Fedora Core 5. * Fri Nov 11 2005 Dries Verachtert - 0.69-1 - Updated to release 0.69. * Wed Dec 17 2003 Dag Wieers - 0.63-0 - Updated to release 0.63. * Sun Sep 21 2003 Dag Wieers - 0.51-0 - Initial package. (using DAR)