Author: glen                         Date: Tue Jan  9 15:25:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   tesseract.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/tesseract.spec
diff -u /dev/null SPECS/tesseract.spec:1.1
--- /dev/null   Tue Jan  9 16:25:36 2007
+++ SPECS/tesseract.spec        Tue Jan  9 16:25:30 2007
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:       Tesseract Open Source OCR Engine.
+Name:          tesseract
+Version:       1.02
+Release:       1
+License:       Apache 2.0
+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: libtiff-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog README
+%attr(755,root,root) %{_bindir}/tesseract
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/09 15:25:30  glen
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to