diff --git a/hunspell-gd-2.6.oxt b/hunspell-gd-2.6.oxt new file mode 100644 index 0000000..5fd7304 Binary files /dev/null and b/hunspell-gd-2.6.oxt differ diff --git a/hunspell-gd.spec b/hunspell-gd.spec new file mode 100644 index 0000000..d77cdc2 --- /dev/null +++ b/hunspell-gd.spec @@ -0,0 +1,31 @@ +Name: hunspell-gd +Summary: Date files and scripts for building Scottish Gaelic spell checkers +Version: 2.6 +Release: 12 +Source: http://downloads.sourceforge.net/project/aoo-extensions/4587/8/hunspell-gd-2.6.oxt +URL: http://extensions.services.openoffice.org/en/project/faclair-afb +License: GPLv2+ and GPLv3+ +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-gd) + +%description +Date files and scripts for building Scottish Gaelic spell checkers. + +%prep +%autosetup -c hunspell-gd-%{version} -p1 + +%build + +%install +install -d $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p dictionaries/gd_GB.dic dictionaries/gd_GB.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +%files +%doc dictionaries/README_gd_GB.txt LICENSES-en.txt +%{_datadir}/myspell/* + +%changelog +* Tue Apr 14 2020 wangyue - 2.6-12 +- Package init