!1 package init

Merge pull request !1 from small_leek/xsl
This commit is contained in:
openeuler-ci-bot 2020-07-07 14:33:13 +08:00 committed by Gitee
commit b8aa3727b1
2 changed files with 31 additions and 0 deletions

BIN
grc.oxt Normal file

Binary file not shown.

31
hunspell-grc.spec Normal file
View File

@ -0,0 +1,31 @@
Name: hunspell-grc
Summary: hunspell dictionaries for Ancient Greek
Version: 2.1.5
Release: 18
Source: https://downloads.sourceforge.net/project/aoo-extensions/2313/1/grc.oxt
URL: http://www.himeros.eu/
License: GPL+ or LGPLv2+
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-grc)
%description
hunspell dictionaries for Ancient Greek
%prep
%autosetup -c -p 1
%build
%install
install -D -p dictionaries/grc_GR.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/grc.aff
install -D -p dictionaries/grc_GR.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/grc.dic
%files
%doc LICENSES-en.txt
%{_datadir}/myspell/*
%changelog
* Wed Apr 15 2020 Shuaishuai Song <songshuaishuai2@huawei.com> - 2.1.5-18
- package init