Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/hunspell-nl.git#9d813f66dd1dec2722e03b4fcd921e787580c095
This commit is contained in:
parent
623368ff51
commit
070dc0d7dc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/OpenTaal-210G-LO.oxt
|
||||
/2.20.19.tar.gz
|
||||
|
||||
@ -1,11 +1,9 @@
|
||||
Name: hunspell-nl
|
||||
Summary: Dutch hunspell dictionaries
|
||||
Version: 2.10
|
||||
Release: 17%{?dist}
|
||||
#http://www.opentaal.org/bestanden/doc_download/20-woordenlijst-v-210g-voor-openofficeorg-3
|
||||
#annoying click through makes direct link apparently impossible
|
||||
Source: OpenTaal-210G-LO.oxt
|
||||
URL: http://www.opentaal.org/english.php
|
||||
Version: 2.20.19
|
||||
Release: 1%{?dist}
|
||||
Source: https://github.com/OpenTaal/opentaal-hunspell/archive/2.20.19.tar.gz
|
||||
URL: https://opentaal.org/
|
||||
License: BSD or CC-BY
|
||||
BuildArch: noarch
|
||||
|
||||
@ -16,14 +14,14 @@ Supplements: (hunspell and langpacks-nl)
|
||||
Dutch hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
%setup -q -n opentaal-hunspell-%{version}
|
||||
|
||||
%build
|
||||
chmod -x nl_NL.*
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p nl_NL.aff nl_NL.dic $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p nl.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/nl_NL.dic
|
||||
cp -p nl.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/nl_NL.aff
|
||||
|
||||
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||
nl_NL_aliases="nl_AW nl_BE"
|
||||
@ -34,10 +32,13 @@ done
|
||||
|
||||
|
||||
%files
|
||||
%doc description/desc_en_US.txt description/desc_nl_NL.txt README_nl_NL.txt license_en_EN.txt licentie_nl_NL.txt
|
||||
%doc LICENSE.txt README.md
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 11 2021 Caolán McNamara <caolanm@redhat.com> - 2.20.19-1
|
||||
- Resolves: rhbz#1912135 latest version
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user