Compare commits

...

No commits in common. 'c9' and 'c8' have entirely different histories.
c9 ... c8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/2.20.19.tar.gz SOURCES/OpenTaal-210G-LO.oxt

@ -1 +1 @@
763d3031b694db24c50d7eb902528c60c9ffa02d SOURCES/2.20.19.tar.gz b81870e2decc3671c066e77b4f3764f819b5a86a SOURCES/OpenTaal-210G-LO.oxt

@ -1,9 +1,11 @@
Name: hunspell-nl Name: hunspell-nl
Summary: Dutch hunspell dictionaries Summary: Dutch hunspell dictionaries
Version: 2.20.19 Version: 2.10
Release: 5%{?dist} Release: 12%{?dist}
Source: https://github.com/OpenTaal/opentaal-hunspell/archive/2.20.19.tar.gz #http://www.opentaal.org/bestanden/doc_download/20-woordenlijst-v-210g-voor-openofficeorg-3
URL: https://opentaal.org/ #annoying click through makes direct link apparently impossible
Source: OpenTaal-210G-LO.oxt
URL: http://www.opentaal.org/english.php
License: BSD or CC-BY License: BSD or CC-BY
BuildArch: noarch BuildArch: noarch
@ -14,14 +16,14 @@ Supplements: (hunspell and langpacks-nl)
Dutch hunspell dictionaries. Dutch hunspell dictionaries.
%prep %prep
%setup -q -n opentaal-hunspell-%{version} %setup -q -c
%build %build
chmod -x nl_NL.*
%install %install
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p nl.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/nl_NL.dic cp -p nl_NL.aff nl_NL.dic $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p nl.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/nl_NL.aff
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
nl_NL_aliases="nl_AW nl_BE" nl_NL_aliases="nl_AW nl_BE"
@ -32,41 +34,10 @@ done
%files %files
%doc LICENSE.txt README.md %doc description/desc_en_US.txt description/desc_nl_NL.txt README_nl_NL.txt license_en_EN.txt licentie_nl_NL.txt
%{_datadir}/myspell/* %{_datadir}/myspell/*
%changelog %changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.20.19-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.20.19-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.19-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 11 2021 Caolán McNamara <caolanm@redhat.com> - 2.20.19-2
- bump n-v-r
* 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
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-12 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save