package init

This commit is contained in:
root 2020-07-04 11:07:41 +08:00
parent 8dd3c70e35
commit 8c7fc52bd1
2 changed files with 32 additions and 0 deletions

BIN
hyph_id_ID.zip Normal file

Binary file not shown.

32
hyphen-id.spec Normal file
View File

@ -0,0 +1,32 @@
Name: hyphen-id
Summary: hyphenation rules for Indonesian
Version: 0.20040812
Release: 18
Source: http://download.services.openoffice.org/contrib/dictionaries/hyph_id_ID.zip
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
License: GPL+
BuildArch: noarch
Requires: hyphen
Supplements: (hyphen and langpacks-id)
%description
Indonesian hyphenation rules.
%prep
%autosetup -c -p 1
%build
chmod -x *
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/hyphen
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
%files
%doc README_id_ID.txt
%{_datadir}/hyphen/*
%changelog
* Wed Apr 15 2020 Shuaishuai Song <songshuaishuai2@huawei.com> - 0.20040812-18
- package init