30 lines
659 B
RPMSpec
30 lines
659 B
RPMSpec
Name: hunspell-da
|
|
Version: 1.7.42
|
|
Release: 11
|
|
Summary: Dictionaries of Danish hunspell
|
|
License: GPLv2+
|
|
URL: http://da.speling.org/
|
|
Source: http://da.speling.org/filer/myspell-da-%{version}.tar.bz2
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Danish dictionaries of hunspell.
|
|
|
|
%prep
|
|
%autosetup -n myspell-da-%{version} -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
install -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%doc README Copyright contributors COPYING
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Thu Apr 16 2020 chengzihan <chengzihan2@huawei.com> - 1.7.42-11
|
|
- Package init
|