From 03f5eb6547244b991398c2c71c559fc9b88a09c8 Mon Sep 17 00:00:00 2001 From: vishal-vvr Date: Oct 12 2020 05:29:45 +0000 Subject: Resolves: rhbz#1865076: FTBFS in Fedora rawhide/f33 updated make_build and make_install to cmake_build and cmake_install macro --- diff --git a/nuspell.spec b/nuspell.spec index e71b496..1540765 100644 --- a/nuspell.spec +++ b/nuspell.spec @@ -1,6 +1,6 @@ Name: nuspell Version: 3.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C++ spelling checking library and command-line tool License: LGPLv3+ URL: https://nuspell.github.io @@ -35,12 +35,12 @@ The %{name}-devel package contains the header files and developer docs for \ %autosetup -n %{name}-%{version} %build -%cmake . -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release \ +%cmake -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=%{_prefix} -%make_build +%cmake_build %install -%make_install +%cmake_install %check ctest @@ -61,6 +61,10 @@ ctest %doc %{_docdir}/nuspell/ %changelog +* Fri Oct 09 2020 Vishal Vijayraghavan - 3.1.2-4 +- Resolves: rhbz#1865076: FTBFS in Fedora rawhide/f33 +- updated make_build and make_install to cmake_build and cmake_install macro + * Sat Aug 01 2020 Fedora Release Engineering - 3.1.2-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild