31 lines
831 B
RPMSpec
31 lines
831 B
RPMSpec
Name: hunspell-dsb
|
|
Version: 1.4.8
|
|
Release: 3
|
|
Summary: Hunspell dictionaries for Lower Sorbian
|
|
Source: https://sourceforge.net/projects/aoo-extensions/files/3045/14/lower_sorbian_spelling_dictionary-%{version}.oxt
|
|
URL: http://dsb-spell.sourceforge.net
|
|
License: GPLv2+
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
Supplements:(hunspell and langpacks-dsb)
|
|
|
|
%description
|
|
Hunspell dictionaries for Lower Sorbian.
|
|
|
|
%prep
|
|
%autosetup -c hunspell-dsb-%{version} -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
install -p -D dsb_DE.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%doc description/desc_de.txt description/desc_en.txt description/desc_pl.txt registration/license_en.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Thu Apr 16 2020 wangerfeng <wangerfeng5@huawei.com> - 1.4.8-3
|
|
- Package init
|