diff --git a/hunspell-id.spec b/hunspell-id.spec new file mode 100644 index 0000000..d474246 --- /dev/null +++ b/hunspell-id.spec @@ -0,0 +1,30 @@ +Name: hunspell-id +Version: 0.20040812 +Release: 18 +Summary: Hunspell dictionaries for Indonesian +Source: http://download.services.openoffice.org/contrib/dictionaries/id_ID.zip +URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Indonesian_.28Indonesia.29 +License: GPLv2 +BuildArch: noarch +Requires: hunspell +Supplements: (hunspell and langpacks-id) +%description +Hunspell dictionariesi for Indonesian. + +%prep +%autosetup -c hunspell-id-%{version} -p1 + +%build +chmod -x * + +%install +install -d $RPM_BUILD_ROOT/%{_datadir}/myspell +install -p -D *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +%files +%doc README_id_ID.txt +%{_datadir}/myspell/* + +%changelog +* Wed Apr 22 2020 Shuaishuai Song - 0.20040812-18 +- package init diff --git a/hunspell-id.yaml b/hunspell-id.yaml new file mode 100644 index 0000000..00bbaf0 --- /dev/null +++ b/hunspell-id.yaml @@ -0,0 +1,4 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +seperator: NA diff --git a/id_ID.zip b/id_ID.zip new file mode 100644 index 0000000..4903c7e Binary files /dev/null and b/id_ID.zip differ