31 lines
871 B
RPMSpec
31 lines
871 B
RPMSpec
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 <songshuaishuai2@huawei.com> - 0.20040812-18
|
|
- package init
|