|
|
|
@ -66,12 +66,6 @@ GUI part of the Sonnet framework provides widgets with spell checking support.
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{framework}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
# workaround multilib conflicts in trigrams.map by using QMap instead of QHash
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1262746
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1669800
|
|
|
|
|
# https://bugs.kde.org/show_bug.cgi?id=403630
|
|
|
|
|
sed -i.multilib -e 's|QHash|QMap|g' data/parsetrigrams.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
@ -111,8 +105,6 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
|
|
|
|
%endif
|
|
|
|
|
%{_kf5_bindir}/parsetrigrams
|
|
|
|
|
%{_kf5_bindir}/gentrigrams
|
|
|
|
|
%dir %{_kf5_datadir}/kf5/sonnet/
|
|
|
|
|
%{_kf5_datadir}/kf5/sonnet/trigrams.map
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets ui
|
|
|
|
|
|
|
|
|
@ -134,6 +126,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Dec 17 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.65.0-1
|
|
|
|
|
- 5.65.0
|
|
|
|
|
- %%files: drop trigrams.map (now embedded)
|
|
|
|
|
|
|
|
|
|
* Fri Nov 08 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.64.0-1
|
|
|
|
|
- 5.64.0
|
|
|
|
|