Author: jajcus Date: Wed Feb 18 11:31:02 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - Suggests: Tesseract - patch to fix tesseract data files search - Polish language added to Tesseract language list
---- Files affected: SPECS: gscan2pdf.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/gscan2pdf.spec diff -u SPECS/gscan2pdf.spec:1.5 SPECS/gscan2pdf.spec:1.6 --- SPECS/gscan2pdf.spec:1.5 Wed Feb 18 10:21:18 2009 +++ SPECS/gscan2pdf.spec Wed Feb 18 12:30:56 2009 @@ -9,6 +9,8 @@ Group: Applications/Publishing Source0: http://dl.sourceforge.net/gscan2pdf/%{name}-%{version}.tar.gz # Source0-md5: a3c8b674c66c74d945d5549a508a8344 +Patch0: %{name}-tesseract_polish.patch +Patch1: %{name}-tessdata_prefix.patch URL: http://gscan2pdf.sourceforge.net/ BuildRequires: desktop-file-utils BuildRequires: gettext @@ -20,6 +22,7 @@ Suggests: gocr Suggests: sane-backends >= 1.0.17 Suggests: sane-frontentds +Suggests: tesseract Suggests: unpaper Suggests: xdg-utils BuildArch: noarch @@ -40,6 +43,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -95,6 +100,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2009/02/18 11:30:56 jajcus +- Suggests: Tesseract +- patch to fix tesseract data files search +- Polish language added to Tesseract language list + Revision 1.5 2009/02/18 09:21:18 jajcus - some Requires changed to Suggests ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gscan2pdf.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
