From 6d390f4b981dbe474b08596b2c3c297d8783e3e0 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Oct 09 2019 12:21:13 +0000 Subject: - disable aspell support until it is clear how to set up aspell dependencies or avoiding annoying error message when no dictionary is found every time a file is edited --- diff --git a/mc.spec b/mc.spec index 12a81c5..ca9280c 100644 --- a/mc.spec +++ b/mc.spec @@ -4,7 +4,7 @@ Summary: User-friendly text console file manager and visual shell Name: mc Epoch: 1 Version: 4.8.23 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv3+ URL: http://www.midnight-commander.org/ Source0: http://www.midnight-commander.org/downloads/mc-%{version}.tar.xz @@ -13,7 +13,6 @@ Patch1: %{name}-spec.syntax.patch Patch2: %{name}-rpm.patch Patch3: %{name}-python3.patch Patch4: %{name}-default_setup.patch -BuildRequires: aspell-devel BuildRequires: e2fsprogs-devel BuildRequires: gcc BuildRequires: glib2-devel @@ -23,7 +22,6 @@ BuildRequires: libssh2-devel >= 1.2.5 BuildRequires: %{?with_slang:slang-devel}%{!?with_slang:ncurses-devel} BuildRequires: pkgconfig BuildRequires: perl-generators -Requires: aspell-en Suggests: mc-python %description @@ -48,7 +46,6 @@ Midnight Commander s3+ and UC1541 EXTFS backend scripts. %configure \ PYTHON=%{__python3} \ --disable-rpath \ - --enable-aspell \ --enable-charset \ --enable-largefile \ --enable-vfs-cpio \ @@ -95,6 +92,11 @@ Midnight Commander s3+ and UC1541 EXTFS backend scripts. %{_libexecdir}/mc/extfs.d/{s3+,uc1541} %changelog +* Wed Oct 09 2019 Jindrich Novy - 1:4.8.23-7 +- disable aspell support until it is clear how to set up + aspell dependencies or avoiding annoying error message + when no dictionary is found every time a file is edited + * Mon Oct 07 2019 Jindrich Novy - 1:4.8.23-6 - re-add BR: perl-generators, it is required for generating rpm deps from the embedded VFS perl scriptlets