diff --git a/hunspell-smj.spec b/hunspell-smj.spec new file mode 100644 index 0000000..44a9f2f --- /dev/null +++ b/hunspell-smj.spec @@ -0,0 +1,35 @@ +Name: hunspell-smj +Summary: Hunspell dictionaries for Lule Saami +Version: 1.0 +Release: 0.15.8 +Source: http://divvun.no/static_files/hunspell-smj.tar.gz +URL: http://www.divvun.no/index.html +License: GPLv3 +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-smj) + +%description +Hunspell dictionaries for Lule Saami. + +%prep +%autosetup -n hunspell-smj-1.0beta7.20090316 -p1 + +%build + +%install +install -Dp smj.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/smj_NO.aff +install -Dp smj.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/smj_NO.dic + +cd $RPM_BUILD_ROOT/%{_datadir}/myspell/ +ln -s smj_NO.aff smj_SE.aff +ln -s smj_NO.dic smj_SE.dic + +%files +%doc Copyright README GPL-3 +%{_datadir}/myspell/* + +%changelog +* Tue Apr 14 2020 lizhenhua - 1.0-0.15.8 +- Package init diff --git a/hunspell-smj.tar.gz b/hunspell-smj.tar.gz new file mode 100644 index 0000000..173e92f Binary files /dev/null and b/hunspell-smj.tar.gz differ