Compare commits

...

No commits in common. 'c10-beta' and 'c9' have entirely different histories.
c10-beta ... c9

@ -1,32 +1,23 @@
%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
%global dict_dirname hunspell
%else
%global dict_dirname myspell
%endif
Name: hunspell-de Name: hunspell-de
Summary: German hunspell dictionaries Summary: German hunspell dictionaries
Version: 20161207 %global upstreamid 20161207
Version: 0.%{upstreamid}
Release: 9%{?dist} Release: 9%{?dist}
Source: https://www.j3e.de/ispell/igerman98/dict/igerman98-%{upstreamid}.tar.bz2
License: GPL-2.0-only OR GPL-3.0-only URL: https://www.j3e.de/ispell/igerman98
URL: https://www.j3e.de/ispell/igerman98/ License: GPLv2 or GPLv3
Source: https://www.j3e.de/ispell/igerman98/dict/igerman98-%{version}.tar.bz2
BuildArch: noarch BuildArch: noarch
BuildRequires: make BuildRequires: make
BuildRequires: aspell BuildRequires: aspell, hunspell, perl-interpreter
BuildRequires: hunspell
BuildRequires: perl-interpreter
Requires: hunspell-filesystem Requires: hunspell
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
%autosetup -p1 -n igerman98-%{version} %setup -q -n igerman98-%{upstreamid}
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
@ -46,11 +37,11 @@ for i in README_*.txt; do
done done
%install %install
mkdir -p %{buildroot}%{_datadir}/%{dict_dirname} mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cd hunspell cd hunspell
cp -p de_??.dic de_??.aff %{buildroot}%{_datadir}/%{dict_dirname} cp -p de_??.dic de_??.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
pushd %{buildroot}%{_datadir}/%{dict_dirname}/ pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
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
@ -65,42 +56,16 @@ popd
%files %files
%doc hunspell/README_de_??.txt %doc hunspell/README_de_??.txt hunspell/COPYING_GPLv2 hunspell/COPYING_GPLv3 hunspell/Copyright
%license hunspell/COPYING_GPLv2 hunspell/COPYING_GPLv3 hunspell/Copyright %{_datadir}/myspell/*
%{_datadir}/%{dict_dirname}/*
%changelog %changelog
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 20161207-9 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.20161207-9
- Bump release for June 2024 mass rebuild - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* 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
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20161207-8 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.20161207-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* 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

Loading…
Cancel
Save