rpms/hspell/devel hspell.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dan Kenigsberg (danken) fedora-extras-commits at redhat.com
Mon Sep 26 17:18:56 UTC 2005


Author: danken

Update of /cvs/extras/rpms/hspell/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17473/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hspell.spec 
Log Message:
auto-import hspell-0.9-6 on branch devel from hspell-0.9-6.src.rpm


--- NEW FILE hspell.spec ---
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 <danken at cs.technion.ac.il> 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 <danken at cs.technion.ac.il> 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 <danken at cs.technion.ac.il> 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 <tcallawa at redhat.com> 0.9-3
- minor spec file cleanups, eliminate "fat" variant
* Thu Sep 15 2005 Dan Kenigsberg <danken at cs.technion.ac.il> 0.9-2
- version 0.9, some magic to silence rpmlint
* Fri Jun  4 2004 Dan Kenigsberg <danken at cs.technion.ac.il> 0.8-1
- Some cleanups, and a devel package
* Fri Dec 20 2003 Dan Kenigsberg <danken at cs.technion.ac.il> 0.7-1
- Changes for version 0.7
* Tue Jul 29 2003 Dan Kenigsberg <danken at cs.technion.ac.il> 0.6-1
- Tiny changes for the C frontend
* Fri May  2 2003 Dan Kenigsberg <danken at cs.technion.ac.il> 0.5-1
- create the "fat" variant
* Mon Feb 17 2003 Dan Kenigsberg <danken at cs.technion.ac.il> 0.3-2
- The release includes only the compressed database.
- Added signature, and some other minor changes.
* Sun Jan  5 2003 Tzafrir Cohen <tzafrir at technion.ac.il> 0.2-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hspell/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Sep 2005 17:17:39 -0000	1.1
+++ .cvsignore	26 Sep 2005 17:18:54 -0000	1.2
@@ -0,0 +1 @@
+hspell-0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hspell/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Sep 2005 17:17:39 -0000	1.1
+++ sources	26 Sep 2005 17:18:54 -0000	1.2
@@ -0,0 +1 @@
+6ebae9cfe721c6563075095fa73f69ac  hspell-0.9.tar.gz




More information about the fedora-extras-commits mailing list