]> git.pld-linux.org Git - packages/tesseract.git/blobdiff - tesseract.spec
- converted to UTF-8
[packages/tesseract.git] / tesseract.spec
index 4bc297395718190cd3d133a737f1d48b1dac6f9e..1f12cc357131898ecb30043c516cb44f43abaa31 100644 (file)
@@ -1,4 +1,7 @@
-Summary:       Tesseract Open Source OCR Engine.
+# NOTE
+# - warnings at compile stage about pointer size on amd64
+Summary:       Tesseract Open Source OCR Engine
+Summary(pl.UTF-8):   Tesseract - silnik OCR o otwartych źródłach
 Name:          tesseract
 Version:       1.02
 Release:       1
@@ -7,6 +10,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)
 
@@ -15,10 +19,16 @@ A commercial quality OCR engine originally developed at HP between
 1985 and 1995. In 1995, this engine was among the top 3 evaluated by
 UNLV. It was open-sourced by HP and UNLV in 2005.
 
+%description -l pl.UTF-8
+Silnik OCR o komercyjnej jakości oryginalnie stworzony przez HP w
+latach 1985-1995. W 1995 roku był jednym z 3 najlepszych wg UNLV.
+Źródła zostały uwolnione przez HP i UNLV w 2005 roku.
+
 %prep
 %setup -q
 
 %build
+cp -f /usr/share/automake/config.sub config
 %configure
 %{__make}
 
This page took 0.065033 seconds and 4 git commands to generate.