2006-11-28 17:11:55 +00:00
|
|
|
Name: hunspell
|
|
|
|
Summary: Hunspell is a spell checker and morphological analyzer library
|
|
|
|
Version: 1.1.4
|
2006-11-29 19:52:35 +00:00
|
|
|
Release: 2%{?dist}
|
2006-11-28 17:11:55 +00:00
|
|
|
Source: %{name}-%{version}.tar.gz
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://hunspell.sourceforge.net/
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
|
|
License: LGPL
|
2006-11-28 17:13:58 +00:00
|
|
|
BuildRequires: libtool
|
2006-11-28 17:11:55 +00:00
|
|
|
Patch0: hunspell-1.1.4-sharedlibs.patch
|
2006-11-29 19:52:35 +00:00
|
|
|
Patch1: hunspell-1.1.4-defaultdictfromlang.patch
|
2006-11-28 17:11:55 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Hunspell is a spell checker and morphological analyzer library and program
|
|
|
|
designed for languages with rich morphology and complex word compounding or
|
|
|
|
character encoding. Hunspell interfaces: Ispell-like terminal interface using
|
|
|
|
Curses library, Ispell pipe interface, OpenOffice.org UNO module.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Requires: hunspell = %{PACKAGE_VERSION}
|
|
|
|
Summary: Files for developing with hunspell
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Includes and definitions for developing with hunspell
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .sharedlibs.patch
|
2006-11-29 19:52:35 +00:00
|
|
|
%patch1 -p1 -b .defaultdictfromlang.patch
|
2006-11-28 17:11:55 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
libtoolize --automake --force
|
|
|
|
aclocal -I m4
|
|
|
|
autoconf
|
|
|
|
automake
|
|
|
|
%configure
|
|
|
|
for i in man/*.? man/hu/*.?; do
|
|
|
|
iconv -f ISO-8859-2 -t UTF-8 $i > $i.new
|
|
|
|
mv -f $i.new $i
|
|
|
|
done
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
2006-11-28 17:13:58 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
2006-11-28 17:11:55 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_bindir}/example
|
|
|
|
mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc README README.myspell COPYING COPYING.LGPL COPYING.MPL AUTHORS AUTHORS.myspell license.hunspell license.myspell THANKS
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_datadir}/myspell
|
|
|
|
%{_bindir}/hunmorph
|
|
|
|
%{_bindir}/hunspell
|
|
|
|
%{_bindir}/hunstem
|
|
|
|
%{_mandir}/man1/hunspell.1.gz
|
|
|
|
%{_mandir}/man4/hunspell.4.gz
|
|
|
|
%{_mandir}/*/man1/hunspell.1.gz
|
|
|
|
%{_mandir}/*/man4/hunspell.4.gz
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/%{name}
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_bindir}/munch
|
|
|
|
%{_bindir}/unmunch
|
|
|
|
|
|
|
|
%changelog
|
2006-11-29 19:52:35 +00:00
|
|
|
* Wed Nov 29 2006 Caolan McNamara <caolanm@redhat.com> - 1.1.4-2
|
|
|
|
- add hunspell-1.1.4-defaultdictfromlang.patch to take locale as default
|
|
|
|
dictionary
|
|
|
|
|
2006-11-28 17:11:55 +00:00
|
|
|
* Wed Oct 25 2006 Caolan McNamara <caolanm@redhat.com> - 1.1.4-1
|
|
|
|
- initial version
|