package init

This commit is contained in:
hht8 2020-07-07 18:48:49 +08:00
parent 858f62eec5
commit 71403d2e9b
2 changed files with 30 additions and 0 deletions

BIN
dict-st_za-2009.10.30.oxt Normal file

Binary file not shown.

30
hunspell-st.spec Normal file
View File

@ -0,0 +1,30 @@
Name: hunspell-st
Version: 0.20091030
Release: 16
Summary: Southern Sotho hunspell dictionaries
License: LGPLv2+
URL: http://www.translate.org.za/
Source: https://downloads.sourceforge.net/project/aoo-extensions/3138/0/dict-st_za-2009.10.30.oxt
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-st)
%description
Southern Sotho hunspell dictionaries.
%prep
%autosetup -c -n hunspell-st
%build
dos2unix release-note-st_ZA.txt package-description.txt
%install
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
%files
%doc README-st_ZA.txt release-notes-st_ZA.txt package-description.txt
%{_datadir}/myspell/*
%changelog
* Tue Jul 7 2020 huanghaitao <huanghaitao8@huawei.com> - 0.20091030-16
- package init