|
|
|
@ -2,13 +2,13 @@
|
|
|
|
|
|
|
|
|
|
Name: hunspell
|
|
|
|
|
Summary: A spell checker and morphological analyzer library
|
|
|
|
|
Version: 1.7.2
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Source: https://github.com/hunspell/hunspell/releases/download/v%{version}/hunspell-%{version}.tar.gz
|
|
|
|
|
Version: 1.7.0
|
|
|
|
|
Release: 11%{?dist}
|
|
|
|
|
Source: https://github.com/hunspell/hunspell/archive/v%{version}.tar.gz
|
|
|
|
|
URL: https://github.com/hunspell/hunspell
|
|
|
|
|
License: LGPL-2.1-or-later OR GPL-2.0-or-later OR MPL-1.1
|
|
|
|
|
License: LGPLv2+ or GPLv2+ or MPLv1.1
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: autoconf, automake, libtool, ncurses-devel, gettext-devel
|
|
|
|
|
BuildRequires: autoconf, automake, libtool, ncurses-devel, gettext
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
|
BuildRequires: valgrind
|
|
|
|
@ -18,14 +18,14 @@ BuildRequires: words
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
Requires: hunspell-en-US
|
|
|
|
|
Requires: hunspell-filesystem = %{version}-%{release}
|
|
|
|
|
Requires: hunspell-filesystem
|
|
|
|
|
|
|
|
|
|
Patch0: 0001-Resolves-rhbz-2158548-allow-longer-words-for-hunspel.patch
|
|
|
|
|
Patch0: 0001-invalid-read-memory-access-624.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Hunspell is a spell checker and morphological analyzer library and program
|
|
|
|
|
designed for languages with rich morphology and complex word compounding or
|
|
|
|
|
character encoding. Hunspell interfaces: Ispell-like terminal interface using
|
|
|
|
|
Hunspell is a spell checker and morphological analyzer library and program
|
|
|
|
|
designed for languages with rich morphology and complex word compounding or
|
|
|
|
|
character encoding. Hunspell interfaces: Ispell-like terminal interface using
|
|
|
|
|
Curses library, Ispell pipe interface, LibreOffice UNO module.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -44,7 +44,7 @@ packages.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .rhbz2158548
|
|
|
|
|
%patch0 -p1 -b .CVE-2019-16707
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -vfi
|
|
|
|
@ -79,6 +79,7 @@ make distclean
|
|
|
|
|
%{profileuse} %configure $configureflags
|
|
|
|
|
%make_build
|
|
|
|
|
%endif
|
|
|
|
|
cd po && %make_build update-gmo && cd ..
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
@ -91,7 +92,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%make_install
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
mkdir $RPM_BUILD_ROOT/%{_datadir}/hunspell
|
|
|
|
|
mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
@ -125,84 +125,15 @@ mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
|
%{_mandir}/man5/hunspell.5.gz
|
|
|
|
|
|
|
|
|
|
%files filesystem
|
|
|
|
|
%{_datadir}/hunspell
|
|
|
|
|
%{_datadir}/myspell
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.7.2-9
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.0-11
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.7.2-8
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Feb 22 2023 Caolán McNamara <caolanm@redhat.com> - 1.7.2-4
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 06 2023 Caolán McNamara <caolanm@redhat.com> - 1.7.2-2
|
|
|
|
|
- Resolves: rhbz#2158548 get hunspell-ko working again
|
|
|
|
|
|
|
|
|
|
* Fri Dec 30 2022 Caolán McNamara <caolanm@redhat.com> - 1.7.2-1
|
|
|
|
|
- Resolves: rhbz#2157049 latest release
|
|
|
|
|
|
|
|
|
|
* Mon Aug 22 2022 Caolán McNamara <caolanm@redhat.com> - 1.7.1-1
|
|
|
|
|
- latest release
|
|
|
|
|
|
|
|
|
|
* Tue Aug 02 2022 Caolán McNamara <caolanm@redhat.com> - 1.7.0-21
|
|
|
|
|
- Resolves: rhbz#2113444 FTBFS
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-20
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Mar 16 2022 Jens Petersen <petersen@redhat.com> - 1.7.0-19
|
|
|
|
|
- rework the new hunspell dictionary directory (#2064189)
|
|
|
|
|
- drop the myspell/ compatibility symlink
|
|
|
|
|
- keep myspell/ as directory and also the new hunspell/ dir
|
|
|
|
|
- because of this drop the duplicate directory patch for #2060751
|
|
|
|
|
- filesystem scriptlets are no more
|
|
|
|
|
|
|
|
|
|
* Mon Mar 07 2022 Caolán McNamara <caolanm@redhat.com> - 1.7.0-18
|
|
|
|
|
- Resolves: rhbz#2060751 - “hunspell -D” lists dictionaries twice
|
|
|
|
|
|
|
|
|
|
* Thu Feb 10 2022 Jens Petersen <petersen@redhat.com> - 1.7.0-17
|
|
|
|
|
- revert post script from lua back to shell to unbreak rpm-ostree compose
|
|
|
|
|
|
|
|
|
|
* Mon Feb 7 2022 Jens Petersen <petersen@redhat.com> - 1.7.0-16
|
|
|
|
|
- pretrans and post scriptlets should be for filesystem!
|
|
|
|
|
(fixes #2051360 regression reported by Mike Fabian)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 26 2022 Jens Petersen <petersen@redhat.com> - 1.7.0-15
|
|
|
|
|
- improve the filesystem pretrans and post scripts:
|
|
|
|
|
- pretrans now checks if /usr/share/hunspell exists first
|
|
|
|
|
- post checks that /usr/share/myspell does not exist
|
|
|
|
|
|
|
|
|
|
* Wed Jan 26 2022 Jens Petersen <petersen@redhat.com> - 1.7.0-14
|
|
|
|
|
- requires coreutils for post script (#2045568)
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 1.7.0-13
|
|
|
|
|
- Rename install dir from myspell to hunspell & create symlink myspell
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Hunspell_dictionary_dir_change
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Mar 25 2021 Caolán McNamara <caolanm@redhat.com> - 1.7.0-10
|
|
|
|
|
- Resolves: rhbz#1943087 require gettext-devel for autopoint
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.0-10
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2021 Peter Oliver <rpm@mavit.org.uk> - 1.7.0-9
|
|
|
|
|
- Accomodate Nuspell by putting the dictionary dir in its own subpackage.
|
|
|
|
@ -435,7 +366,7 @@ mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
|
- sort as per "C" locale
|
|
|
|
|
|
|
|
|
|
* Fri Oct 17 2008 Caolán McNamara <caolanm@redhat.com> - 1.2.7-4
|
|
|
|
|
- make wordlist2hunspell remove blank lines
|
|
|
|
|
- make wordlist2hunspell remove blank lines
|
|
|
|
|
|
|
|
|
|
* Mon Sep 15 2008 Caolán McNamara <caolanm@redhat.com> - 1.2.7-3
|
|
|
|
|
- Workaround rhbz#462184 uniq/sort problems with viramas
|
|
|
|
|