SHA256
1
0
forked from pool/nuspell

- Fix build for leap by enabling cmake rpath flag.

OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=12
This commit is contained in:
andy great 2020-07-11 17:50:36 +00:00 committed by Git OBS Bridge
parent 9efdb0f39a
commit 1c96b8472d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jul 11 17:49:40 UTC 2020 - andy great <andythe_great@pm.me>
- Fix build for leap by enabling cmake rpath flag.
-------------------------------------------------------------------
Thu Jun 4 15:48:03 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -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