Author: glen Date: Tue Jan 9 15:34:46 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - fix amd64 build; binary not tested
---- Files affected: SPECS: tesseract.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/tesseract.spec diff -u SPECS/tesseract.spec:1.2 SPECS/tesseract.spec:1.3 --- SPECS/tesseract.spec:1.2 Tue Jan 9 16:26:47 2007 +++ SPECS/tesseract.spec Tue Jan 9 16:34:41 2007 @@ -1,5 +1,7 @@ # $Revision$, $Date$ -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 @@ -8,6 +10,7 @@ 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) @@ -20,6 +23,7 @@ %setup -q %build +cp -f /usr/share/automake/config.sub config %configure %{__make} @@ -43,9 +47,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/01/09 15:34:41 glen +- fix amd64 build; binary not tested + Revision 1.2 2007/01/09 15:26:47 glen - unify license Revision 1.1 2007/01/09 15:25:30 glen - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/tesseract.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
