From c54c58671edd4aa6180aeb2f5348bf08fefec8fe Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Fri, 6 Sep 2024 15:06:39 +0800 Subject: [PATCH] Delete buildrequires gnuplot because the package license is not allow (cherry picked from commit 212f4b9935ecdad4c25609a1558e5f9c623802a2) --- leptonica.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/leptonica.spec b/leptonica.spec index 0ec129a..ce31881 100644 --- a/leptonica.spec +++ b/leptonica.spec @@ -1,6 +1,6 @@ Name: leptonica Version: 1.83.1 -Release: 2 +Release: 3 Summary: C library for efficient image processing and image analysis operations License: Leptonica URL: https://github.com/danbloomberg/leptonica @@ -9,7 +9,7 @@ Patch0: add-pix_internal.h-to-alltypes.h.patch BuildRequires: gcc automake autoconf libtool giflib-devel libjpeg-devel libpng-devel BuildRequires: libtiff-devel libwebp-devel zlib-devel -BuildRequires: gnuplot make +BuildRequires: make %description The library supports many operations that are useful on * Document images @@ -74,6 +74,9 @@ make check VERBOSE=1 %{_bindir}/* %changelog +* Fri Sep 06 2024 wangkai <13474090681@163.com> - 1.83.1-3 +- Delete buildrequires gnuplot because the package license is not allow + * Tue Sep 26 2023 peijiankang - 1.83.1-2 - add add-pix_internal.h-to-alltypes.h.patch