hyphen-el/hyphen-el.spec
2020-07-09 20:29:10 +08:00

36 lines
829 B
RPMSpec

Name: hyphen-el
Summary: Greek hyphenation rules for hunspell used in OpenOffice
Version: 0.20051018
Release: 19
Source: http://openoffice.cs.utah.edu/contrib/dictionaries/hyph_el_GR.zip
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
License: LGPLv2+
BuildArch: noarch
Requires: hyphen
Supplements: (hyphen and langpacks-el)
%description
Greek hyphenation rules for hunspell used in OpenOffice.
%prep
%autosetup -c -p1
%build
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/hyphen
install -Dp *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
cd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
ln -s hyph_el_GR.dic hyph_el_CY.dic
cd -
%files
%doc README_hyph_el_GR.txt
%{_datadir}/hyphen/*
%changelog
* Wed Apr 15 2020 Captain Wei <captain.a.wei@gmail.com> 0.20051018-19
- initial package