diff --git a/hunspell-da.spec b/hunspell-da.spec new file mode 100644 index 0000000..d070954 --- /dev/null +++ b/hunspell-da.spec @@ -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 - 1.7.42-11 +- Package init diff --git a/hunspell-da.yaml b/hunspell-da.yaml new file mode 100644 index 0000000..00bbaf0 --- /dev/null +++ b/hunspell-da.yaml @@ -0,0 +1,4 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +seperator: NA diff --git a/myspell-da-1.7.42.tar.bz2 b/myspell-da-1.7.42.tar.bz2 new file mode 100644 index 0000000..8e1a538 Binary files /dev/null and b/myspell-da-1.7.42.tar.bz2 differ