From f2f956e8f0ac3f17d9b1f4f00a7a8b3bcfb6834a Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 23 Jul 2019 10:17:22 +0200 Subject: [PATCH] Add Requires: tesseract-langpack-eng --- tesseract.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tesseract.spec b/tesseract.spec index 3c9d5a7..9af9f80 100644 --- a/tesseract.spec +++ b/tesseract.spec @@ -2,7 +2,7 @@ Name: tesseract Version: 4.0.0 -Release: 5%{?pre:.%pre}%{?dist} +Release: 6%{?pre:.%pre}%{?dist} Summary: Raw OCR Engine License: ASL 2.0 @@ -22,6 +22,8 @@ BuildRequires: cairo-devel BuildRequires: libicu-devel BuildRequires: pango-devel +Requires: tesseract-langpack-eng + %description A commercial quality OCR engine originally developed at HP between 1985 and @@ -110,6 +112,9 @@ mkdir -p %{buildroot}/%{_datadir}/%{name}/tessdata/ %changelog +* Tue Jul 23 2019 Sandro Mani - 4.0.0-6 +- Add Requires: tesseract-langpack-eng + * Mon Jul 22 2019 Sandro Mani - 4.0.0-5 - Drop langpack and script subpackages, moved to separate tesseract-tessdata package