31 lines
760 B
RPMSpec
31 lines
760 B
RPMSpec
Name: hunspell-ber
|
|
Version: 0.20080210
|
|
Release: 17
|
|
Summary: Amazigh dictionaries of hunspell
|
|
License: GPL+ and LGPLv2+ and MPLv1.1
|
|
URL: http://ayaspell.sourceforge.net/am.html
|
|
Source: http://ayaspell.sourceforge.net/data/hunspell-am_test.tar.gz
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Amazigh dictionaries of hunspell.
|
|
|
|
%prep
|
|
%autosetup -n spelling_tifinagh -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
install -p tifinagh.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ber_MA.dic
|
|
install -p tifinagh.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ber_MA.aff
|
|
|
|
%files
|
|
%doc README
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Mon Apr 20 2020 chengzihan <chengzihan2@huawei.com> - 0.20080210-17
|
|
- Package init
|