X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=mutt.spec;h=187ab13abb145a094ee87662381ea94b2f631bab;hb=d66e5ee829219ba78ed0b1bec1eaa4365403e66b;hp=561342b601520ec0097e6288c238f514db46a673;hpb=944d2bf214224654c5226a36333e134ad3ae0a42;p=packages%2Fmutt.git diff --git a/mutt.spec b/mutt.spec index 561342b..187ab13 100644 --- a/mutt.spec +++ b/mutt.spec @@ -7,9 +7,9 @@ Summary(pt_BR): Mutt, cliente de correio eletr Summary(es): Mutt, cliente de correo electrónico Summary(tr): Mutt elektronik posta programý Name: mutt -Version: 1.3.24i -Release: 1 -Epoch: 4 +Version: 1.3.27i +Release: 5 +Epoch: 5 License: GPL Group: Applications/Mail Group(de): Applikationen/Post @@ -19,21 +19,32 @@ Source0: ftp://ftp.mutt.org/pub/mutt/%{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}.png Source3: %{name}.1.pl -Patch0: %{name}-forcedotlock.patch -Patch1: %{name}-home_etc.patch +Patch0: %{name}-home_etc.patch +Patch1: %{name}-forcedotlock.patch Patch2: %{name}-muttbug-tmp.patch +Patch3: %{name}-rr.compressed.patch +Patch4: %{name}-cd.edit_threads.patch +Patch5: %{name}-bj.status-time.patch +Patch6: %{name}-devl.narrow_tree.patch +Patch7: %{name}-vvv.quote.gz +Patch8: %{name}-null_name.patch +Patch9: %{name}-cd.trash_folder.patch +Patch10: %{name}-cd.purge_message.patch +Patch11: %{name}-cd.signatures_menu.patch +Patch12: %{name}-folder_columns.patch +Patch13: %{name}-nr.tag_prefix_cond.patch URL: http://www.mutt.org/ BuildRequires: autoconf BuildRequires: automake BuildRequires: ncurses-devel >= 5.0 BuildRequires: openssl-devel >= 0.9.6a +BuildRequires: sgml-tools %{!?_without_sasl:BuildRequires: cyrus-sasl-devel} Requires: iconv Requires: mailcap Requires: smtpdaemon BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) - %description Mutt is a small but very poweful full-screen Unix mail client. Features include MIME support, color, POP3 support, message threading, @@ -56,7 +67,7 @@ POP, des fils de discussion, des touches li les fils. %description -l pl -Mutt jest niewielkim programem pocztowym dla terminali tekstowych +Mutt jest niewielkim programem pocztowym dla terminali tekstowych, posiadaj±cym du¿e mo¿liwo¶ci. Obs³uguje MIME, POP3, cztery formaty skrzynek pocztowych, kolory, w±tki, ocenê wa¿no¶ci listów (scoring) oraz skompresowane foldery. @@ -75,16 +86,28 @@ deste %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p0 %build - -#PGP=%{_bindir}/pgp PGPK=%{_bindir}/pgpk \ +autoconf +#PGP=%{_bindir}/pgp PGPK=%{_bindir}/pgpk CFLAGS="%{optflags} -I%{_includedir}/slang" \ -./configure \ +%configure \ --enable-pop \ --enable-imap \ --enable-mailtool \ --enable-external-dotlock \ + --enable-compressed \ %{!?debug:--disable-debug} %{?debug:--enable-debug} \ --disable-warnings \ --with-curses \ @@ -94,6 +117,7 @@ CFLAGS="%{optflags} -I%{_includedir}/slang" \ %{!?_without_sasl:--with-sasl} %{?_without_sasl:--without-sasl} \ --without-included-nls \ --with-homespool=Maildir \ + --with-mixmaster \ --with-mailpath=/var/mail \ --with-sharedir=%{_datadir} \ --with-docdir=%{_docdir}/%{name}-%{version} \