hunspell-ast/hunspell-ast.spec

43 lines
1.1 KiB
RPMSpec
Raw Normal View History

2020-07-09 20:28:22 +08:00
Name: hunspell-ast
Summary: Asturian hunspell dictionaries used in OpenOffice
Epoch: 1
2022-06-17 09:51:24 +08:00
Version: 2.0
Release: 2
2020-07-09 20:28:22 +08:00
# actual link is %{Source}/download
Source: https://sourceforge.net/projects/aoo-extensions/files/3932/3/ort_ast_20190216_1129.oxt
2020-07-09 20:28:22 +08:00
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
2022-06-17 09:51:24 +08:00
%doc licenses/license-en.txt licenses/license-ast.txt
2020-07-09 20:28:22 +08:00
%{_datadir}/myspell/*
%changelog
* Mon Nov 21 2022 caodongxia <caodongxia@h-partners.com> - 1:2.0-2
- Modify invalid source0
2022-06-17 09:51:24 +08:00
* Wed Jun 15 2022 SimpleUpdate Robot <tc@openeuler.org> - 1:2.0-1
- Upgrade to version 2.0
2020-07-09 20:28:22 +08:00
* Mon Apr 20 2020 Captain Wei <captain.a.wei@gmail.com> 1:0.02-16
- Package init