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