46 lines
1.2 KiB
RPMSpec
46 lines
1.2 KiB
RPMSpec
Name: hunspell-ast
|
|
Summary: Asturian hunspell dictionaries used in OpenOffice
|
|
Epoch: 1
|
|
Version: 2.5
|
|
Release: 1
|
|
# actual link is %{Source}/download
|
|
Source: https://extensions.libreoffice.org/assets/downloads/340/ort-ast-20200918.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
|
|
* Fri Apr 14 2023 Ge Wang <wang--ge@126.com> - 1:2.5-1
|
|
- Update to version 2.5
|
|
|
|
* 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
|