From eb6df6341f041b74695eca6e12aff917a3601f3c Mon Sep 17 00:00:00 2001 From: mkochano Date: Mon, 4 Feb 2002 00:10:38 +0000 Subject: [PATCH] - Added null_name patch. - BuildRequires: sgml-tools (it wants sgml2txt). - Commented out %patch3 -p1 as it won't apply (it should be resolved before new release I think). - Use %%configure macro. Changed files: mutt.spec -> 1.106 --- mutt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mutt.spec b/mutt.spec index 8d6865c..92b9410 100644 --- a/mutt.spec +++ b/mutt.spec @@ -27,11 +27,13 @@ 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 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 @@ -79,17 +81,18 @@ deste %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 +#%patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 %build autoconf #PGP=%{_bindir}/pgp PGPK=%{_bindir}/pgpk CFLAGS="%{optflags} -I%{_includedir}/slang" \ -./configure \ +%configure \ --enable-pop \ --enable-imap \ --enable-mailtool \ -- 2.44.0