Package init

This commit is contained in:
chengzihan2 2020-07-07 14:45:10 +08:00
parent e4588d7a20
commit a24d3d8aaa
2 changed files with 29 additions and 0 deletions

29
hunspell-da.spec Normal file
View File

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

BIN
myspell-da-1.7.42.tar.bz2 Normal file

Binary file not shown.