]> git.pld-linux.org Git - packages/tesseract.git/commitdiff
- updated to 4.1.0 auto/th/tesseract-4.1.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Jul 2019 17:14:19 +0000 (19:14 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Jul 2019 17:14:19 +0000 (19:14 +0200)
- removed obsolete a2x patch

a2x.patch [deleted file]
tesseract.spec

diff --git a/a2x.patch b/a2x.patch
deleted file mode 100644 (file)
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
index b1932ced827f2329ff886899b6a05ef692a60a66..9395ef5b0908e1737552c6c4c48fe019eca5e6c7 100644 (file)
 %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
This page took 0.047579 seconds and 4 git commands to generate.