]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt.spec
- ver. 1.5.12
[packages/mutt.git] / mutt.spec
index b7cec4dab918f76fcd14c756129126ad959cb347..64451feb94e7c11ba8c92909fadcd51f4feaeb67 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -5,7 +5,7 @@
 %bcond_with    esmtp           # use esmtp patch
 %bcond_with    folder_column   # build with folder_column patch
 %bcond_without sasl            # don't use sasl
-#%%bcond_without       home_etc        # don't use home_etc
+%bcond_without home_etc        # don't use home_etc
 #
 Summary:       The Mutt Mail User Agent
 Summary(de):   Der Mutt Mail-User-Agent
@@ -18,44 +18,45 @@ Summary(ru):        
 Summary(tr):   Mutt elektronik posta programý
 Summary(uk):   ðÏÛÔÏ×Á Ë̦¤ÎÔÓØËÁ ÐÒÏÇÒÁÍÁ Mutt
 Name:          mutt
-Version:       1.5.9
+Version:       1.5.12
 Release:       0.1
 Epoch:         6
 License:       GPL
 Group:         Applications/Mail
-Source0:       ftp://ftp.mutt.org/mutt/devel/%{name}-%{version}i.tar.gz
-# Source0-md5: c5318eba3404ebd78a15c680fa1b6056
+Source0:       ftp://ftp.mutt.org/mutt/devel/%{name}-%{version}.tar.gz
+# Source0-md5: 57196c816211a72900fdc54341eb0132
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Source3:       %{name}.1.pl
 Patch0:                %{name}-pl.po-update.patch
 Patch1:                %{name}-forcedotlock.patch
 Patch2:                %{name}-rr.compressed.patch
-Patch3:                %{name}-cd.edit_threads.patch
-Patch4:                %{name}-bj.status-time.patch
-Patch5:                %{name}-vvv.quote.patch
-Patch6:                %{name}-null_name.patch
-Patch7:                %{name}-cd.trash_folder.patch
-Patch8:                %{name}-cd.purge_message.patch
-Patch9:                %{name}-cd.signatures_menu.patch
-Patch10:       %{name}-folder_columns.patch
-Patch11:       %{name}-nr.tag_prefix_cond.patch
-Patch12:       %{name}-manual.patch
-Patch13:       %{name}-send_charset.patch
-Patch14:       %{name}-xface.patch
-Patch15:       %{name}-Muttrc_mbox_path.patch
-Patch16:       %{name}-po.patch
-Patch17:       %{name}-nntp.patch
-Patch18:       %{name}-esmtp.patch
-#Patch19:      %{name}-home_etc.patch
-# if some fuctionality is still missing, patch must be rewritten
+Patch3:                %{name}-bj.status-time.patch
+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
+Patch11:       %{name}-manual.patch
+Patch12:       %{name}-send_charset.patch
+Patch13:       %{name}-xface.patch
+Patch14:       %{name}-Muttrc_mbox_path.patch
+Patch15:       %{name}-po.patch
+Patch16:       %{name}-vvv.nntp.patch
+Patch17:       %{name}-esmtp.patch
+Patch18:       %{name}-home_etc.patch
 #PatchXXX:     %{name}-pgp_hook.patch
 URL:           http://www.mutt.org/
 BuildRequires: autoconf
 BuildRequires: automake
 %{?with_sasl:BuildRequires:    cyrus-sasl-devel >= 2.1.0}
+BuildRequires: db-devel
 %{?with_home_etc:BuildRequires:        home-etc-devel >= 1.0.8}
 BuildRequires: gettext-devel
+BuildRequires: gpgme-devel >= 1:1.0.0
+BuildRequires: libidn-devel
 %{!?with_slang:BuildRequires:  ncurses-devel >= 5.0}
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: sgml-tools
@@ -64,7 +65,7 @@ BuildRequires:        sgml-tools-dtd
 %{?with_esmtp:BuildRequires:   libesmtp-devel}
 Requires:      iconv
 Requires:      mailcap
-#%{?with_home_etc:Requires:    home-etc >= 1.0.8}
+%{?with_home_etc:Requires:     home-etc >= 1.0.8}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                specflags_ia32   -fomit-frame-pointer 
@@ -128,7 +129,7 @@ Mutt - 
 
 %prep
 %setup -q
-%patch0 -p1
+###%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -137,19 +138,18 @@ Mutt - 
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
-%patch9 -p1
 # breaks display if arrow_cursor is set
-%{?with_folder_column:%patch10 -p1}
+%{?with_folder_column:%patch9 -p1}
 # disabled - changes default behaviour
-#%patch11 -p0
+#%patch10 -p0
+%patch11 -p1
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
-%patch16 -p1
-%{?with_nntp:%patch17 -p1}
-%{?with_esmtp:%patch18 -p1}
-#%{?with_home_etc:%patch19 -p1}
+%{?with_nntp:%patch16 -p1}
+%{?with_esmtp:%patch17 -p1}
+%{?with_home_etc:%patch18 -p1}
 
 # force regeneration (manual.sgml is modified by some patches)
 rm -f doc/{manual*.html,manual.txt}
@@ -161,31 +161,27 @@ rm -f doc/{manual*.html,manual.txt}
 %{__automake}
 %configure \
        %{!?debug:--disable-debug} %{?debug:--enable-debug} \
-       %{!?with_slang:--with-curses} \
-       %{?with_slang:--with-slang} \
+       --disable-warnings \
        --enable-compressed \
        --enable-external-dotlock \
+       --enable-gpgme \
        --enable-imap \
-       --without-included-gettext \
        --enable-mailtool \
-       --with-mixmaster \
-       --enable-pop \
        %{?with_nntp:--enable-nntp} \
-       --with-regex \
-       %{?with_sasl:--with-sasl2} \
-       %{?with_home_etc:--with-home-etc} %{!?with_home_etc:--without-home-etc} \
-       %{?with_esmtp:--enable-libesmtp --with-libesmtp=/usr} \
-       --with-ssl \
-       --disable-warnings \
+       --enable-pop \
+       --enable-hcache \
+       %{!?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-mailpath=/var/mail \
-       --with-sharedir=%{_datadir} \
-       --prefix=%{_prefix} \
-       --bindir=%{_bindir} \
-       --datadir=%{_datadir} \
-       --mandir=%{_mandir} \
-       --sysconfdir=%{_sysconfdir}
+       --with-regex \
+       --with-mixmaster \
+       %{?with_sasl:--with-sasl2} \
+       --with-ssl \
+       --without-included-gettext
 
 %{__make}
 %{__make} manual.txt -C doc
@@ -197,7 +193,7 @@ install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_mandir}/pl/man1}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__patch} -p0 -d $RPM_BUILD_ROOT%{_sysconfdir} < %{PATCH16}
+%{__patch} -p0 -d $RPM_BUILD_ROOT%{_sysconfdir} < %{PATCH12}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
This page took 0.162115 seconds and 4 git commands to generate.