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

Karol Trzcionka (karlik) fedora-extras-commits at redhat.com
Fri Aug 24 16:10:45 UTC 2007


Author: karlik

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

Modified Files:
	.cvsignore sources 
Added Files:
	tesseract-langpack.spec 
Log Message:
Initial Release



--- NEW FILE tesseract-langpack.spec ---
%define upstreamname tesseract
Name:		%{upstreamname}-langpack
Version:	2.00
Release:	2%{?dist}
Summary:	Langpacks for tesseract

Group:		Applications/File
License:	ASL 2.0
URL:		http://code.google.com/p/tesseract-ocr/
Source0:	http://tesseract-ocr.googlecode.com/files/%{upstreamname}-%{version}.deu.tar.gz
Source1:	http://tesseract-ocr.googlecode.com/files/%{upstreamname}-%{version}.fra.tar.gz
Source2:	http://tesseract-ocr.googlecode.com/files/%{upstreamname}-%{version}.ita.tar.gz
Source3:	http://tesseract-ocr.googlecode.com/files/%{upstreamname}-%{version}.nld.tar.gz
Source4:	http://tesseract-ocr.googlecode.com/files/%{upstreamname}-%{version}.spa.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch

%package de
Summary:	German langpack for %{upstreamname}
Group:		Applications/File
Requires:	%{upstreamname}

%package fr
Summary:	French langpack for %{upstreamname}
Group:		Applications/File
Requires:	%{upstreamname}

%package it
Summary:	Italian langpack for %{upstreamname}
Group:		Applications/File
Requires:	%{upstreamname}

%package nl
Summary:	Dutch langpack for %{upstreamname}
Group:		Applications/File
Requires:	%{upstreamname}

%package es
Summary:	Spanish langpack for {upstreamname}
Group:		Applications/File
Requires:	%{upstreamname}

%description
%description de
German language data for %{upstreamname}.

%description fr
French language data for %{upstreamname}.

%description it
Italian language data for %{upstreamname}.

%description nl
Dutch language data for %{upstreamname}.

%description es
Spanish language data for %{upstreamname}.

%prep
%setup -q -c -a 1 -a 2 -a 3 -a 4

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/tesseract
cp -a tessdata $RPM_BUILD_ROOT%{_datadir}/tesseract/
chmod -x $RPM_BUILD_ROOT%{_datadir}/tesseract/tessdata/*
rm -rf $RPM_BUILD_ROOT%{_datadir}/tesseract/eng*

%clean
rm -rf $RPM_BUILD_ROOT

%files fr
%defattr(-,root,root,-)
%{_datadir}/%{upstreamname}/tessdata/fra*

%files it
%defattr(-,root,root,-)
%{_datadir}/%{upstreamname}/tessdata/ita*

%files nl
%defattr(-,root,root,-)
%{_datadir}/%{upstreamname}/tessdata/nld*

%files es
%defattr(-,root,root,-)
%{_datadir}/%{upstreamname}/tessdata/spa*

%files de
%defattr(-,root,root,-)
%{_datadir}/%{upstreamname}/tessdata/deu*

%changelog
* Fri Aug 24 2007 Karol Trzcionka <karlikt at gmail.com> - 2.00-2
- Fixed executable file in nl
* Tue Aug 21 2007 Karol Trzcionka <karlikt at gmail.com> - 2.00-1
- Initial Release

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tesseract-langpack/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Aug 2007 15:52:19 -0000	1.1
+++ .cvsignore	24 Aug 2007 16:10:11 -0000	1.2
@@ -0,0 +1,5 @@
+tesseract-2.00.deu.tar.gz
+tesseract-2.00.fra.tar.gz
+tesseract-2.00.ita.tar.gz
+tesseract-2.00.nld.tar.gz
+tesseract-2.00.spa.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tesseract-langpack/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Aug 2007 15:52:20 -0000	1.1
+++ sources	24 Aug 2007 16:10:11 -0000	1.2
@@ -0,0 +1,5 @@
+609d91b1ae3759a756b819b5d8403653  tesseract-2.00.deu.tar.gz
+64896b462e62572a3708bb461820126c  tesseract-2.00.fra.tar.gz
+2759e1dae91a989a43490ff4c2253a4b  tesseract-2.00.ita.tar.gz
+b2f6ede182cea4bbfffd3b040533ce58  tesseract-2.00.nld.tar.gz
+bc26a777b2384613895677cb8e61ca75  tesseract-2.00.spa.tar.gz




More information about the fedora-extras-commits mailing list