34 lines
871 B
RPMSpec
34 lines
871 B
RPMSpec
Name: hunspell-ss
|
|
Version: 0.20091030
|
|
Release: 16
|
|
Summary: Hunspell dictionaries for Swati
|
|
License: LGPLv2+
|
|
URL: http://www.translate.org.za/
|
|
Source: https://sourceforge.net/projects/aoo-extensions/files/3137/0/dict-ss_za-2009.10.30.oxt
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
Buildrequires: dos2unix
|
|
Supplements: (hunspell and langpacks-ss)
|
|
|
|
%description
|
|
Hunspell dictionaries for Swati.
|
|
|
|
%prep
|
|
%autosetup -c -n hunspell-ss -p1
|
|
|
|
%build
|
|
dos2unix release-notes-ss_ZA.txt
|
|
dos2unix package-description.txt
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%doc README-ss_ZA.txt release-notes-ss_ZA.txt package-description.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Wed Apr 22 2020 huanghaitao <huanghaitao8@huawei.com> - 0.20091030-16
|
|
- package init
|