2009-06-17 19:42:59 +00:00
|
|
|
Name: hunspell-ko
|
|
|
|
Summary: Korean hunspell dictionaries
|
2009-07-06 08:02:24 +00:00
|
|
|
Version: 0.3.1
|
2009-07-25 02:31:52 +00:00
|
|
|
Release: 2%{?dist}
|
2009-06-17 21:50:30 +00:00
|
|
|
Source: http://spellcheck-ko.googlecode.com/files/hunspell-dict-ko-%{version}.tar.gz
|
2009-06-17 19:42:59 +00:00
|
|
|
Group: Applications/Text
|
|
|
|
URL: http://code.google.com/p/spellcheck-ko/
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
License: MPLv1.1 or GPLv2 or LGPLv2
|
|
|
|
BuildArch: noarch
|
2009-06-17 21:50:30 +00:00
|
|
|
BuildRequires: python-lxml
|
2009-06-17 19:42:59 +00:00
|
|
|
|
|
|
|
Requires: hunspell
|
|
|
|
|
|
|
|
%description
|
|
|
|
Korean hunspell dictionaries.
|
|
|
|
|
|
|
|
%prep
|
2009-06-17 21:50:30 +00:00
|
|
|
%setup -q -n hunspell-dict-ko-%{version}
|
2009-06-17 19:42:59 +00:00
|
|
|
|
|
|
|
%build
|
2009-06-17 21:50:30 +00:00
|
|
|
make
|
2009-06-17 19:42:59 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
cp -p ko.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.aff
|
|
|
|
cp -p ko.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.dic
|
|
|
|
|
2009-06-17 21:50:30 +00:00
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
2009-06-17 19:42:59 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2009-06-17 21:50:30 +00:00
|
|
|
%doc README LICENSE LICENSE.GPL LICENSE.LGPL LICENSE.MPL
|
2009-06-17 19:42:59 +00:00
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
%changelog
|
2009-07-25 02:31:52 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-06 08:02:24 +00:00
|
|
|
* Mon Jul 06 2009 Caolan McNamara <caolanm@redhat.com> - 0.3.1-1
|
|
|
|
- latest version
|
|
|
|
|
2009-06-22 08:59:09 +00:00
|
|
|
* Mon Jun 22 2009 Caolan McNamara <caolanm@redhat.com> - 0.3.0-1
|
|
|
|
- latest version
|
|
|
|
|
2009-06-17 21:50:30 +00:00
|
|
|
* Wed Jun 17 2009 Caolan McNamara <caolanm@redhat.com> - 0.2.4-2
|
|
|
|
- build from source
|
|
|
|
|
2009-06-17 19:42:59 +00:00
|
|
|
* Mon Jun 15 2009 Caolan McNamara <caolanm@redhat.com> - 0.2.4-1
|
|
|
|
- initial version
|