[packages/tesseract] - updated to 4.1.0 - removed obsolete a2x patch

qboosh qboosh at pld-linux.org
Sat Jul 27 19:12:23 CEST 2019


commit ce7214c18c083ac541b8f3a93bbf6f8c22ba0abb
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jul 27 19:14:19 2019 +0200

    - updated to 4.1.0
    - removed obsolete a2x patch

 a2x.patch      | 11 -----------
 tesseract.spec | 11 ++++-------
 2 files changed, 4 insertions(+), 18 deletions(-)
---
diff --git a/tesseract.spec b/tesseract.spec
index b1932ce..9395ef5 100644
--- a/tesseract.spec
+++ b/tesseract.spec
@@ -10,16 +10,14 @@
 %bcond_with	opencl	# OpenCL support
 Summary:	Tesseract Open Source OCR Engine
 Summary(pl.UTF-8):	Tesseract - silnik OCR o otwartych źródłach
-%define	_beta	beta.4
 Name:		tesseract
-Version:	4.0.0
-Release:	2
+Version:	4.1.0
+Release:	1
 License:	Apache v2.0
 Group:		Applications/Graphics
 #Source0Download: https://github.com/tesseract-ocr/tesseract/releases
 Source0:	https://github.com/tesseract-ocr/tesseract/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	ebed139edb16f10c5ba6ee3bf38f7dc5
-Patch0:		a2x.patch
+# Source0-md5:	88572a88fc757bc7b43ae81502f921a2
 URL:		https://github.com/tesseract-ocr/
 %{?with_opencl:BuildRequires:	OpenCL-devel}
 BuildRequires:	autoconf >= 2.63
@@ -89,7 +87,6 @@ Statyczne biblioteki Tesseracta.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -122,7 +119,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README.md
+%doc AUTHORS ChangeLog README.md
 %attr(755,root,root) %{_bindir}/tesseract
 %attr(755,root,root) %{_libdir}/libtesseract.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libtesseract.so.4
diff --git a/a2x.patch b/a2x.patch
deleted file mode 100644
index ef29d6f..0000000
--- a/a2x.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- tesseract-4.0.0-beta.4/doc/Makefile.am.orig	2018-07-27 08:10:37.000000000 +0200
-+++ tesseract-4.0.0-beta.4/doc/Makefile.am	2018-08-16 22:16:29.237559153 +0200
-@@ -32,7 +32,7 @@
- EXTRA_DIST = $(man_MANS) Doxyfile
- 
- %: %.asc
--	$(asciidoc) -o $@ $<
-+	a2x -d manpage -f manpage --asciidoc-opts="-f /etc/asciidoc/asciidoc.conf" $<
- 
- MAINTAINERCLEANFILES = $(man_MANS) Doxyfile
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tesseract.git/commitdiff/ce7214c18c083ac541b8f3a93bbf6f8c22ba0abb



More information about the pld-cvs-commit mailing list