|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
Name: mythes
|
|
|
|
|
Summary: A thesaurus library
|
|
|
|
|
Version: 1.2.4
|
|
|
|
|
Release: 18%{?dist}
|
|
|
|
|
Source: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
|
|
|
|
|
URL: http://hunspell.sourceforge.net/
|
|
|
|
|
License: BSD and MIT
|
|
|
|
|
Version: 1.2.5
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Source: https://github.com/hunspell/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
URL: https://github.com/hunspell/mythes
|
|
|
|
|
License: BSD-3-Clause-Modification 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,12 +54,35 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
|
|
|
|
|
%{_bindir}/th_gen_idx.pl
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.4-18
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.4-17
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Feb 23 2023 Caolán McNamara <caolanm@redhat.com> - 1.2.5-3
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-18
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-17
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-16
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|