37 lines
912 B
RPMSpec
37 lines
912 B
RPMSpec
Name: hunspell-ast
|
|
Summary: Asturian hunspell dictionaries used in OpenOffice
|
|
Epoch: 1
|
|
Version: 0.02
|
|
Release: 16
|
|
# actual link is %{Source}/download
|
|
Source: http://sourceforge.net/projects/aoo-extensions/files/3932/1/asturianu.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-en.txt LICENCES-ast.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Mon Apr 20 2020 Captain Wei <captain.a.wei@gmail.com> 1:0.02-16
|
|
- Package init
|