hunspell dict path now detected at buildtime (without specifying)

epel9
Rex Dieter 7 years ago
parent 2f80c5d345
commit cbda55852f

@ -9,7 +9,7 @@
Name: kf5-%{framework}
Version: 5.40.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: KDE Frameworks 5 Tier 1 solution for spell checking
License: LGPLv2+
@ -76,7 +76,6 @@ GUI part of the Sonnet framework provides widgets with spell checking support.
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} .. \
-DHUNSPELL_MAIN_DICT_PATH:PATH="%{_datadir}/myspell" \
%{?tests:-DBUILD_TESTING:BOOL=ON}
popd
@ -133,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%changelog
* Wed Nov 22 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.40.0-2
- hunspell dict path now detected at buildtime (without specifying)
* Fri Nov 10 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.40.0-1
- 5.40.0

Loading…
Cancel
Save