- use correct fcc folder with IMAP (#217469)
- don't require smtpdaemon, gettext Resolves: #217469
This commit is contained in:
parent
34d02055c0
commit
992b61a2d7
10
mutt.spec
10
mutt.spec
@ -2,7 +2,7 @@ Summary: A text mode mail user agent.
|
|||||||
Name: mutt
|
Name: mutt
|
||||||
%define uversion 0.9
|
%define uversion 0.9
|
||||||
Version: 1.4.2.2
|
Version: 1.4.2.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Epoch: 5
|
Epoch: 5
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -26,8 +26,9 @@ Patch21: mutt-sasl-log.patch
|
|||||||
Patch22: mutt-1.4-manual.patch
|
Patch22: mutt-1.4-manual.patch
|
||||||
Patch23: mutt-1.4-saslauth.patch
|
Patch23: mutt-1.4-saslauth.patch
|
||||||
Patch24: mutt-safeopen.patch
|
Patch24: mutt-safeopen.patch
|
||||||
|
Patch25: mutt-imapfcc.patch
|
||||||
Url: http://www.mutt.org/
|
Url: http://www.mutt.org/
|
||||||
Requires: smtpdaemon, webclient, mailcap, gettext
|
Requires: /usr/sbin/sendmail webclient mailcap
|
||||||
Obsoletes: urlview
|
Obsoletes: urlview
|
||||||
Provides: urlview
|
Provides: urlview
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -70,6 +71,7 @@ you are going to use.
|
|||||||
%patch22 -p1 -b .manual
|
%patch22 -p1 -b .manual
|
||||||
%patch23 -p1 -b .saslauth
|
%patch23 -p1 -b .saslauth
|
||||||
%patch24 -p0 -b .safeopen
|
%patch24 -p0 -b .safeopen
|
||||||
|
%patch25 -p0 -b .imapfcc
|
||||||
|
|
||||||
install -m644 %{SOURCE1} mutt_ldap_query
|
install -m644 %{SOURCE1} mutt_ldap_query
|
||||||
|
|
||||||
@ -154,6 +156,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/muttrc.*
|
%{_mandir}/man5/muttrc.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 06 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-5
|
||||||
|
- use correct fcc folder with IMAP (#217469)
|
||||||
|
- don't require smtpdaemon, gettext
|
||||||
|
|
||||||
* Tue Oct 31 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-4
|
* Tue Oct 31 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-4
|
||||||
- fix POP authentication with latest cyrus-sasl (#212816)
|
- fix POP authentication with latest cyrus-sasl (#212816)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user