hunspell-ast/hunspell-ast.spec
2022-11-21 18:57:28 +08:00

43 lines
1.1 KiB
RPMSpec

Name: hunspell-ast
Summary: Asturian hunspell dictionaries used in OpenOffice
Epoch: 1
Version: 2.0
Release: 2
# actual link is %{Source}/download
Source: https://sourceforge.net/projects/aoo-extensions/files/3932/3/ort_ast_20190216_1129.oxt
URL: http://softastur.org/
License: GPLv3+
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-ast)
%description
Asturian hunspell dictionaries used in OpenOffice.
%prep
%autosetup -c -p1
%build
chmod -x dictionaries/*
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
install -Dp dictionaries/ast.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ast_ES.aff
install -Dp dictionaries/ast.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ast_ES.dic
%files
%doc licenses/license-en.txt licenses/license-ast.txt
%{_datadir}/myspell/*
%changelog
* Mon Nov 21 2022 caodongxia <caodongxia@h-partners.com> - 1:2.0-2
- Modify invalid source0
* Wed Jun 15 2022 SimpleUpdate Robot <tc@openeuler.org> - 1:2.0-1
- Upgrade to version 2.0
* Mon Apr 20 2020 Captain Wei <captain.a.wei@gmail.com> 1:0.02-16
- Package init