34 lines
972 B
RPMSpec
34 lines
972 B
RPMSpec
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
|