]> git.pld-linux.org Git - packages/tesseract.git/commitdiff
- 1.04b - project has moved to new location; global patch seems to be auto/ac/tesseract-1_04b-1
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 17 Jul 2007 13:40:53 +0000 (13:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  outdated (patched files have dissapeared).
- STBR to AC, previous version doesn't work at all

Changed files:
    tesseract.spec -> 1.9

tesseract.spec

index 2f266cd52035912ba5ab73f93510193dc1f29475..25f13a49f8076b7a138294adbb843ec178b37e12 100644 (file)
@@ -1,16 +1,16 @@
 # NOTE
 # - warnings at compile stage about pointer size on amd64
+# - what to do with all the headers and static libs? remove?
 Summary:       Tesseract Open Source OCR Engine
 Summary(pl.UTF-8):     Tesseract - silnik OCR o otwartych źródłach
 Name:          tesseract
-Version:       1.03
-Release:       2
+Version:       1.04b
+Release:       1
 License:       Apache Software License v2
 Group:         Applications/Graphics
-Source0:       http://dl.sourceforge.net/tesseract-ocr/%{name}-%{version}.tar.gz
-# Source0-md5: 8a191bff04b6f6bc908b3838bfc7f937
-Patch0:                %{name}-globals.patch
-URL:           http://sourceforge.net/projects/tesseract-ocr
+Source0:       http://tesseract-ocr.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: c6f015f2f2c37b3e7e31b64eb295f798
+URL:           http://code.google.com/p/tesseract-ocr/
 BuildRequires: automake
 BuildRequires: libtiff-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,8 +26,7 @@ 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
-%patch0 -p1
+%setup -q -n %{name}-1.04
 
 %build
 cp -f /usr/share/automake/config.sub config
@@ -49,3 +48,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/cntraining
 %attr(755,root,root) %{_bindir}/mftraining
 %attr(755,root,root) %{_bindir}/tesseract
+%dir %{_datadir}/tessdata
+%{_datadir}/tessdata/*
This page took 0.078934 seconds and 4 git commands to generate.