latest version

f41
Caolán McNamara 2 years ago
parent c7724100d7
commit 33a6535965

3
.gitignore vendored

@ -1 +1,2 @@
/mythes-1.2.4.tar.gz
/mythes-1.2.5.tar.gz
/mythes-1.2.5.tar.xz

@ -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

@ -1 +1 @@
a8c2c5b8f09e7ede322d5c602ff6a4b6 mythes-1.2.4.tar.gz
SHA512 (mythes-1.2.5.tar.xz) = 304fd05619e0ae02c9c29d92a6ada8f4a85f41f331b87b8820728c1919f3dd9c5cd951dbef9a27e649466f94dc5daa19350c9fd09c90d49b198b73b1f9eb770e

Loading…
Cancel
Save