auto-import mutt-1.2.5i-3 from mutt-1.2.5i-3.src.rpm

This commit is contained in:
cvsdist 2004-09-09 08:53:52 +00:00
parent a5273aceed
commit 31f9348fbe

View File

@ -2,7 +2,7 @@ Summary: A text mode mail user agent.
Name: mutt Name: mutt
%define pversion 1.2.5 %define pversion 1.2.5
Version: %{pversion}i Version: %{pversion}i
Release: 2 Release: 3
Serial: 4 Serial: 4
Copyright: GPL Copyright: GPL
Group: Applications/Internet Group: Applications/Internet
@ -12,6 +12,7 @@ Patch1: mutt-default.patch
Patch4: mutt-md5.patch Patch4: mutt-md5.patch
Url: http://www.mutt.org/ Url: http://www.mutt.org/
Requires: slang >= 0.99.38, smtpdaemon, urlview Requires: slang >= 0.99.38, smtpdaemon, urlview
BuildPrereq: openssl-devel
Buildroot: %{_tmppath}/mutt-root Buildroot: %{_tmppath}/mutt-root
Conflicts: mutt-us Conflicts: mutt-us
Provides: mutt-i Provides: mutt-i
@ -40,8 +41,10 @@ CFLAGS="$RPM_OPT_FLAGS" ./prepare --prefix=%{_prefix} \
--with-mandir=%{_mandir} \ --with-mandir=%{_mandir} \
--with-infodir=%{_infodir} \ --with-infodir=%{_infodir} \
--enable-pop --enable-imap \ --enable-pop --enable-imap \
--with-ssl \
%{!?nokerberos:--with-gss=/usr/kerberos} \ %{!?nokerberos:--with-gss=/usr/kerberos} \
--disable-warnings --with-slang --disable-domain --disable-warnings --with-slang --disable-domain \
--disable-flock --enable-fcntl
make make
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -94,6 +97,13 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/share/locale/*/LC_MESSAGES/mutt.mo %{_prefix}/share/locale/*/LC_MESSAGES/mutt.mo
%changelog %changelog
* Thu Aug 24 2000 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in new environment
- force flock() off and fcntl() on in case defaults change
* Tue Aug 8 2000 Nalin Dahyabhai <nalin@redhat.com>
- enable SSL support
* Fri Aug 4 2000 Bill Nottingham <notting@redhat.com> * Fri Aug 4 2000 Bill Nottingham <notting@redhat.com>
- add translation to desktop entry - add translation to desktop entry