auto-import mutt-1.4.1-4 from mutt-1.4.1-4.src.rpm
This commit is contained in:
parent
dfabafe60d
commit
f553685011
19
mutt.spec
19
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.1
|
Version: 1.4.1
|
||||||
Release: 3.3
|
Release: 4
|
||||||
Serial: 5
|
Serial: 5
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -16,7 +16,6 @@ Patch2: mutt-1.2.5-muttbug-tmp.patch
|
|||||||
Patch3: mutt-1.2.5.1-autosplat.patch
|
Patch3: mutt-1.2.5.1-autosplat.patch
|
||||||
Patch4: mutt-1.4.1-muttrc.patch
|
Patch4: mutt-1.4.1-muttrc.patch
|
||||||
Patch5: mutt-sasl.patch
|
Patch5: mutt-sasl.patch
|
||||||
Patch6: mutt-1.4.1-menu.patch
|
|
||||||
Patch10: urlview-0.9-default.patch
|
Patch10: urlview-0.9-default.patch
|
||||||
Patch11: urlview.diff
|
Patch11: urlview.diff
|
||||||
Url: http://www.mutt.org/
|
Url: http://www.mutt.org/
|
||||||
@ -29,7 +28,8 @@ Provides: mutt-i
|
|||||||
%{!?nossl:BuildPrereq: openssl-devel}
|
%{!?nossl:BuildPrereq: openssl-devel}
|
||||||
%{!?nokerberos:BuildPrereq: krb5-devel}
|
%{!?nokerberos:BuildPrereq: krb5-devel}
|
||||||
BuildPrereq: cyrus-sasl-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
|
%description
|
||||||
Mutt is a text-mode mail user agent. Mutt supports color, threading,
|
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
|
%patch4 -p1 -b .https
|
||||||
# fix auth to windows KDCs (#98662)
|
# fix auth to windows KDCs (#98662)
|
||||||
%patch5 -p1 -b .sasl
|
%patch5 -p1 -b .sasl
|
||||||
# fix menu padding code (CAN-2004-0078)
|
|
||||||
%patch6 -p0 -b .menu
|
|
||||||
%patch10 -p0 -b .default
|
%patch10 -p0 -b .default
|
||||||
%patch11 -p0 -b .build
|
%patch11 -p0 -b .build
|
||||||
install -m644 %{SOURCE1} mutt_ldap_query
|
install -m644 %{SOURCE1} mutt_ldap_query
|
||||||
@ -70,8 +68,8 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \
|
|||||||
--enable-pop --enable-imap \
|
--enable-pop --enable-imap \
|
||||||
--with-sasl \
|
--with-sasl \
|
||||||
%{!?nossl:--with-ssl} \
|
%{!?nossl:--with-ssl} \
|
||||||
%{!?nokerberos:--with-gss=/usr/kerberos} \
|
%{!?nokerberos:--with-gss} \
|
||||||
--disable-warnings --with-slang --disable-domain \
|
--disable-warnings --with-ncursesw --disable-domain \
|
||||||
--disable-flock --enable-fcntl
|
--disable-flock --enable-fcntl
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -139,8 +137,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/muttrc.*
|
%{_mandir}/man5/muttrc.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 27 2004 Bill Nottingham <notting@redhat.com> 5:1.4.1-3.3
|
* Mon Aug 18 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-4
|
||||||
- add patch to fix menu padding (CAN-2004-0078, #109317)
|
- 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
|
* Mon Jul 7 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-3
|
||||||
- fix auth to windows KDCs (#98662)
|
- fix auth to windows KDCs (#98662)
|
||||||
|
Loading…
Reference in New Issue
Block a user