]> git.pld-linux.org Git - packages/tesseract.git/commitdiff
- fix amd64 build; binary not tested
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Jan 2007 15:34:41 +0000 (15:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tesseract.spec -> 1.3

tesseract.spec

index 4bc297395718190cd3d133a737f1d48b1dac6f9e..09ee33e8bd62f90655b4a2f8819aed50b86b6f66 100644 (file)
@@ -1,4 +1,6 @@
-Summary:       Tesseract Open Source OCR Engine.
+# NOTE
+# - warnings at compile stage about pointer size on amd64
+Summary:       Tesseract Open Source OCR Engine
 Name:          tesseract
 Version:       1.02
 Release:       1
@@ -7,6 +9,7 @@ Group:          Applications/Graphics
 Source0:       http://dl.sourceforge.net/tesseract-ocr/%{name}-%{version}.tar.gz
 # Source0-md5: 473389c9f447b081ac199ba3a0e55b27
 URL:           http://sourceforge.net/projects/tesseract-ocr
+BuildRequires: automake
 BuildRequires: libtiff-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -19,6 +22,7 @@ UNLV. It was open-sourced by HP and UNLV in 2005.
 %setup -q
 
 %build
+cp -f /usr/share/automake/config.sub config
 %configure
 %{__make}
 
This page took 0.050661 seconds and 4 git commands to generate.