package init

This commit is contained in:
zhanghua1831 2020-07-07 15:15:13 +08:00
parent e36b179e65
commit 23cdae24d6
3 changed files with 37 additions and 0 deletions

33
hunspell-is.spec Normal file
View File

@ -0,0 +1,33 @@
Name: hunspell-is
Version: 0.20090823
Release: 16
Summary: Hunspell dictionaries for Icelandic
Source: https://sourceforge.net/projects/aoo-extensions/files/2829/1/icelandic-dict-2009-08-23.oxt
URL: http://extensions.services.openoffice.org/project/dict-is
License: GPLv2+
BuildRequires: dos2unix
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-is)
%description
Hunspell dictionaries for Icelandic.
%prep
%autosetup -c hunspell-is-%{version} -p1
%build
iconv -f utf-8 -t utf-8 -o /dev/null LICENSE_en_US.txt
dos2unix -k LICENSE_en_US.txt
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
install -p -D dictionaries/is_IS.* $RPM_BUILD_ROOT/%{_datadir}/myspell
%files
%doc LICENSE_en_US.txt
%{_datadir}/myspell/*
%changelog
* Wed Apr 22 2020 wangerfeng<wangerfeng5@huawei.com> - 0.20090823-16
- Package init

4
hunspell-is.yaml Normal file
View File

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

Binary file not shown.