From 88138711d8313959a4679bceb3caaabed8ab2ae6 Mon Sep 17 00:00:00 2001 From: Bernard Johnson Date: Feb 03 2010 06:14:36 +0000 Subject: - v 0.9.30 - tesseract patch removed (upstream fix) --- diff --git a/.cvsignore b/.cvsignore index 5e04ca2..d8a7b7b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gscan2pdf-0.9.29.tar.gz +gscan2pdf-0.9.30.tar.gz diff --git a/gscan2pdf-tessdata-path.patch b/gscan2pdf-tessdata-path.patch deleted file mode 100644 index 2494c8b..0000000 --- a/gscan2pdf-tessdata-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gscan2pdf-0.9.29-pristine/bin/gscan2pdf 2009-05-04 14:07:50.000000000 -0600 -+++ gscan2pdf-0.9.29/bin/gscan2pdf 2010-01-19 13:59:49.166264258 -0700 -@@ -9438,7 +9438,7 @@ - vie => $d->get('Vietnamese'), - ); - -- my $tessdata_prefix = '/usr/share/tessdata'; -+ my $tessdata_prefix = '/usr/share/tesseract'; - if (defined $ENV{TESSDATA_PREFIX}) { - $tessdata_prefix = $ENV{TESSDATA_PREFIX}; - } diff --git a/gscan2pdf.spec b/gscan2pdf.spec index 6ffc063..03516ce 100644 --- a/gscan2pdf.spec +++ b/gscan2pdf.spec @@ -1,5 +1,5 @@ Name: gscan2pdf -Version: 0.9.29 +Version: 0.9.30 Release: 1%{?dist} Summary: GUI for producing a multipage PDF from a scan @@ -8,7 +8,6 @@ License: GPLv3 URL: http://gscan2pdf.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz # Temporary patch until next release when this will be resolved -Patch0: gscan2pdf-tessdata-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,8 +25,6 @@ A GUI to ease the process of producing a multipage PDF from a scan. %prep %setup -q -%patch0 -p1 -b .gscan2pdf-tessdata-path - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -78,7 +75,11 @@ fi %{_mandir}/man1/*.1* %changelog -* Tue Jan 19 2010 Bernard Johnson