rpms/miau/devel miau.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrick Laughton (jima) fedora-extras-commits at redhat.com
Mon Oct 2 21:35:03 UTC 2006


Author: jima

Update of /cvs/extras/rpms/miau/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23525/devel

Modified Files:
	.cvsignore sources 
Added Files:
	miau.spec 
Log Message:
auto-import miau-0.6.2-3 on branch devel from miau-0.6.2-3.src.rpm


--- NEW FILE miau.spec ---
Name:           miau
Version:        0.6.2
Release:        3%{?dist}
Summary:        Full-featured IRC bouncer

Group:          Applications/Internet
License:        GPL
URL:            http://miau.sourceforge.net/
Source0:        http://dl.sf.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info

%description
miau is a smart and versatile IRC-bouncing tool for *NIX. The difference 
between miau and other bouncers is that miau will go on IRC as soon as 
it is launched, guarding or attempting to get your nick. Control over 
the session can be taken as with other bouncers, by simply connecting to 
miau (and providing a password) like you would connect to a normal IRC 
server. On disconnect, miau 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, and DCC bouncing.

%prep
%setup -q


%build
COMMON="--enable-local --enable-dccbounce --enable-automode --enable-releasenick --enable-ctcp-replies --enable-mkpasswd --enable-uptime --enable-chanlog --enable-privlog --enable-onconnect  --enable-empty-awaymsg"
%configure \
    --enable-ipv6 \
    $COMMON
make %{?_smp_mflags}
mv src/%{name} src/%{name}-ipv6
%configure \
    $COMMON
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1 \
    $RPM_BUILD_ROOT%{_infodir}
install -m 0755 src/%{name} $RPM_BUILD_ROOT%{_bindir}
install -m 0755 src/%{name}-ipv6 $RPM_BUILD_ROOT%{_bindir}
install -m 0644 doc/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
install -m 0644 doc/%{name}.info $RPM_BUILD_ROOT%{_infodir}


%post
/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :

%preun
if [ $1 = 0 ]; then
    /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
fi


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING misc/miaurc NEWS README TODO
%{_bindir}/%{name}
%{_bindir}/%{name}-ipv6
%{_mandir}/man1/%{name}.1*
%{_infodir}/%{name}.info*

%changelog
* Mon Oct 02 2006 Patrick "Jima" Laughton <jima at beer.tclug.org> 0.6.2-3
- Fixed scriptlets, added Reqs for install-info, removed INSTALL from docs

* Fri Sep 29 2006 Patrick "Jima" Laughton <jima at beer.tclug.org> 0.6.2-2
- Initial Fedora Extras RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/miau/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Oct 2006 21:34:34 -0000	1.1
+++ .cvsignore	2 Oct 2006 21:35:03 -0000	1.2
@@ -0,0 +1 @@
+miau-0.6.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/miau/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Oct 2006 21:34:34 -0000	1.1
+++ sources	2 Oct 2006 21:35:03 -0000	1.2
@@ -0,0 +1 @@
+8a7a8a80250a9a316a3dc9d6fb15ecbe  miau-0.6.2.tar.bz2




More information about the scm-commits mailing list