Add perl dependencies needed for build

This commit is contained in:
Jitka Plesnikova 2020-03-26 15:45:23 +01:00
parent c3610ec5b3
commit f701db5a30

View File

@ -1,14 +1,15 @@
Summary: A Hebrew spell checker Summary: A Hebrew spell checker
Name: hspell Name: hspell
Version: 1.4 Version: 1.4
Release: 9%{?dist} Release: 10%{?dist}
License: AGPLv3 License: AGPLv3
URL: http://hspell.ivrix.org.il/ URL: http://hspell.ivrix.org.il/
Source: http://hspell.ivrix.org.il/%{name}-%{version}.tar.gz Source: http://hspell.ivrix.org.il/%{name}-%{version}.tar.gz
Patch0: 0001-require-local-module-explicitly.patch Patch0: 0001-require-local-module-explicitly.patch
BuildRequires: gcc BuildRequires: gcc, make, hunspell-devel
BuildRequires: hunspell-devel, perl-generators, zlib-devel BuildRequires: perl-generators, perl-interpreter, zlib-devel
BuildRequires: perl(Carp), perl(FileHandle)
%description %description
Hspell is a Hebrew SPELLer and morphological analyzer. It provides a mostly Hspell is a Hebrew SPELLer and morphological analyzer. It provides a mostly
@ -85,6 +86,9 @@ cp -p he.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/he_IL.aff
%ldconfig_scriptlets %ldconfig_scriptlets
%changelog %changelog
* Thu Mar 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.4-10
- Add perl dependencies needed for build
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-9 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild