# $Id$ # Authority: dag # Upstream: Sebastian Kienzl %define real_version 2.1rc1 Summary: IRC bouncer with IPV6-support Name: muh Version: 2.1 Release: 0.rc1.2%{?dist} License: GPL Group: Applications/Internet URL: http://mind.riot.org/muh/ Source: http://dl.sf.net/muh/muh-%{real_version}.tar.gz Source1: muhrc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description muh is a quite versatile irc-bouncer for unix. An irc-bouncer is a program that acts as a middleman between your irc-client and your irc-server. If you have no idea what this is good for you probably don't need it. %prep %setup -n %{name}-%{real_version} %{__cp} -apv %{SOURCE1} . %build %configure \ --enable-ipv6 %{__make} %{?_smp_mflags} %{__mv} src/muh src/muh-ipv6 %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %{__install} -Dp -m0755 src/muh-ipv6 %{buildroot}%{_bindir}/muh-ipv6 %post /sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir %preun /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING INSTALL muhrc NEWS README TODO VERSION %doc %{_infodir}/*.info* %{_bindir}/* %exclude %{_datadir}/muhrc %changelog * Sat Apr 08 2006 Dries Verachtert - 2.1-0.rc1.2 - Rebuild for Fedora Core 5. * Wed Apr 07 2004 Dag Wieers - 2.1-0.rc1 - Initial package. (using DAR)