*** empty log message ***
This commit is contained in:
parent
8992783460
commit
794b7ac6a4
@ -0,0 +1 @@
|
||||
ko-aff-dic-0.2.4.zip
|
38
hunspell-ko.spec
Normal file
38
hunspell-ko.spec
Normal file
@ -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 <caolanm@redhat.com> - 0.2.4-1
|
||||
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
hunspell-ko-0_2_4-1_fc11:HEAD:hunspell-ko-0.2.4-1.fc11.src.rpm:1245267686
|
Loading…
Reference in New Issue
Block a user