From c84d0d73666097c75dde9323d192f03d75b4e667 Mon Sep 17 00:00:00 2001 From: lauk Date: Tue, 7 Jun 2022 13:59:22 +0800 Subject: [PATCH] License compliance rectification --- tesseract-tessdata.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tesseract-tessdata.spec b/tesseract-tessdata.spec index 1b85bf7..a70eeb8 100644 --- a/tesseract-tessdata.spec +++ b/tesseract-tessdata.spec @@ -1,9 +1,9 @@ Name: tesseract-tessdata Version: 4.0.0 -Release: 1 +Release: 2 Summary: Trained models for the Tesseract Open Source OCR Engine BuildArch: noarch -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/tesseract-ocr/tessdata_fast # Source 0, 1, 2, 3 is from https://github.com/tesseract-ocr/tessdata_fast/archive/%{version}/tessdata_fast-%{version}.tar.gz # we split it to 4 parts beacuse the size of tarball is over 100mb. @@ -248,5 +248,8 @@ rm -f %{buildroot}/%{_datadir}/tesseract/tessdata/README.md %{_datadir}/tesseract/tessdata/osd.traineddata %changelog +* Tue Jun 07 2022 liukuo - 4.0.0-2 +- License compliance rectification + * Sat Jan 9 2021 chengzihan - 4.0.0-1 - Package init