hunspell-ko/hunspell-ko.spec

39 lines
904 B
RPMSpec
Raw Normal View History

2009-06-17 19:42:59 +00:00
Name: hunspell-ko
Summary: Korean hunspell dictionaries
Version: 0.2.4
Release: 1%{?dist}
Source: http://spellcheck-ko.googlecode.com/files/ko-aff-dic-%{version}.zip
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
Requires: hunspell
%description
Korean hunspell dictionaries.
%prep
%setup -q -n ko-aff-dic-%{version}
%build
%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
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc LICENSE LICENSE.GPL LICENSE.LGPL LICENSE.MPL
%{_datadir}/myspell/*
%changelog
* Mon Jun 15 2009 Caolan McNamara <caolanm@redhat.com> - 0.2.4-1
- initial version