rpms/tesseract/F-7 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tesseract.spec, 1.1, 1.2

Karol Trzcionka (karlik) fedora-extras-commits at redhat.com
Fri Aug 24 14:34:57 UTC 2007


Author: karlik

Update of /cvs/pkgs/rpms/tesseract/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8654/tesseract/F-7

Modified Files:
	.cvsignore sources tesseract.spec 
Log Message:
Upgrade to v2.00



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tesseract/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	16 Jun 2007 13:53:15 -0000	1.2
+++ .cvsignore	24 Aug 2007 14:34:25 -0000	1.3
@@ -1 +1,2 @@
-tesseract-1.04.tar.gz
+tesseract-2.00.eng.tar.gz
+tesseract-2.00.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tesseract/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 Jun 2007 13:53:15 -0000	1.2
+++ sources	24 Aug 2007 14:34:25 -0000	1.3
@@ -1 +1,2 @@
-c39bd7b465c37a3863140e88d51cd839  tesseract-1.04.tar.gz
+b8291d6b3a63ce7879d688e845e341a9  tesseract-2.00.eng.tar.gz
+6d68d940ed15c61300cb04019c30f46c  tesseract-2.00.tar.gz


Index: tesseract.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tesseract/F-7/tesseract.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tesseract.spec	16 Jun 2007 13:53:15 -0000	1.1
+++ tesseract.spec	24 Aug 2007 14:34:25 -0000	1.2
@@ -1,21 +1,20 @@
 Name:		tesseract
-Version:	1.04
+Version:	2.00
 Release:	1%{?dist}
 Summary:	Raw OCR Engine 
 
 Group:		Applications/File
-License:	Apache License
+License:	ASL 2.0
 URL:		http://code.google.com/p/tesseract-ocr/
 Source0:	http://tesseract-ocr.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0:		%{name}-1.04-compilefix.patch
-Patch1:		%{name}-1.04-upstreampatch.patch
+Source1:	http://tesseract-ocr.googlecode.com/files/%{name}-%{version}.eng.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libtiff-devel
 
 %package devel
-Summary:        Development files for %{name}
-Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Summary:	Development files for %{name}
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description
 A commercial quality OCR engine originally developed at HP between 1985 and
@@ -27,9 +26,7 @@
 developing applications that use %{name}.
 
 %prep
-%setup -q
-%patch0
-%patch1 -p1
+%setup -q -a 1
 
 %build
 sed -i 's#-DTESSDATA_PREFIX=@datadir@/#-DTESSDATA_PREFIX=@datadir@/%{name}/##' ccutil/Makefile.*
@@ -42,17 +39,20 @@
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/tesseract
 mv $RPM_BUILD_ROOT%{_datadir}/tessdata $RPM_BUILD_ROOT%{_datadir}/tesseract
 rm -rf $RPM_BUILD_ROOT%{_libdir}
+rm $RPM_BUILD_ROOT%{_datadir}/%{name}/tessdata/{deu,fra,ita,nld,spa}*
 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %{_bindir}/%{name}
 %{_bindir}/*training
+%{_bindir}/unicharset_extractor
+%{_bindir}/wordlist2dawg
 %{_datadir}/%{name}
+%{_datadir}/%{name}/tessdata/eng*
 
 %doc AUTHORS ChangeLog COPYING NEWS phototest.tif README 
 
@@ -61,6 +61,8 @@
 %{_includedir}/%{name}
 
 %changelog
+* Tue Aug 21 2007 Karol Trzcionka <karlikt at gmail.com> - 2.00-1
+- Upgrade to v2.00
 * Thu Mar 22 2007 Karol Trzcionka <karlikt at gmail.com> - 1.04-1
 - Change url and source
 - Update to v1.04




More information about the fedora-extras-commits mailing list