diff --git a/mutt.spec b/mutt.spec index 199d073..673cd8b 100644 --- a/mutt.spec +++ b/mutt.spec @@ -41,8 +41,10 @@ BuildRequires: ncurses-devel, gettext, automake # manual generation BuildRequires: /usr/bin/xsltproc, docbook-style-xsl, perl-interpreter BuildRequires: perl-generators +%if 0%{!?rhel:1} # html manual -> txt manual conversion (lynx messes up the encoding) BuildRequires: w3m +%endif %if %{with hcache} %{?with_tokyocabinet:BuildRequires: tokyocabinet-devel}