!1 package init

Merge pull request !1 from small_leek/xsl
This commit is contained in:
openeuler-ci-bot 2020-07-15 11:16:25 +08:00 committed by Gitee
commit 012efdc798
2 changed files with 33 additions and 0 deletions

BIN
Chuvash_Spell-1.06.oxt Normal file

Binary file not shown.

33
hunspell-cv.spec Normal file
View File

@ -0,0 +1,33 @@
Name: hunspell-cv
Version: 1.06
Release: 3
Summary: The dictionaries for Chuvash hunspell
License: GPLv3+ or LGPLv3+ or MPLv1.1
URL: http://hunspell.chv.su/download.shtml
Source: http://hunspell.chv.su/files/Chuvash_Spell-1.06.oxt
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-cv)
%description
The dictionaries for Chuvash hunspell
%prep
%autosetup -c -n hunspell-cv-%{version} -p1
%build
tr -d '\r' < README_cv_RU.txt > README_cv_RU.txt.new
touch -r README_cv_RU.txt README_cv_RU.txt.new
mv -f README_cv_RU.txt.new README_cv_RU.txt
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p cv_RU.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
%files
%doc README_cv_RU.txt GPLv3.txt LGPLv3.txt MPL-1.1.txt
%{_datadir}/myspell/*
%changelog
* Fri Jul 03 2020 yaokai<yaokai13@huawei.com> - 1.06-3
- Package init