rebase on v1.4
This commit is contained in:
parent
4db466c1c7
commit
0f1ead69a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/hspell-1.3.tar.gz
|
||||
/hspell-1.4.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A Hebrew spell checker
|
||||
Name: hspell
|
||||
Version: 1.3
|
||||
Release: 4%{?dist}
|
||||
Version: 1.4
|
||||
Release: 1%{?dist}
|
||||
License: AGPLv3
|
||||
Group: Applications/Text
|
||||
URL: http://hspell.ivrix.org.il/
|
||||
@ -14,12 +14,14 @@ Hspell is a Hebrew SPELLer and morphological analyzer. It provides a mostly
|
||||
spell-like interface (gives the list of wrong words in the input text), but can
|
||||
also suggest corrections (-c). It also provides a true morphological analyzer
|
||||
(-l), that prints all known meanings of a Hebrew string.
|
||||
Hspell 1.4 still follows the old (pre June 2017) spelling standard of the Academy.
|
||||
|
||||
%description -l he
|
||||
Hspell הוא מאיית ומנתח צורני עברי, המספק מנשק דמוי-spell - פולט רשימה של המילים
|
||||
השגויות המופיעות בקלט. Hspell מקפיד מאוד כללי האקדמיה העברית לכתיב חסר ניקוד
|
||||
("כתיב מלא"). כמו כן, Hspell מספק (-l) מנתח מורפולוגי אשר מדפיס את כל
|
||||
המשמעויות האפשריות של מחרוזת אותיות עברית.
|
||||
גרסה 1.4 תואמת עדיין לכללי האיות הישנים (טרם יוני 2017) של האקדמיה.
|
||||
|
||||
%package devel
|
||||
Summary: Library and include files for Hspell, the Hebrew spell checker
|
||||
@ -84,6 +86,9 @@ cp -p he.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/he_IL.aff
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Sat Jul 15 2017 Dan Kenigsberg <danken@cs.technion.ac.il> - 1.4-1
|
||||
- Sync with upstream hspell-1.4
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user