]> git.pld-linux.org Git - packages/tesseract.git/blame - tesseract.spec
- new
[packages/tesseract.git] / tesseract.spec
CommitLineData
afaac0e1
ER
1Summary: Tesseract Open Source OCR Engine.
2Name: tesseract
3Version: 1.02
4Release: 1
5License: Apache 2.0
6Group: Applications/Graphics
7Source0: http://dl.sourceforge.net/tesseract-ocr/%{name}-%{version}.tar.gz
8# Source0-md5: 473389c9f447b081ac199ba3a0e55b27
9URL: http://sourceforge.net/projects/tesseract-ocr
10BuildRequires: libtiff-devel
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14A commercial quality OCR engine originally developed at HP between
151985 and 1995. In 1995, this engine was among the top 3 evaluated by
16UNLV. 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
26rm -rf $RPM_BUILD_ROOT
27
28%{__make} install \
29 DESTDIR=$RPM_BUILD_ROOT
30
31%clean
32rm -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.042089 seconds and 4 git commands to generate.