]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt.spec
- updated to 1.5.18
[packages/mutt.git] / mutt.spec
index 3986899d2698c3555d3dffc62412c50db24c7517..2015ef94c4ab78d426573a0a02a2f06170a6223a 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -2,10 +2,10 @@
 # Conditional build:
 %bcond_with    slang           # use slang library instead of ncurses
 %bcond_with    nntp            # use VVV's NNTP patch
-%bcond_with    esmtp           # use esmtp patch
 %bcond_with    folder_column   # build with folder_column patch
+%bcond_with    imap_recent     # show IMAP RECENT messages as new (instead of UNSEEN)
 %bcond_without sasl            # don't use sasl
-%bcond_with    home_etc        # use home_etc (patch needs update)
+%bcond_without home_etc        # don't use home_etc
 #
 Summary:       The Mutt Mail User Agent
 Summary(de.UTF-8):     Der Mutt Mail-User-Agent
@@ -18,58 +18,64 @@ Summary(ru.UTF-8):  Почтовая клиентская программа Mutt
 Summary(tr.UTF-8):     Mutt elektronik posta programı
 Summary(uk.UTF-8):     Поштова клієнтська програма Mutt
 Name:          mutt
-Version:       1.5.15
-Release:       0.1
+Version:       1.5.18
+Release:       1
 Epoch:         6
 License:       GPL
 Group:         Applications/Mail
 Source0:       ftp://ftp.mutt.org/mutt/devel/%{name}-%{version}.tar.gz
-# Source0-md5: b2c1eb45fd958f6589ee52a98f2a3ce1
+# Source0-md5: 27c30037120189b9f9c0d3e76361b8f8
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Source3:       %{name}.1.pl
-#Patch0:               %{name}-pl.po-update.patch
-#Patch1:               %{name}-forcedotlock.patch
+Patch0:                %{name}-pl.po-update.patch
+Patch1:                %{name}-forcedotlock.patch
+# http://mutt.org.ua/download/
 Patch2:                %{name}-rr.compressed.patch
 Patch3:                %{name}-bj.status-time.patch
+# http://mutt.org.ua/download/
 Patch4:                %{name}-vvv.quote.patch
 Patch5:                %{name}-null_name.patch
 Patch6:                %{name}-cd.trash_folder.patch
 Patch7:                %{name}-cd.purge_message.patch
 Patch8:                %{name}-cd.signatures_menu.patch
-Patch9:                %{name}-folder_columns.patch
-Patch10:       %{name}-nr.tag_prefix_cond.patch
+# http://www.mutt.ca/patches/ (dw.crypt-autoselectkey)
+Patch9:                %{name}-crypt-autoselectkey.patch
+# http://www.mutt.ca/patches/ (dw.crypt-hook-both)
+Patch10:       %{name}-pgp_hook.patch
 Patch11:       %{name}-manual.patch
 Patch12:       %{name}-send_charset.patch
 Patch13:       %{name}-xface.patch
 Patch14:       %{name}-Muttrc_mbox_path.patch
 Patch15:       %{name}-po.patch
+# http://mutt.org.ua/download/
 Patch16:       %{name}-vvv.nntp.patch
-Patch17:       %{name}-esmtp.patch
-Patch18:       %{name}-home_etc.patch
-Patch19:       %{name}-Muttrc.patch
-#PatchXXX:     %{name}-pgp_hook.patch
+Patch17:       %{name}-home_etc.patch
+Patch18:       %{name}-Muttrc.patch
+Patch19:       %{name}-muttbug-tmp.patch
+Patch20:       %{name}-folder_columns.patch
+Patch21:       %{name}-nr.tag_prefix_cond.patch
+Patch22:       %{name}-imap_mxcmp.patch
+Patch23:       %{name}-imap_recent.patch
 URL:           http://www.mutt.org/
 BuildRequires: autoconf
 BuildRequires: automake
 %{?with_sasl:BuildRequires:    cyrus-sasl-devel >= 2.1.0}
-BuildRequires: db-devel
+BuildRequires: db-devel >= 4.0
+BuildRequires: docbook-dtd42-xml
+BuildRequires: docbook-style-xsl
 %{?with_home_etc:BuildRequires:        home-etc-devel >= 1.0.8}
 BuildRequires: gettext-devel
