31 lines
732 B
RPMSpec
31 lines
732 B
RPMSpec
Name: hyphen-uk
|
|
Version: 0.20030903
|
|
Release: 18
|
|
Summary: Ukrainian hyphenation rules for Ukrainian language
|
|
License: GPLv2+
|
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
|
Source: http://openoffice.cs.utah.edu/contrib/dictionaries/hyph_uk_UA.zip
|
|
BuildArch: noarch
|
|
Requires: hyphen
|
|
Supplements: (hyphen and langpacks-uk)
|
|
|
|
%description
|
|
Ukrainian hyphenation rules for Ukrainian languag.
|
|
|
|
%prep
|
|
%autosetup -c -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
install -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
%files
|
|
%doc README_hyph_uk_UA.txt
|
|
%{_datadir}/hyphen/*
|
|
|
|
%changelog
|
|
* Wed Apr 15 2020 sunguoshuai <sunguoshuai@huawei.com> - 0.20030903-18
|
|
- Package init
|