diff --git a/.cvsignore b/.cvsignore index e69de29..0caa85e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +ko-aff-dic-0.2.4.zip diff --git a/hunspell-ko.spec b/hunspell-ko.spec new file mode 100644 index 0000000..aad3d65 --- /dev/null +++ b/hunspell-ko.spec @@ -0,0 +1,38 @@ +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 - 0.2.4-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..7889602 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hunspell-ko-0_2_4-1_fc11:HEAD:hunspell-ko-0.2.4-1.fc11.src.rpm:1245267686 diff --git a/sources b/sources index e69de29..23f2b6e 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +0b74412567f791520723539ea9949018 ko-aff-dic-0.2.4.zip