diff --git a/nuspell.spec b/nuspell.spec index 227cf16..1d2c30f 100644 --- a/nuspell.spec +++ b/nuspell.spec @@ -13,7 +13,7 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libicu-devel BuildRequires: pandoc -BuildRequires: catch-devel +BuildRequires: catch2-devel BuildRequires: mingw32-filesystem BuildRequires: mingw32-dlfcn @@ -67,10 +67,10 @@ MinGW Windows %{name} library. %build -%cmake -DCMAKE_BUILD_TYPE=Release +%cmake %cmake_build -%mingw_cmake +%mingw_cmake -DBUILD_TESTING=OFF %mingw_make_build