%define ver 2.2a %define release 1 %define prefix /usr Summary: A full featured irc bouncer. Name: muh Version: %{ver} Release: %{release} Copyright: GPL Source: http://mind.riot.org/muh/download/muh-%{ver}.tar.gz URL: http://mind.riot.org/muh/ Group: Applications/Net BuildRoot: %{_tmppath}/%{name}-root %description Muh is a smart and versatile irc-bouncing tool for unix. The difference between Muh and other bouncers is that Muh will go on irc as soon as it's launched, guarding or attempting to get your nick. Control over the session can be taken as with other bouncers, by simply connecting to muh (and providing a password) like you would connect to a normal irc-server. On disconnect, Muh is able to stay in the channels and to reintroduce them to your client on your next connect. Other handy features are message-logging, flood-protection, dcc-bouncing, etc. %prep %setup CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} %build make %install rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT%{prefix} install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %{prefix} %changelog * Thu Mar 21 2002 Sebastian Kienzl - Spec file cleanup * Fri Dec 29 2000 Bastian Friedrich - Initial RPM release.