Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > c31786885604fe990a78771b723cb609 > files > 2

irssistats-0.71-1mdk.src.rpm

%define name irssistats
%define version 0.71
%define release 1mdk

Name: %name
Summary: This tool generates HTML IRC stats based on irssi logs
Version: %version
Release: %release
Url: http://royale.zerezo.com/irssistats/
Source: http://royale.zerezo.com/%{name}/%{name}-%{version}.tar.bz2
Group: Networking/IRC
License: GPL
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
irssistats is a tool that make HTML stats from irssi logfiles.
The statistics generated display many useful and funny informations 
about the channel.

%prep 
%setup -q

%build 
%make

%install 
make install PRE=$RPM_BUILD_ROOT/usr

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root,0755) 
%doc COPYING README
%{_bindir}/irssistats
%{_mandir}/man1/*
%_datadir/%name
%_docdir/%name/*

%changelog
* Tue Feb 08 2005 Lenny Cartier <lenny@mandrakesoft.com> 0.71-1mdk
- from Antoine Jacquet <royale@zerezo.com> : 
	- Fixed group in the spec file

* Mon Feb 07 2005 Antoine Jacquet <royale@zerezo.com> 
- Added spec file