- replace md5 implementation

- update license tag
This commit is contained in:
Miroslav Lichvar 2007-08-28 14:24:52 +00:00
parent a7fe1808c7
commit 8b6071858f
2 changed files with 1158 additions and 2 deletions

1146
mutt-1.5.16-md5.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,15 @@
Summary: A text mode mail user agent
Name: mutt
Version: 1.5.16
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 5
License: GPL
# The entire source code is GPLv2+ except
# pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain
License: GPLv2+ and Public Domain
Group: Applications/Internet
Source: ftp://ftp.mutt.org/pub/mutt/devel/mutt-%{version}.tar.gz
Source1: mutt_ldap_query
Patch1: mutt-1.5.16-md5.patch
Patch2: mutt-1.5.13-nodotlock.patch
Patch3: mutt-1.5.16-muttrc.patch
Patch4: mutt-1.5.16-manual.patch
@ -18,6 +21,7 @@ BuildRequires: cyrus-sasl-devel db4-devel gnutls-devel krb5-devel ncurses-devel
BuildRequires: libidn-devel gettext
# required to build documentation
BuildRequires: docbook-style-xsl libxslt lynx
BuildRequires: automake autoconf
%description
Mutt is a small but very powerful text-based MIME mail client. Mutt
@ -28,6 +32,8 @@ for selecting groups of messages.
%prep
%setup -q
%patch1 -p1 -b .md5
./prepare -V
# Thou shalt use fcntl, and only fcntl
%patch2 -p1 -b .nodl
%patch3 -p1 -b .muttrc
@ -95,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/muttrc.*
%changelog
* Tue Aug 28 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.16-3
- replace md5 implementation
- update license tag
* Wed Jul 11 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.16-2
- split urlview off, fix requires and description (#226167)