Package init

This commit is contained in:
chengzihan2 2020-07-07 14:54:37 +08:00
parent ac7c667b3a
commit 6595470994
2 changed files with 30 additions and 0 deletions

BIN
hunspell-am_test.tar.gz Normal file

Binary file not shown.

30
hunspell-ber.spec Normal file
View File

@ -0,0 +1,30 @@
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