a5ab832bba7766590fcbe54ec1e970e98a0450b5
[irssistats] / rpm / irssistats.spec
1 Name: irssistats
2 Summary: This tool generates HTML IRC stats based on irssi logs
3 Version: 0.70
4 Release: 1
5 Source: http://royale.zerezo.com/%{name}/%{name}-%{version}.tar.gz
6 Group: Applications/Multimedia 
7 License: GPL
8 BuildRoot: %{_tmppath}/%{name}-%{version}-root
9
10 %description
11 irssistats is a tool that make HTML stats from irssi logfiles.
12 The statistics generated display many useful and funny informations about
13 the channel.
14
15 %prep 
16 %setup -q
17
18 %build 
19 make
20
21 %install 
22 make install PRE=$RPM_BUILD_ROOT/usr
23
24 %clean 
25 rm -rf $RPM_BUILD_ROOT 
26
27 %files 
28 %defattr(-,root,root,0755) 
29 %doc COPYING README
30 %{_bindir}/irssistats
31 %{_mandir}/man1/irssistats.1.gz