diff --git a/dict-br-0.15.oxt b/dict-br-0.15.oxt new file mode 100644 index 0000000..15ea7d7 Binary files /dev/null and b/dict-br-0.15.oxt differ diff --git a/hunspell-br.spec b/hunspell-br.spec new file mode 100644 index 0000000..49229ab --- /dev/null +++ b/hunspell-br.spec @@ -0,0 +1,32 @@ +Name: hunspell-br +Epoch: 1 +Version: 0.15 +Release: 3 +Summary: Provides Breton hunspell dictionaries and affices +License: LGPLv2+ +URL: http://www.drouizig.org/ +Source: https://downloads.sourceforge.net/project/aoo-extensions/2207/7/dict-br-0.15.oxt +BuildArch: noarch +Requires: hunspell +Supplements: (hunspell and langpacks-br) + +%description +This package provides Breton hunspell dictionaries and affices + +%prep +%autosetup -c -n hunspell-br-%{version} -p1 + +%build +chmod -x dictionaries/* + +%install +install -d $RPM_BUILD_ROOT/%{_datadir}/myspell +install -p dictionaries/br_FR.* $RPM_BUILD_ROOT/%{_datadir}/myspell + +%files +%doc package-description.txt LICENSES-en.txt +%{_datadir}/myspell/* + +%changelog +* Sun Apr 26 2020 sunguoshuai - 1:0.15-3 +- Package init