From 3826f9853cee7116d4fe499542103f8f21d73198 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 22 Aug 2023 17:10:20 +0800 Subject: [PATCH] Remove unneeded compilation dependencies tesseract-langpack-eng --- tesseract.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tesseract.spec b/tesseract.spec index 39e5ba6..b3bbc45 100644 --- a/tesseract.spec +++ b/tesseract.spec @@ -1,13 +1,12 @@ Name: tesseract Version: 5.3.2 -Release: 1 +Release: 2 Summary: Raw OCR Engine License: Apache 2.0 and BSD-2-Clause URL: https://github.com/tesseract-ocr/%{name} Source0: https://github.com/tesseract-ocr/tesseract/archive/5.3.2/tesseract-5.3.2.tar.gz BuildRequires: automake autoconf-archive gcc-c++ libtool libtiff-devel leptonica-devel BuildRequires: cairo-devel libicu-devel pango-devel -BuildRequires: tesseract-langpack-eng Requires: tesseract-langpack-eng %description @@ -75,6 +74,9 @@ mkdir -p %{buildroot}/%{_datadir}/%{name}/tessdata/ %{_bindir}/wordlist2dawg %changelog +* Tue Aug 22 2023 liyanan - 5.3.2-2 +- Remove unneeded compilation dependencies tesseract-langpack-eng + * Tue Jul 18 2023 yaoxin - 5.3.2-1 - Update to 5.3.2 -- Gitee