Resolves: rhbz#1943087 require gettext-devel for autopoint
This commit is contained in:
parent
3e59a6e239
commit
246b016735
@ -3,12 +3,12 @@
|
||||
Name: hunspell
|
||||
Summary: A spell checker and morphological analyzer library
|
||||
Version: 1.7.0
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Source: https://github.com/hunspell/hunspell/archive/v%{version}.tar.gz
|
||||
URL: https://github.com/hunspell/hunspell
|
||||
License: LGPLv2+ or GPLv2+ or MPLv1.1
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: autoconf, automake, libtool, ncurses-devel, gettext
|
||||
BuildRequires: autoconf, automake, libtool, ncurses-devel, gettext-devel
|
||||
BuildRequires: perl-generators
|
||||
%ifarch %{ix86} x86_64
|
||||
BuildRequires: valgrind
|
||||
@ -128,6 +128,9 @@ mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
%{_datadir}/myspell
|
||||
|
||||
%changelog
|
||||
* Thu Mar 25 2021 Caolán McNamara <caolanm@redhat.com> - 1.7.0-10
|
||||
- Resolves: rhbz#1943087 require gettext-devel for autopoint
|
||||
|
||||
* 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user