]> git.pld-linux.org Git - packages/tesseract.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Jan 2007 15:25:30 +0000 (15:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tesseract.spec -> 1.1

tesseract.spec [new file with mode: 0644]

diff --git a/tesseract.spec b/tesseract.spec
new file mode 100644 (file)
index 0000000..66a0e2f
--- /dev/null
@@ -0,0 +1,37 @@
+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
This page took 0.19126 seconds and 4 git commands to generate.