35 lines
891 B
RPMSpec
35 lines
891 B
RPMSpec
Name: hunspell-ht
|
|
Summary: Hunspell dictionaries for Haitian Creole
|
|
Version: 0.06
|
|
Release: 16
|
|
Source: http://sourceforge.net/projects/aoo-extensions/files/3247/3/%{name}-%{version}.oxt
|
|
URL: http://kok.logipam.org/
|
|
License: GPLv3+
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-ht)
|
|
|
|
%description
|
|
Hunspell dictionaries for Haitian Creole.
|
|
|
|
%prep
|
|
%setup -q -c
|
|
|
|
%build
|
|
|
|
%install
|
|
#install -Dp dictionaries/ht_HT.* $RPM_BUILD_ROOT/%{_datadir}/myspell/dictionaries/ht_HT.*
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p dictionaries/ht_HT.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%doc dictionaries/README_ht_HT.txt LICENSES-en.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Fri Sep 11 2020 baizhonggui <baizhonggui@huawei.com> - 0.06-16
|
|
- Modify source0
|
|
|
|
* Tue Apr 21 2020 wutao <wutao61@huawei.com> - 0.06-15
|
|
- Package init
|