]> git.pld-linux.org Git - packages/tesseract.git/blame - tesseract.spec
- converted to UTF-8
[packages/tesseract.git] / tesseract.spec
CommitLineData
a7d2de0d
ER
1# NOTE
2# - warnings at compile stage about pointer size on amd64
3Summary: Tesseract Open Source OCR Engine
ac8a5dbe 4Summary(pl.UTF-8): Tesseract - silnik OCR o otwartych źródłach
afaac0e1
ER
5Name: tesseract
6Version: 1.02
7Release: 1
e22c6617 8License: Apache Software License v2
afaac0e1
ER
9Group: Applications/Graphics
10Source0: http://dl.sourceforge.net/tesseract-ocr/%{name}-%{version}.tar.gz
11# Source0-md5: 473389c9f447b081ac199ba3a0e55b27
12URL: http://sourceforge.net/projects/tesseract-ocr
a7d2de0d 13BuildRequires: automake
afaac0e1
ER
14BuildRequires: libtiff-devel
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18A commercial quality OCR engine originally developed at HP between
191985 and 1995. In 1995, this engine was among the top 3 evaluated by
20UNLV. It was open-sourced by HP and UNLV in 2005.
21
ac8a5dbe
JR
22%description -l pl.UTF-8
23Silnik OCR o komercyjnej jakości oryginalnie stworzony przez HP w
24latach 1985-1995. W 1995 roku był jednym z 3 najlepszych wg UNLV.
25Źródła zostały uwolnione przez HP i UNLV w 2005 roku.
a1b42a34 26
afaac0e1
ER
27%prep
28%setup -q
29
30%build
a7d2de0d 31cp -f /usr/share/automake/config.sub config
afaac0e1
ER
32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc AUTHORS COPYING ChangeLog README
47%attr(755,root,root) %{_bindir}/tesseract
This page took 0.16974 seconds and 4 git commands to generate.