rebuilt by autoport with build requirements: libleptonica-devel>=1.71-1mamba [release 3.02.02-2mamba;Tue Aug 18 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 18:25:30 +01:00
parent 0af3974445
commit 9f537d229a

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: tesseract Name: tesseract
Version: 3.02.02 Version: 3.02.02
Release: 1mamba Release: 2mamba
Summary: An OCR Engine that was developed at HP Labs between 1985 and 1995 Summary: An OCR Engine that was developed at HP Labs between 1985 and 1995
Group: Applications/Accessibility Group: Applications/Accessibility
Vendor: openmamba Vendor: openmamba
@ -67,6 +67,7 @@ BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel BuildRequires: libtiff-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libleptonica-devel >= 1.71-1mamba
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -105,11 +106,12 @@ gunzip *.gz
%build %build
sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac
%{__libtoolize} autoreconf -f -i
%{__aclocal} #%{__libtoolize}
%{__autoconf} #%{__aclocal}
%{__autoheader} #%{__autoconf}
%{__automake} #%{__autoheader}
#%{__automake}
%configure %configure
%make %make
@ -553,6 +555,9 @@ Othert languages data for Tesseract.
%{_datadir}/tessdata/vie.traineddata %{_datadir}/tessdata/vie.traineddata
%changelog %changelog
* Tue Aug 18 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.02.02-2mamba
- rebuilt by autoport with build requirements: libleptonica-devel>=1.71-1mamba
* Tue Dec 11 2012 Automatic Build System <autodist@mambasoft.it> 3.02.02-1mamba * Tue Dec 11 2012 Automatic Build System <autodist@mambasoft.it> 3.02.02-1mamba
- update to 3.02.02 - update to 3.02.02