diff --git a/nuspell.changes b/nuspell.changes index e6a6804..53dfa77 100644 --- a/nuspell.changes +++ b/nuspell.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 11 17:49:40 UTC 2020 - andy great + +- Fix build for leap by enabling cmake rpath flag. + ------------------------------------------------------------------- Thu Jun 4 15:48:03 UTC 2020 - Jan Engelhardt diff --git a/nuspell.spec b/nuspell.spec index 7ad2096..5907877 100644 --- a/nuspell.spec +++ b/nuspell.spec @@ -20,7 +20,7 @@ %define libname libnuspell Name: nuspell Version: 3.1.1 -Release: 1 +Release: 0 Summary: A spell checker library and command-line tool License: LGPL-3.0-or-later Group: Productivity/Office/Other @@ -83,6 +83,7 @@ Header files and definitions for developing with Nuspell. %build %cmake -DBUILD_SHARED_LIBS:BOOL=ON \ -DBUILD_TESTING:BOOL=ON \ + -DCMAKE_SKIP_RPATH:BOOL=OFF \ .. %cmake_build