diff --git a/gscan2pdf.spec b/gscan2pdf.spec index 03516ce..4299e81 100644 --- a/gscan2pdf.spec +++ b/gscan2pdf.spec @@ -1,6 +1,6 @@ Name: gscan2pdf Version: 0.9.30 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GUI for producing a multipage PDF from a scan Group: Applications/Publishing @@ -17,6 +17,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi Requires: djvulibre, sane-backends >= 1.0.17, sane-frontends Requires: xdg-utils, unpaper, gocr Requires: perl(Gtk2::Ex::PodViewer), perl(PDF::API2), perl(forks) +Requires: perl(Set::IntSpan) %description A GUI to ease the process of producing a multipage PDF from a scan. @@ -25,6 +26,10 @@ A GUI to ease the process of producing a multipage PDF from a scan. %prep %setup -q +# fix file that is not UTF-8 +iconv --from=ISO-8859-1 --to=UTF-8 History > History.new +mv History.new History + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -75,7 +80,11 @@ fi %{_mandir}/man1/*.1* %changelog -* Tue Feb 02 2010 Bernard Johnson - 0.9.30-2 +- missed dependency: perl(Set::IntSpan) (bz #563339) +- convert History to UTF-8 + +* Tue Feb 02 2010 Bernard Johnson - 0.9.30-1 - v 0.9.30 - tesseract patch removed (upstream fix)