35 lines
854 B
RPMSpec
35 lines
854 B
RPMSpec
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
|