|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
Name: mythes
|
|
|
|
|
Summary: A thesaurus library
|
|
|
|
|
Version: 1.2.4
|
|
|
|
|
Release: 19%{?dist}
|
|
|
|
|
Source: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
|
|
|
|
|
URL: http://hunspell.sourceforge.net/
|
|
|
|
|
Version: 1.2.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Source: https://github.com/hunspell/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
URL: https://github.com/hunspell/mythes
|
|
|
|
|
License: BSD and MIT
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: hunspell-devel, gcc-c++
|
|
|
|
@ -28,6 +28,7 @@ Includes and definitions for developing with mythes
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
./example th_en_US_new.idx th_en_US_new.dat checkme.lst
|
|
|
|
|
./example morph.idx morph.dat morph.lst morph.aff morph.dic
|
|
|
|
|
|
|
|
|
@ -53,6 +54,9 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
|
|
|
|
|
%{_bindir}/th_gen_idx.pl
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 21 2022 Caolán McNamara <caolanm@redhat.com> - 1.2.5-1
|
|
|
|
|
- latest version
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-19
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|