|
|
@ -1,23 +1,32 @@
|
|
|
|
Name: hunspell-de
|
|
|
|
%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
|
|
|
|
Summary: German hunspell dictionaries
|
|
|
|
%global dict_dirname hunspell
|
|
|
|
%global upstreamid 20161207
|
|
|
|
%else
|
|
|
|
Version: 0.%{upstreamid}
|
|
|
|
%global dict_dirname myspell
|
|
|
|
Release: 9%{?dist}
|
|
|
|
%endif
|
|
|
|
Source: https://www.j3e.de/ispell/igerman98/dict/igerman98-%{upstreamid}.tar.bz2
|
|
|
|
|
|
|
|
URL: https://www.j3e.de/ispell/igerman98
|
|
|
|
Name: hunspell-de
|
|
|
|
License: GPLv2 or GPLv3
|
|
|
|
Summary: German hunspell dictionaries
|
|
|
|
BuildArch: noarch
|
|
|
|
Version: 20161207
|
|
|
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-only OR GPL-3.0-only
|
|
|
|
|
|
|
|
URL: https://www.j3e.de/ispell/igerman98/
|
|
|
|
|
|
|
|
Source: https://www.j3e.de/ispell/igerman98/dict/igerman98-%{version}.tar.bz2
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: aspell, hunspell, perl-interpreter
|
|
|
|
BuildRequires: aspell
|
|
|
|
|
|
|
|
BuildRequires: hunspell
|
|
|
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
|
|
|
|
|
|
|
Requires: hunspell
|
|
|
|
Requires: hunspell-filesystem
|
|
|
|
Supplements: (hunspell and langpacks-de)
|
|
|
|
Supplements: (hunspell and langpacks-de)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
German (Germany, Switzerland, etc.) hunspell dictionaries.
|
|
|
|
German (Germany, Switzerland, etc.) hunspell dictionaries.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n igerman98-%{upstreamid}
|
|
|
|
%autosetup -p1 -n igerman98-%{version}
|
|
|
|
sed -i -e "s/AFFIX_EXPANDER = ispell/AFFIX_EXPANDER = aspell/g" Makefile
|
|
|
|
sed -i -e "s/AFFIX_EXPANDER = ispell/AFFIX_EXPANDER = aspell/g" Makefile
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -37,11 +46,11 @@ for i in README_*.txt; do
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/%{dict_dirname}
|
|
|
|
cd hunspell
|
|
|
|
cd hunspell
|
|
|
|
cp -p de_??.dic de_??.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
cp -p de_??.dic de_??.aff %{buildroot}%{_datadir}/%{dict_dirname}
|
|
|
|
|
|
|
|
|
|
|
|
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
|
|
|
pushd %{buildroot}%{_datadir}/%{dict_dirname}/
|
|
|
|
de_DE_aliases="de_BE de_LU"
|
|
|
|
de_DE_aliases="de_BE de_LU"
|
|
|
|
for lang in $de_DE_aliases; do
|
|
|
|
for lang in $de_DE_aliases; do
|
|
|
|
ln -s de_DE.aff $lang.aff
|
|
|
|
ln -s de_DE.aff $lang.aff
|
|
|
@ -56,16 +65,45 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc hunspell/README_de_??.txt hunspell/COPYING_GPLv2 hunspell/COPYING_GPLv3 hunspell/Copyright
|
|
|
|
%doc hunspell/README_de_??.txt
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
%license hunspell/COPYING_GPLv2 hunspell/COPYING_GPLv3 hunspell/Copyright
|
|
|
|
|
|
|
|
%{_datadir}/%{dict_dirname}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.20161207-9
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 20161207-9
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 20161207-9
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20161207-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20161207-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20161207-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20161207-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20161207-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 22 2022 Parag Nemade <pnemade AT redhat DOT com> - 20161207-3
|
|
|
|
|
|
|
|
- Add conditional for new hunspell dir path and update to Requires:
|
|
|
|
|
|
|
|
hunspell-filesystem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20161207-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 04 2022 Sandro Mani <manisandro@gmail.com> - 20161207-1
|
|
|
|
|
|
|
|
- Modernize spec
|
|
|
|
|
|
|
|
- Set an actual version
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.20161207-8
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20161207-8
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20161207-7
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20161207-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|