36 lines
861 B
RPMSpec
36 lines
861 B
RPMSpec
Name: hyphen-id
|
|
Summary: hyphenation rules for Indonesian
|
|
Version: 0.20040812
|
|
Release: 19
|
|
Source: https://sourceforge.net/projects/openofficeorg.mirror/files/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 Nov 16 2022 caodongxia <caodongxia@h-partners.com> - 0.20040812-19
|
|
- Modify invalid source0
|
|
|
|
* Wed Apr 15 2020 Shuaishuai Song <songshuaishuai2@huawei.com> - 0.20040812-18
|
|
- package init
|