Update hunspell directory path

F36 Change https://fedoraproject.org/wiki/Changes/Hunspell_dictionary_dir_change

Signed-off-by: Parag Nemade <pnemade@fedoraproject.org>
This commit is contained in:
Parag Nemade 2022-01-25 14:52:36 +05:30
parent c4b43fe0ac
commit cab21181bc
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
1 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,7 @@
Name: texworks
Version: 0.6.6
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A simple IDE for authoring TeX documents
License: GPLv2+
@ -44,7 +44,7 @@ You may install the texlive-* packages to make this program useful.
%setup -q -n %{name}-release-%{version}
%build
%cmake -DWITH_PYTHON=ON -DTW_BUILD_ID=Fedora -DTeXworks_DIC_DIR=%{_datadir}/myspell -DTeXworks_PLUGIN_DIR=%{_libdir}/texworks -DCMAKE_BUILD_TYPE=RelWithDebInfo
%cmake -DWITH_PYTHON=ON -DTW_BUILD_ID=Fedora -DTeXworks_DIC_DIR=%{_datadir}/hunspell -DTeXworks_PLUGIN_DIR=%{_libdir}/texworks -DCMAKE_BUILD_TYPE=RelWithDebInfo
%cmake_build
%install
@ -63,6 +63,10 @@ rm %{buildroot}/%{_docdir}/%{name}/COPYING
%changelog
* Tue Jan 25 2022 Parag Nemade <pnemade AT redhat DOT com> - 0.6.6-5
- Update hunspell directory path
F36 Change https://fedoraproject.org/wiki/Changes/Hunspell_dictionary_dir_change
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild