Blob Blame History Raw
Name: hunspell-bg
Summary: Bulgarian hunspell dictionaries
Version: 4.0
Release: 1%{?dist}
Source: http://downloads.sourceforge.net/bgoffice/OOo-spell-bg-%{version}.zip
Group: Applications/Text
URL: http://bgoffice.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPL
BuildArch: noarch

Requires: hunspell

%description
Bulgarian hunspell dictionaries.

%prep
%setup -q -n OOo-spell-bg-%{version}

%build
tr -d '\r' < README > README.new
iconv -f ISO-8859-2 -t UTF-8 README.new > README
tr -d '\r' < COPYING > COPYING.new
mv COPYING.new COPYING

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING COPYING.BULGARIAN README  
%{_datadir}/myspell/*

%changelog
* Mon Jul 09 2007 Caolan McNamara <caolanm@redhat.com> - 4.0-1
- latest version

* Mon Feb 12 2006 Caolan McNamara <caolanm@redhat.com> - 0.20040405-1
- initial version