]> git.pld-linux.org Git - packages/tesseract.git/blob - tesseract.spec
- new
[packages/tesseract.git] / tesseract.spec
1 Summary:        Tesseract Open Source OCR Engine.
2 Name:           tesseract
3 Version:        1.02
4 Release:        1
5 License:        Apache 2.0
6 Group:          Applications/Graphics
7 Source0:        http://dl.sourceforge.net/tesseract-ocr/%{name}-%{version}.tar.gz
8 # Source0-md5:  473389c9f447b081ac199ba3a0e55b27
9 URL:            http://sourceforge.net/projects/tesseract-ocr
10 BuildRequires:  libtiff-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 A commercial quality OCR engine originally developed at HP between
15 1985 and 1995. In 1995, this engine was among the top 3 evaluated by
16 UNLV. It was open-sourced by HP and UNLV in 2005.
17
18 %prep
19 %setup -q
20
21 %build
22 %configure
23 %{__make}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28 %{__make} install \
29         DESTDIR=$RPM_BUILD_ROOT
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc AUTHORS COPYING ChangeLog README
37 %attr(755,root,root) %{_bindir}/tesseract
This page took 0.073854 seconds and 4 git commands to generate.