auto-import mutt-1.4.1-4 from mutt-1.4.1-4.src.rpm

This commit is contained in:
cvsdist 2004-09-09 08:57:42 +00:00
parent dfabafe60d
commit f553685011

View File

@ -2,7 +2,7 @@ Summary: A text mode mail user agent.
Name: mutt
%define uversion 0.9
Version: 1.4.1
Release: 3.3
Release: 4
Serial: 5
License: GPL
Group: Applications/Internet
@ -16,7 +16,6 @@ Patch2: mutt-1.2.5-muttbug-tmp.patch
Patch3: mutt-1.2.5.1-autosplat.patch
Patch4: mutt-1.4.1-muttrc.patch
Patch5: mutt-sasl.patch
Patch6: mutt-1.4.1-menu.patch
Patch10: urlview-0.9-default.patch
Patch11: urlview.diff
Url: http://www.mutt.org/
@ -29,7 +28,8 @@ Provides: mutt-i
%{!?nossl:BuildPrereq: openssl-devel}
%{!?nokerberos:BuildPrereq: krb5-devel}
BuildPrereq: cyrus-sasl-devel
BuildPrereq: /usr/sbin/sendmail slang-devel /usr/bin/autoconf-2.13 /usr/bin/automake-1.4
BuildPrereq: /usr/sbin/sendmail /usr/bin/autoconf-2.13 /usr/bin/automake-1.4
BuildPrereq: ncurses-devel >= 5.3-5
%description
Mutt is a text-mode mail user agent. Mutt supports color, threading,
@ -54,8 +54,6 @@ you are going to use.
%patch4 -p1 -b .https
# fix auth to windows KDCs (#98662)
%patch5 -p1 -b .sasl
# fix menu padding code (CAN-2004-0078)
%patch6 -p0 -b .menu
%patch10 -p0 -b .default
%patch11 -p0 -b .build
install -m644 %{SOURCE1} mutt_ldap_query
@ -70,8 +68,8 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \
--enable-pop --enable-imap \
--with-sasl \
%{!?nossl:--with-ssl} \
%{!?nokerberos:--with-gss=/usr/kerberos} \
--disable-warnings --with-slang --disable-domain \
%{!?nokerberos:--with-gss} \
--disable-warnings --with-ncursesw --disable-domain \
--disable-flock --enable-fcntl
make
@ -139,8 +137,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/muttrc.*
%changelog
* Tue Jan 27 2004 Bill Nottingham <notting@redhat.com> 5:1.4.1-3.3
- add patch to fix menu padding (CAN-2004-0078, #109317)
* Mon Aug 18 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-4
- rebuild against ncursesw
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 5:1.4.1-3.2
- rebuild
* Mon Jul 7 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-3
- fix auth to windows KDCs (#98662)