package init
This commit is contained in:
parent
a6ddc1f439
commit
619a2820cb
BIN
hunspell-nds-0.1.zip
Normal file
BIN
hunspell-nds-0.1.zip
Normal file
Binary file not shown.
34
hunspell-nds.spec
Normal file
34
hunspell-nds.spec
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
Name: hunspell-nds
|
||||||
|
Summary: libraries for spell checker
|
||||||
|
Version: 0.1
|
||||||
|
Release: 17
|
||||||
|
Source: http://downloads.sourceforge.net/aspell-nds/hunspell-nds-0.1.zip
|
||||||
|
URL: http://aspell-nds.sourceforge.net/
|
||||||
|
License: GPLv2+
|
||||||
|
BuildArch: noarch
|
||||||
|
Requires: hunspell
|
||||||
|
Supplements: (hunspell and langpacks-nds)
|
||||||
|
|
||||||
|
%description
|
||||||
|
Libraries for spell checker
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{name} -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
install -p nds.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/nds_DE.aff
|
||||||
|
install -p nds.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/nds_DE.dic
|
||||||
|
cd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||||
|
ln -s nds_DE.aff nds_NL.aff
|
||||||
|
ln -s nds_DE.dic nds_NL.dic
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README_nds.txt Copyright COPYING
|
||||||
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Apr 23 2020 cuibaobao<cuibaobao1@huawei.com> - 0.1-17
|
||||||
|
- Package init
|
||||||
4
hunspell-nds.yaml
Normal file
4
hunspell-nds.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: NA
|
||||||
|
src_repo: NA
|
||||||
|
tag_prefix: NA
|
||||||
|
seperator: NA
|
||||||
Loading…
x
Reference in New Issue
Block a user