diff --git a/.cvsignore b/.cvsignore index e69de29..e780fd3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +hspell-0.9.tar.gz diff --git a/hspell.spec b/hspell.spec new file mode 100644 index 0000000..0f28f40 --- /dev/null +++ b/hspell.spec @@ -0,0 +1,103 @@ +Summary: A Hebrew spell checker +Name: hspell +Version: 0.9 +Release: 6 +URL: http://ivrix.org.il/projects/spell-checker/ +Source: http://ivrix.org.il/projects/spell-checker/hspell-%{version}.tar.gz +License: GPL +Group: Applications/Text +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: zlib-devel +Obsoletes: hspell-fat +Provides: hspell-fat = %{version}-%{release} + +%description +Hspell is a Hebrew SPELLer . It currently 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 (yet incomplete) +morphological analizer (-l), that prints all known meanings of a Hebrew +string. + +Note: it is a fully working Hebrew spellchecker, not a toy release. On typical +documents it should recognize the majority of correct words. However, users +of this release must take into account that it still will not recognize *all* +the correct words; The dictionary is still admittedly not complete, and this +situation will continue to improve in the next releases. On the other hand, +barring bugs Hspell should not recognize incorrect words - extreme attention +has been given to the correctness and consistency of the dictionary. + +%description -l he +Hspell הוא מאיית עברי, המספק (בינתיים) מנשק דמוי-spell - פולט רשימה של המילים +השגויות המופיעות בקלט. זו גרסה פועלת, אולם היא איננה שלמה עדיין - מילים תקניות +רבות אינן מוכרות והן מדווחות כשגיאות. הקפדנו מאוד על-מנת שמילים שהיא *כן* מכירה +יאויתו נכונה על-פי כללי האקדמיה העברית לכתיב חסר ניקוד )"כתיב מלא"(. כמו כן, +Hspell מספק (-l) מנתח מורפולוגי אמתי (אם-כי לא שלם) אשר מדפיס את כל המשמעויות +האפשריות של מחרוזת אותיות עברית. + +%package devel +Summary: Library and include files for Hspell, the hebrew spell checker +Group: Applications/Text +Requires: %{name} = %{version}-%{release} + +%description devel +Library and include files for applications that want to use Hspell. + +%description -l he devel +ספרייה וקובצי כותרת עבור יישומים שרוצים להשתמש ב-Hspell. + +%prep +%setup -q + +%build +%configure --enable-fatverb --enable-linginfo +make CFLAGS="$RPM_OPT_FLAGS" + +%install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%doc LICENSE README WHATSNEW COPYING +%{_bindir}/hspell +%{_bindir}/hspell-i +%{_bindir}/multispell +%{_mandir}/man1/hspell.1* +%{_datadir}/hspell/ + +%files devel +%defattr(-,root,root) +%{_includedir}/*.h +%{_libdir}/libhspell.a +%{_mandir}/man3/hspell.3* + +%changelog +* Mon Sep 26 2005 Dan Kenigsberg 0.9-6 +- Add the text of the GPL to the binary package. It seems that I'll do anything + to make my sponsor Tom happy. +* Thu Sep 23 2005 Dan Kenigsberg 0.9-5 +- According to Tom's request, distribute the fat version. +- Add short Hebrew description to the devel package. +* Thu Sep 20 2005 Dan Kenigsberg 0.9-4 +- Distribute the "slim" flavor, as I suspect it is better suited for the casual + user (even though I personally enjoy the chubby morphological analizer). +* Mon Sep 19 2005 Tom "spot" Callaway 0.9-3 +- minor spec file cleanups, eliminate "fat" variant +* Thu Sep 15 2005 Dan Kenigsberg 0.9-2 +- version 0.9, some magic to silence rpmlint +* Fri Jun 4 2004 Dan Kenigsberg 0.8-1 +- Some cleanups, and a devel package +* Fri Dec 20 2003 Dan Kenigsberg 0.7-1 +- Changes for version 0.7 +* Tue Jul 29 2003 Dan Kenigsberg 0.6-1 +- Tiny changes for the C frontend +* Fri May 2 2003 Dan Kenigsberg 0.5-1 +- create the "fat" variant +* Mon Feb 17 2003 Dan Kenigsberg 0.3-2 +- The release includes only the compressed database. +- Added signature, and some other minor changes. +* Sun Jan 5 2003 Tzafrir Cohen 0.2-1 +- Initial build. diff --git a/sources b/sources index e69de29..be60454 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6ebae9cfe721c6563075095fa73f69ac hspell-0.9.tar.gz