From 5ea4085b963952ef095b14d668e73333bb0a2732 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 20 Dec 2024 15:39:21 +0800 Subject: [PATCH] add libarchive and curl into devel requires, as they are referenced by pkgconfig file --- tesseract.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tesseract.spec b/tesseract.spec index 0fa12cd..8110a12 100644 --- a/tesseract.spec +++ b/tesseract.spec @@ -1,6 +1,6 @@ Name: tesseract Version: 5.5.0 -Release: 1 +Release: 2 Summary: Raw OCR Engine License: Apache-2.0 and BSD-2-Clause URL: https://tesseract-ocr.github.io/ @@ -26,6 +26,8 @@ open-sourced by HP and UNLV in 2005. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: pkgconfig(libarchive) +Requires: pkgconfig(libcurl) %description devel The %{name}-devel package contains header file for developing applications that use %{name}. @@ -82,6 +84,9 @@ mkdir -p %{buildroot}/%{_datadir}/%{name}/tessdata/ %{_bindir}/wordlist2dawg %changelog +* Fri Dec 20 2024 Funda Wang - 5.5.0-2 +- add libarchive and curl into devel requires, as they are referenced by pkgconfig file + * Mon Nov 11 2024 Funda Wang - 5.5.0-1 - update to 5.5.0 -- Gitee