!1 package init

Merge pull request !1 from Causeway_Bay/master
This commit is contained in:
openeuler-ci-bot 2020-07-17 16:50:46 +08:00 committed by Gitee
commit 23b1dce03c
3 changed files with 42 additions and 0 deletions

38
hunspell-ti.spec Normal file
View File

@ -0,0 +1,38 @@
Name: hunspell-ti
Version: 0.20090911
Release: 15
Summary: Hunspell dictionaries for Tigrigna
License: GPL+
Source: http://www.cs.ru.nl/~biniam/geez/dict/ti_ER.zip
URL: http://www.cs.ru.nl/~biniam/geez/index.php
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-ti)
%description
Hunspell dictionaries for Tigrigna.
%prep
%autosetup -c hunspell-ti -p1
%build
tr -d '\r' < README.txt > README.txt.new
touch -r README.txt README.txt.new
mv -f README.txt.new README.txt
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p ti_ER.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
cd $RPM_BUILD_ROOT/%{_datadir}/myspell/
ln -s ti_ER.aff ti_ET.aff
ln -s ti_ER.dic ti_ET.dic
%files
%doc README.txt
%{_datadir}/myspell/*
%changelog
* Tue Apr 28 2020 songzhenyu<songzhenyu@huawei.com> - 0.20090911-15
- Package init

4
hunspell-ti.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: NA
src_repo: NA
tag_prefix: NA
seperator: NA

BIN
ti_ER.zip Normal file

Binary file not shown.