Summary: A text mode mail user agent. Name: muttng Version: 20050718 Release: 3 Serial: 1 License: GPL Group: Applications/Internet Source: http://nion.modprobe.de/mutt-ng/snapshots/%{name}-%{version}.tar.gz Url: http://www.muttng.org/ Requires: slang >= 0.99.38, smtpdaemon, webclient, mailcap, gettext Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root %{!?nossl:BuildPrereq: openssl-devel} %{!?nokerberos:BuildPrereq: krb5-devel} BuildPrereq: /usr/sbin/sendmail slang-devel /usr/bin/automake-1.4 %description Mutt-ng is a text-mode mail user agent. Mutt supports color, threading, arbitrary key remapping, and a lot of customization. You should install mutt if you have used it in the past and you prefer it, or if you are new to mail programs and have not decided which one you are going to use. %prep %setup -n %{name}-%{version} -q %build rm -rf autom4te.cache ./autogen.sh chmod 700 ./configure export -n LINGUAS CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ --with-sharedir=/etc --sysconfdir=/etc \ --with-docdir=%{_docdir}/mutt-%{version} \ --with-mandir=%{_mandir} \ --with-infodir=%{_infodir} \ --enable-pop --enable-imap \ --with-sasl \ %{!?nossl:--with-ssl} \ %{!?nokerberos:--with-gss=/usr/kerberos} \ --disable-warnings --with-slang --disable-domain \ --disable-flock --enable-fcntl \ --enable-buffy-size make %install rm -rf $RPM_BUILD_ROOT %makeinstall sharedir=$RPM_BUILD_ROOT/etc \ sysconfdir=$RPM_BUILD_ROOT/etc \ docdir=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} \ install mkdir -p $RPM_BUILD_ROOT/etc/X11/applnk/Internet # we like GPG here cat contrib/gpg.rc >> \ $RPM_BUILD_ROOT/etc/Muttngrc grep -5 "^color" contrib/sample.muttrc >> \ $RPM_BUILD_ROOT/etc/Muttngrc # and we use aspell cat >> $RPM_BUILD_ROOT/etc/Muttngrc < 1:20050718-3 - fixed to use ./autogen.sh instead of ./prepare script * Mon Mar 14 2005 Iain Lea 1:20050314-2 - fixed aclocal/automake/autoconf/prepare weirdness (rm -rf autom4te.cache) * Sun Mar 06 2005 Iain Lea 1:20050306-1 - initial muttng.spec file