]> git.pld-linux.org Git - packages/tesseract.git/blame - tesseract.spec
- updated to 4.1.1
[packages/tesseract.git] / tesseract.spec
CommitLineData
2fecdb4d
PG
1# TODO:
2# - warnings at compile stage about pointer size on amd64 - needs check
d7361312
AG
3# - warning: Installed (but unpackaged) file(s) found:
4# /usr/bin/language-specific.sh
5# /usr/bin/tesstrain.sh
6# /usr/bin/tesstrain_utils.sh
9694f838
JB
7#
8# Conditional build:
b011b0dc 9%bcond_without openmp # OpenMP support
9694f838 10%bcond_with opencl # OpenCL support
a7d2de0d 11Summary: Tesseract Open Source OCR Engine
877b8a7e 12Summary(pl.UTF-8): Tesseract - silnik OCR o otwartych źródłach
afaac0e1 13Name: tesseract
af74fbfe
JB
14Version: 4.1.1
15Release: 1
187eebd6 16License: Apache v2.0
afaac0e1 17Group: Applications/Graphics
61d69fb5 18#Source0Download: https://github.com/tesseract-ocr/tesseract/releases
2d265a5a 19Source0: https://github.com/tesseract-ocr/tesseract/archive/%{version}/%{name}-%{version}.tar.gz
af74fbfe 20# Source0-md5: 51fe2bcbff1bbce77a25d180fd247f7d
9694f838
JB
21URL: https://github.com/tesseract-ocr/
22%{?with_opencl:BuildRequires: OpenCL-devel}
0b152fab 23BuildRequires: autoconf >= 2.63
a7d2de0d 24BuildRequires: automake
caa3afbb 25BuildRequires: cairo-devel
af74fbfe 26BuildRequires: curl-devel
cf0c79c1 27BuildRequires: leptonlib-devel >= 1.74
af74fbfe 28BuildRequires: libarchive-devel
b011b0dc 29%{?with_openmp:BuildRequires: libgomp-devel}
0b152fab 30BuildRequires: libicu-devel >= 52.1
9694f838
JB
31BuildRequires: libstdc++-devel >= 6:4.7
32BuildRequires: libtiff-devel
33BuildRequires: libtool >= 2:2
0b152fab
JB
34BuildRequires: pango-devel >= 1:1.22.0
35Requires: leptonlib >= 1.74
f7537631 36Suggests: tesseract-data >= 3
afaac0e1
ER
37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39%description
40A commercial quality OCR engine originally developed at HP between
411985 and 1995. In 1995, this engine was among the top 3 evaluated by
42UNLV. It was open-sourced by HP and UNLV in 2005.
43
ac8a5dbe
JR
44%description -l pl.UTF-8
45Silnik OCR o komercyjnej jakości oryginalnie stworzony przez HP w
46latach 1985-1995. W 1995 roku był jednym z 3 najlepszych wg UNLV.
47Źródła zostały uwolnione przez HP i UNLV w 2005 roku.
a1b42a34 48
ba6a7995
TP
49%package training
50Summary: Tesseract training tools
ab3171d0 51Summary(pl.UTF-8): Narzędzia treningowe Tesseracta
595d84bc 52Group: Applications/Graphics
0b152fab
JB
53Requires: %{name} = %{version}-%{release}
54Requires: pango >= 1:1.22.0
ba6a7995
TP
55
56%description training
57This package contains the Tesseract training tools.
58
59%description training -l pl.UTF-8
ab3171d0 60Ten pakiet zawiera programy do trenowania Tesseracta.
ba6a7995 61
f7537631
JB
62%package devel
63Summary: Header files for Tesseract libraries
64Summary(pl.UTF-8): Pliki nagłówkowe bibliotek Tesseracta
595d84bc 65Group: Development/Libraries
2fecdb4d 66Requires: %{name} = %{version}-%{release}
af74fbfe 67Requires: curl-devel
0b152fab 68Requires: leptonlib-devel >= 1.74
af74fbfe 69Requires: libarchive-devel
0b152fab 70Requires: libstdc++-devel >= 6:4.7
2fecdb4d 71
f7537631
JB
72%description devel
73This package contains the development header files necessary to
74develop applications using Tesseract API.
2fecdb4d 75
f7537631
JB
76%description devel -l pl.UTF-8
77Ten pakiet zawiera pliki nagłówkowe potrzebne do tworzenia programów
78wykorzystujących API Tesseracta.
2fecdb4d 79
f7537631
JB
80%package static
81Summary: Static Tesseract libraries
82Summary(pl.UTF-8): Statyczne biblioteki Tesseracta
595d84bc 83Group: Development/Libraries
f7537631 84Requires: %{name}-devel = %{version}-%{release}
2fecdb4d 85
f7537631
JB
86%description static
87Static Tesseract libraries.
88
89%description static -l pl.UTF-8
90Statyczne biblioteki Tesseracta.
2fecdb4d 91
afaac0e1 92%prep
2d265a5a 93%setup -q
afaac0e1
ER
94
95%build
f7537631
JB
96%{__libtoolize}
97%{__aclocal}
98%{__autoconf}
99%{__autoheader}
100%{__automake}
9694f838
JB
101%configure \
102 %{?with_opencl:--enable-opencl} \
b011b0dc 103 %{!?with_openmp:--disable-openmp}
afaac0e1 104%{__make}
caa3afbb 105%{__make} training
afaac0e1
ER
106
107%install
108rm -rf $RPM_BUILD_ROOT
109
110%{__make} install \
111 DESTDIR=$RPM_BUILD_ROOT
112
caa3afbb
TP
113%{__make} training-install \
114 DESTDIR=$RPM_BUILD_ROOT
115
6f607027
TP
116%{__rm} $RPM_BUILD_ROOT%{_libdir}/libtesseract.la
117
afaac0e1
ER
118%clean
119rm -rf $RPM_BUILD_ROOT
120
0527fb34
BS
121%post -p /sbin/ldconfig
122%postun -p /sbin/ldconfig
123
afaac0e1
ER
124%files
125%defattr(644,root,root,755)
ce7214c1 126%doc AUTHORS ChangeLog README.md
ba6a7995
TP
127%attr(755,root,root) %{_bindir}/tesseract
128%attr(755,root,root) %{_libdir}/libtesseract.so.*.*.*
595d84bc 129%attr(755,root,root) %ghost %{_libdir}/libtesseract.so.4
caa3afbb 130%{_datadir}/tessdata
ba6a7995
TP
131%{_mandir}/man1/tesseract.1*
132
133%files training
134%defattr(644,root,root,755)
135%attr(755,root,root) %{_bindir}/ambiguous_words
d02c75d3 136%attr(755,root,root) %{_bindir}/classifier_tester
ba6a7995 137%attr(755,root,root) %{_bindir}/cntraining
595d84bc 138%attr(755,root,root) %{_bindir}/combine_lang_model
ba6a7995
TP
139%attr(755,root,root) %{_bindir}/combine_tessdata
140%attr(755,root,root) %{_bindir}/dawg2wordlist
595d84bc
JR
141%attr(755,root,root) %{_bindir}/lstmeval
142%attr(755,root,root) %{_bindir}/lstmtraining
143%attr(755,root,root) %{_bindir}/merge_unicharsets
ba6a7995
TP
144%attr(755,root,root) %{_bindir}/mftraining
145%attr(755,root,root) %{_bindir}/set_unicharset_properties
146%attr(755,root,root) %{_bindir}/shapeclustering
147%attr(755,root,root) %{_bindir}/text2image
148%attr(755,root,root) %{_bindir}/unicharset_extractor
149%attr(755,root,root) %{_bindir}/wordlist2dawg
854e1083 150%{_mandir}/man1/ambiguous_words.1*
595d84bc 151%{_mandir}/man1/classifier_tester.1*
8028172e 152%{_mandir}/man1/cntraining.1*
595d84bc 153%{_mandir}/man1/combine_lang_model.1*
8028172e 154%{_mandir}/man1/combine_tessdata.1*
854e1083 155%{_mandir}/man1/dawg2wordlist.1*
595d84bc
JR
156%{_mandir}/man1/lstmeval.1*
157%{_mandir}/man1/lstmtraining.1*
158%{_mandir}/man1/merge_unicharsets.1*
8028172e 159%{_mandir}/man1/mftraining.1*
595d84bc 160%{_mandir}/man1/set_unicharset_properties.1*
854e1083 161%{_mandir}/man1/shapeclustering.1*
595d84bc 162%{_mandir}/man1/text2image.1*
8028172e
JB
163%{_mandir}/man1/unicharset_extractor.1*
164%{_mandir}/man1/wordlist2dawg.1*
2da6320c 165
2fecdb4d 166%files devel
2da6320c 167%defattr(644,root,root,755)
8028172e 168%attr(755,root,root) %{_libdir}/libtesseract.so
f7537631 169%{_includedir}/%{name}
854e1083 170%{_pkgconfigdir}/tesseract.pc
8028172e
JB
171%{_mandir}/man5/unicharambigs.5*
172%{_mandir}/man5/unicharset.5*
f7537631
JB
173
174%files static
175%defattr(644,root,root,755)
8028172e 176%{_libdir}/libtesseract.a
This page took 0.074684 seconds and 4 git commands to generate.