31 lines
725 B
RPMSpec
31 lines
725 B
RPMSpec
Name: hunspell-sl
|
|
Version: 0.20120104
|
|
Release: 1
|
|
Summary: Hunspell dictionaries for Slovenian
|
|
License: GPL+ or LGPLv2+
|
|
URL: https://extensions.libreoffice.org
|
|
Source: https://extensions.libreoffice.org/assets/downloads/z/273c1b49_pack-sl.oxt
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-sl)
|
|
%description
|
|
Hunspell dictionaries for Slovenian.
|
|
|
|
%prep
|
|
%autosetup -c -n hunspell-sl
|
|
|
|
%build
|
|
chmod -x *
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%doc README_sl_SI.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Wed Apr 22 2020 huanghaitao <huanghaitao8@huawei.com> - 0.20120104-1
|
|
- package init
|