!1 package init

Merge pull request !1 from small_leek/xsl
This commit is contained in:
openeuler-ci-bot 2020-07-07 15:18:28 +08:00 committed by Gitee
commit c2cbd800ca
2 changed files with 30 additions and 0 deletions

BIN
hyph_uk_UA.zip Normal file

Binary file not shown.

30
hyphen-uk.spec Normal file
View File

@ -0,0 +1,30 @@
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