-BuildRequires: gpgme-devel >= 1:1.0.0
+BuildRequires: gpgme-devel >= 1:1.1.0
 BuildRequires: libidn-devel
 BuildRequires: lynx
 %{!?with_slang:BuildRequires:  ncurses-devel >= 5.0}
 BuildRequires: openssl-devel >= 0.9.7d
 %{?with_slang:BuildRequires:   slang-devel}
-%{?with_esmtp:BuildRequires:   libesmtp-devel}
-BuildRequires: docbook-style-xsl
 BuildRequires: libxslt-progs
-BuildRequires: sgml-tools
-BuildRequires: sgml-tools-dtd
 Requires:      iconv
-Requires:      mailcap
 %{?with_home_etc:Requires:     home-etc >= 1.0.8}
+Suggests:      mailcap
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                specflags_ia32   -fomit-frame-pointer 
@@ -133,8 +139,8 @@ Mutt - це невеликий, але потужний повноекранни
 
 %prep
 %setup -q
-#%patch0 -p1
-#%patch1 -p1
+%patch0 -p1
+%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
@@ -142,19 +148,23 @@ Mutt - це невеликий, але потужний повноекранни
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
-# breaks display if arrow_cursor is set
-%{?with_folder_column:%patch9 -p1}
-# disabled - changes default behaviour
-#%patch10 -p0
+%patch9 -p1
+%patch10 -p1
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
 %{?with_nntp:%patch16 -p1}
-%{?with_esmtp:%patch17 -p1}
-%{?with_home_etc:%patch18 -p1}
+%{?with_home_etc:%patch17 -p1}
+%patch18 -p1
 %patch19 -p1
+# breaks display if arrow_cursor is set
+%{?with_folder_column:%patch20 -p1}
+# disabled - changes default behaviour
+#%patch21 -p0
+%patch22 -p1
+%{?with_imap_recent:%patch23 -p1}
 
 # force regeneration (manual.sgml is modified by some patches)
 rm -f doc/{manual*.html,manual.txt}
@@ -165,40 +175,42 @@ rm -f doc/{manual*.html,manual.txt}
 %{__autoheader}
 %{__automake}
 %configure \
+       mutt_cv_groupwrite=yes \
+       mutt_cv_worldwrite=no \
        %{!?debug:--disable-debug} %{?debug:--enable-debug} \
        --disable-warnings \
        --enable-compressed \
        --enable-external-dotlock \
        --enable-gpgme \
+       --enable-hcache \
        --enable-imap \
        --enable-mailtool \
        %{?with_nntp:--enable-nntp} \
        --enable-pop \
-       --enable-hcache \
+       --enable-smtp \
+       --with-bdb=/usr --without-gdbm \
        %{!?with_slang:--with-curses} \
-       %{?with_slang:--with-slang} \
        --with-docdir=%{_docdir}/%{name} \
-       %{?with_home_etc:--with-home-etc} %{!?with_home_etc:--without-home-etc} \
-       --with-homespool=Maildir \
-       %{?with_esmtp:--enable-libesmtp --with-libesmtp=/usr} \
+       %{?with_home_etc:--with-home-etc} \
        --with-mailpath=/var/mail \
-       --with-regex \
        --with-mixmaster \
+       --with-regex \
        %{?with_sasl:--with-sasl2} \
-       --with-ssl \
-       --without-included-gettext
+       %{?with_slang:--with-slang} \
+       --with-ssl
 
+%{__make} -j1 -C doc
 %{__make}
-%{__make} manual.txt -C doc
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_mandir}/pl/man1}
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       DOTLOCK_GROUP=
 
-%{__patch} -p0 -d $RPM_BUILD_ROOT%{_sysconfdir} < %{PATCH12}
+%{__patch} -p2 -d $RPM_BUILD_ROOT%{_sysconfdir} < %{PATCH12}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
@@ -220,7 +232,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc contrib/{*rc*,*cap*} ChangeLog README TODO NEWS README.SECURITY README.SSL README.xface %{?with_esmtp:Muttrc.esmtp}
+%doc contrib/{*rc*,*cap*} ChangeLog README TODO NEWS README.SECURITY README.SSL README.xface
 %config(noreplace,missingok) %verify(not md5 size mtime) %{_sysconfdir}/Muttrc
 %attr(755,root,root) %{_bindir}/mutt
 %attr(755,root,root) %{_bindir}/flea
This page took 0.039043 seconds and 4 git commands to generate.