# $Id: $ # Authority: dries # Upstream: Summary: Perl script which generates statistics from IRC logfiles Name: pisg Version: 0.68 Release: 1.2%{?dist} License: GPL Group: Applications/Communications URL: http://pisg.sourceforge.net/ Source: http://dl.sf.net/pisg/pisg-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root # BuildRequires: %description pisg is an IRC channel statics generator written in Perl, it creates statistics from different logfile formats. It was originally written because IRCStats wasn't open source. So here's an open source/GPL'ed version to anyone interested. It's a funny thing for your IRC channel, and it's highly customizeable. Extensive documentation can be found at: http://pisg.sourceforge.net/docs/ %prep %setup %build %install %{__rm} -rf %{buildroot} %{__install} -d -m0755 %{buildroot}%{_datadir}/pisg %{__install} -d -m0755 %{buildroot}%{_bindir} %{__cp} -pR gfx layout modules pisg.cfg pisg lang.txt scripts %{buildroot}%{_datadir}/pisg echo '%{_datadir}/pisg/pisg $@' > %{buildroot}%{_bindir}/pisg %{__chmod} +x %{buildroot}%{_bindir}/pisg %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc COPYING README %doc docs %{_bindir}/* %config(noreplace) %{_datadir}/pisg/pisg.cfg %{_datadir}/pisg %changelog * Sat Apr 08 2006 Dries Verachtert - 0.68-1.2 - Rebuild for Fedora Core 5. * Tue Mar 14 2006 Dries Verachtert - 0.68-1 - Update to release 0.68. * Sun Dec 12 2004 Dries Verachtert - 0.62-1 - Update to release 0.62. * Sun Oct 31 2004 Dries Verachtert - 0.61-1 - Initial package.