diff --git a/hunspell-is.spec b/hunspell-is.spec new file mode 100644 index 0000000..1e9919a --- /dev/null +++ b/hunspell-is.spec @@ -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 - 0.20090823-16 +- Package init diff --git a/hunspell-is.yaml b/hunspell-is.yaml new file mode 100644 index 0000000..00bbaf0 --- /dev/null +++ b/hunspell-is.yaml @@ -0,0 +1,4 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +seperator: NA diff --git a/icelandic-dict-2009-08-23.oxt b/icelandic-dict-2009-08-23.oxt new file mode 100644 index 0000000..62f291e Binary files /dev/null and b/icelandic-dict-2009-08-23.oxt differ