# Run tests. They are quite fragile (especially regarding to ImageMagick and # fonts) and take long and need many dependencies. %bcond_without gscan2pdf_enables_test Name: gscan2pdf Version: 2.5.6 Release: 2%{?dist} Summary: GUI for producing a multipage PDF from a scan # icons/scanner.svg: GPLv2 # icons/pdf.svg: LGPLv2+ (copy of # Nuvola/icons/scalable/mimetypes/gnome-mime-application-pdf.svg # from gnome-themes-extras-0.9.0) # other files: GPLv3 License: GPLv3 and GPLv2 and LGPLv2+ URL: http://gscan2pdf.sourceforge.net/ Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz # Use specific font for ImageMagick, bug #1494563 Patch0: gscan2pdf-2.5.3-Use-specific-font-by-ImageMagick.patch # Do not warn about missing pdftk, bug #1708054, not upstreamable Patch1: gscan2pdf-2.5.2-Do-not-warn-about-missing-pdftk.patch # Adapt to changes in sane-backends-1.0.28, bug #1776908, # Patch2: gscan2pdf-2.6.1-Adapt-to-sane-backends-1.0.28.patch BuildArch: noarch BuildRequires: coreutils BuildRequires: desktop-file-utils # awk in Makefile.PL BuildRequires: gawk BuildRequires: gettext BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter # pod2html in Makefile.PL BuildRequires: perl-Pod-Html BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 %if %{with gscan2pdf_enables_test} # Run-time: # libtiff-tools (/usr/bin/tiff2ps) or poppler-utils for PostScript support BuildRequires: libtiff-tools BuildRequires: perl(Archive::Tar) BuildRequires: perl(base) BuildRequires: perl(Cairo) BuildRequires: perl(Carp) BuildRequires: perl(Config::General) >= 2.40 BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) BuildRequires: perl(Data::UUID) BuildRequires: perl(Date::Calc) BuildRequires: perl(Encode) BuildRequires: perl(English) BuildRequires: perl(Exporter) BuildRequires: perl(Fcntl) BuildRequires: perl(feature) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Copy) BuildRequires: perl(File::Path) BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) BuildRequires: perl(FileHandle) BuildRequires: perl(Filesys::Df) BuildRequires: perl(Getopt::Long) BuildRequires: perl(Glib) >= 1.220 BuildRequires: perl(Glib::Object::Introspection) BuildRequires: perl(Glib::Object::Subclass) BuildRequires: perl(GooCanvas2) BuildRequires: perl(GooCanvas2::Canvas) BuildRequires: perl(Gtk3) >= 0.028 # Gtk3::Entry is not provided by perl-Gtk3 BuildRequires: perl(Gtk3::SimpleList) BuildRequires: perl(HTML::Entities) BuildRequires: perl(HTML::TokeParser) BuildRequires: perl(if) BuildRequires: perl(Image::Magick) BuildRequires: perl(Image::Sane) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(JSON::PP) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(List::Util) BuildRequires: perl(Locale::gettext) >= 1.05 BuildRequires: perl(Log::Log4perl) BuildRequires: perl(PDF::API2) BuildRequires: perl(POSIX) BuildRequires: perl(Proc::Killfam) BuildRequires: perl(Readonly) BuildRequires: perl(Set::IntSpan) >= 1.10 BuildRequires: perl(Socket) BuildRequires: perl(Storable) BuildRequires: perl(strict) BuildRequires: perl(Symbol) BuildRequires: perl(Text::Balanced) BuildRequires: perl(Text::ParseWords) BuildRequires: perl(Thread::Queue) BuildRequires: perl(threads) BuildRequires: perl(threads::shared) BuildRequires: perl(Try::Tiny) BuildRequires: perl(utf8) BuildRequires: perl(version) BuildRequires: perl(warnings) # Optional run-time: BuildRequires: djvulibre BuildRequires: poppler-utils BuildRequires: unpaper # xz not used at tests # Tests: BuildRequires: file # We need to pass a specific font name to ImageMagick, bug #1494563 BuildRequires: font(dejavusans) # ghostscript for pdf2ps used in t/1163_save_multipage_pdf_as_ps.t BuildRequires: ghostscript BuildRequires: ImageMagick BuildRequires: ImageMagick-djvu BuildRequires: perl(Exception::Class) BuildRequires: perl(File::stat) BuildRequires: perl(MIME::Base64) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Sub::Override) BuildRequires: perl(Test::More) BuildRequires: sane-backends-drivers-scanners BuildRequires: xorg-x11-server-Xvfb # Optional tests: # pdftk not packaged (bug #1708054) # poppler-utils for pdfunite # sane-frontends for scanadf BuildRequires: sane-frontends # Test::Perl::Critic not used %endif # libappstream-glib for appstream-util BuildRequires: libappstream-glib Suggests: cuneiform Requires: GConf2 # Prefer gocr over cuneiform, ocropus, or tesseract Recommends: gocr Recommends: djvulibre # Prefer libtiff-tools (/usr/bin/tiff2ps) over poppler-utils or ghostscript # for PostScript support Requires: libtiff-tools # ocropus not packaged Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(if) Recommends: perl(Image::Magick) Recommends: ImageMagick Recommends: ImageMagick-djvu # poppler-utils for pdfinfo Recommends: poppler-utils Requires: sane-backends >= 1.0.17 Requires: sane-frontends Suggests: tesseract Recommends: unpaper # xdg-utils for xdg-email command Recommends: xdg-utils Recommends: xz # Remove under-specified dependencies %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Glib\\) >= 1\.210$ # Gtk3::Entry is not provided by perl-Gtk3 %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Gtk3::Entry\\) %description A GUI to ease the process of producing a multipage PDF from a scan. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 SHAREDIR=%{_datadir} %{make_build} %install %{make_install} %{_fixperms} $RPM_BUILD_ROOT desktop-file-install --delete-original \ --dir=$RPM_BUILD_ROOT/%{_datadir}/applications \ $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop %find_lang %{name} %check %if %{with gscan2pdf_enables_test} unset GNOME_DESKTOP_SESSION_ID KDE_FULL_SESSION LOGDIR OCROSCRIPTS \ SANE_DEFAULT_DEVICE TEST_AUTHOR XDG_CONFIG_HOME XDG_CURRENT_DESKTOP # Disable currently failing tests # TODO: Fix them with upstream # glib randomly fails with "GLib-GObject-WARNING **: # ../gobject/gsignal.c:2647: instance '0x559dcdc1e290' has no handler with id # '7415' at t/0602_Dialog_Scan.t line 313.". rm t/0602_Dialog_Scan.t # ImageMagick reports 255x30 image size rm t/113_save_pdf_with_downsample.t # ??? rm t/1111_save_pdf.t xvfb-run -d make test %endif appstream-util validate-relax --nonet \ %{buildroot}/%{_datadir}/metainfo/%{name}.appdata.xml # Do not call gtk-update-icon-cache because it's needed only for updating icon # themata in %%{_datadir}/icon/*. This package installs icon into # %%{_datadir}/pixmaps/gscan2pdf.svg. Pixmaps seems not to be subject of icon # themata. %post touch --no-create %{_datadir}/pixmaps || : %postun if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/pixmaps || : fi %files -f %{name}.lang %license LICENCE %doc COPYING History %{_bindir}/* %{perl_vendorlib}/* %{_datadir}/%{name} %{_datadir}/applications/*%{name}.desktop %{_datadir}/help/* %{_datadir}/metainfo/%{name}.appdata.xml %{_datadir}/pixmaps/%{name}.svg %{_mandir}/man1/*.1* %changelog * Wed Nov 27 2019 Petr Pisar - 2.5.6-2 - Adapt to changes in sane-backends-1.0.28 (bug #1776908) * Thu Sep 12 2019 Petr Pisar - 2.5.6-1 - 2.5.6 bump * Mon Aug 19 2019 Petr Pisar - 2.5.5-1 - 2.5.5 bump * Thu Jul 25 2019 Fedora Release Engineering - 2.5.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jun 21 2019 Petr Pisar - 2.5.4-1 - 2.5.4 bump * Fri May 31 2019 Jitka Plesnikova - 2.5.3-2 - Perl 5.30 rebuild * Tue May 21 2019 Petr Pisar - 2.5.3-1 - 2.5.3 bump * Thu May 09 2019 Petr Pisar - 2.5.2-2 - Do not warn about missing pdftk (bug #1708054) - Do not require unused forks Perl module * Tue Apr 23 2019 Petr Pisar - 2.5.2-1 - 2.5.2 bump * Mon Mar 25 2019 Petr Pisar - 2.5.1-1 - 2.5.1 bump * Thu Mar 14 2019 Petr Pisar - 2.4.0-3 - Enable t/1163_save_multipage_pdf_as_ps.t test * Wed Mar 13 2019 Petr Pisar - 2.4.0-2 - Fix document queue locking (upstream bug #317) * Mon Feb 25 2019 Petr Pisar - 2.4.0-1 - 2.4.0 bump * Fri Feb 01 2019 Fedora Release Engineering - 2.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 28 2019 Petr Pisar - 2.3.0-1 - 2.3.0 bump * Mon Dec 10 2018 Petr Pisar - 2.2.1-1 - 2.2.1 bump * Mon Jul 30 2018 Petr Pisar - 2.1.4-1 - 2.1.4 bump * Fri Jul 13 2018 Fedora Release Engineering - 2.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 30 2018 Jitka Plesnikova - 2.1.2-2 - Perl 5.28 rebuild * Thu May 24 2018 Petr Pisar - 2.1.2-1 - 2.1.2 bump * Mon Apr 23 2018 Petr Pisar - 2.1.0-1 - 2.1.0 bump * Tue Apr 03 2018 Petr Pisar - 2.0.3-1 - 2.0.3 bump * Tue Mar 27 2018 Petr Pisar - 2.0.2-1 - 2.0.2 bump * Tue Mar 13 2018 Petr Pisar - 2.0.1-1 - 2.0.1 bump * Thu Mar 08 2018 Petr Pisar - 2.0.0-1 - 2.0.0 bump - Enable tests at build time * Wed Feb 07 2018 Fedora Release Engineering - 1.8.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 29 2018 Petr Pisar - 1.8.11-1 - 1.8.11 bump * Mon Nov 06 2017 Igor Gnatenko - 1.8.8-2 - Remove last hack for metainfo() provides * Mon Nov 06 2017 Petr Pisar - 1.8.8-1 - 1.8.8 bump * Mon Sep 25 2017 Petr Pisar - 1.8.7-1 - 1.8.7 bump * Wed Aug 23 2017 Petr Pisar - 1.8.6-1 - 1.8.6 bump * Mon Aug 21 2017 Petr Pisar - 1.8.5-1 - 1.8.5 bump * Mon Jul 31 2017 Petr Pisar - 1.8.4-1 - 1.8.4 bump * Wed Jul 26 2017 Fedora Release Engineering - 1.8.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jul 04 2017 Petr Pisar - 1.8.3-2 - Fix a race in t/0610_Dialog_Scan_Image_Sane.t test * Mon Jul 03 2017 Petr Pisar - 1.8.3-1 - 1.8.3 bump * Sun Jun 04 2017 Jitka Plesnikova - 1.8.2-2 - Perl 5.26 rebuild * Fri Jun 02 2017 Petr Pisar - 1.8.2-1 - 1.8.2 bump * Mon May 29 2017 Petr Pisar - 1.8.1-1 - 1.8.1 bump * Thu Apr 20 2017 Petr Pisar - 1.8.0-2 - Adapt 357_unpaper_rtl.t test to ImageMagick-6.9.3.0 * Thu Apr 13 2017 Petr Pisar - 1.8.0-1 - 1.8.0 bump * Mon Apr 10 2017 Petr Pisar - 1.7.3-2 - Adapt to changes in tesseract-3.05.00 (bug #1440476) - Make AppData XML file strictly conforming * Mon Mar 13 2017 Petr Pisar - 1.7.3-1 - 1.7.3 bump * Mon Feb 13 2017 Petr Pisar - 1.7.2-1 - 1.7.2 bump * Fri Feb 10 2017 Fedora Release Engineering - 1.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Jan 13 2017 Petr Pisar - 1.7.1-1 - 1.7.1 bump * Thu Jan 05 2017 Petr Pisar - 1.7.0-1 - 1.7.0 bump * Mon Dec 05 2016 Petr Pisar - 1.6.0-1 - 1.6.0 bump * Tue Nov 01 2016 Petr Pisar - 1.5.5-2 - Fix saving to an image with shell meta characters in a file name (bug #1390105) * Mon Oct 24 2016 Petr Pisar - 1.5.5-1 - 1.5.5 bump * Mon Oct 17 2016 Petr Pisar - 1.5.4-1 - 1.5.4 bump * Thu Oct 13 2016 Petr Pisar - 1.5.3-1 - 1.5.3 bump * Fri Sep 30 2016 Petr Pisar - 1.5.2-2 - Preserve image depth on PDF export (bug #1369984) * Thu Sep 01 2016 Petr Pisar - 1.5.2-1 - 1.5.2 bump * Wed Jul 27 2016 Petr Pisar - 1.5.1-1 - 1.5.1 bump * Fri Jul 08 2016 Petr Pisar - 1.5.0-1 - 1.5.0 bump * Thu Jul 07 2016 Petr Pisar - 1.3.9-3 - Modernize spec file - License corrected to (GPLv3 and GPLv2 and LGPLv2+) * Sat May 14 2016 Jitka Plesnikova - 1.3.9-2 - Perl 5.24 rebuild * Thu Mar 10 2016 Sven Lankes -1.3.9-1 - new upstream release * Mon Feb 22 2016 Sven Lankes -1.3.8-1 - new upstream release * Wed Feb 03 2016 Fedora Release Engineering - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 03 2015 Jitka Plesnikova - 1.3.0-2 - Perl 5.22 rebuild * Wed Feb 25 2015 Bernard Johnson - 1.3.0-1 - v 1.3.0 (bz #1082579) * Wed Aug 27 2014 Jitka Plesnikova - 1.2.5-3 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1.2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Jun 02 2014 Richard Hughes - 1.2.5-1 - v 1.2.5 * Tue Mar 11 2014 Bernard Johnson - 1.2.3-1 - v 1.2.3 (bz #1034069) - substitute a sed command to change gconftool-2 change * Sat Aug 03 2013 Fedora Release Engineering - 1.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jul 18 2013 Petr Pisar - 1.1.3-3 - Perl 5.18 rebuild * Tue Apr 23 2013 Jon Ciesla -1.1.3-2 - Drop desktop vendor tag. * Tue Mar 05 2013 Sven Lankes -1.1.3-1 - new upstream release * Sat Feb 16 2013 Sven Lankes -1.1.2-1 - new upstream release * Thu Feb 14 2013 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Dec 16 2012 Sven Lankes -1.1.0-1 - new upstream release * Fri Aug 24 2012 Sven Lankse - 1.0.6-1 - new upstream release (bz #840442) * Thu Jul 19 2012 Fedora Release Engineering - 1.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jun 11 2012 Petr Pisar - 1.0.4-2 - Perl 5.16 rebuild * Fri May 25 2012 Bernard Johnson - 1.0.4-1 - v 1.0.4 (bz #810826) * Wed Mar 28 2012 Bernard Johnson - 1.0.2-1 - v 1.0.2 (bz #787361, bz #807604) * Fri Jan 13 2012 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Sep 27 2011 Bernard Johnson - 1.0.0-1 - v 1.0.0 (bz #740997) - disable tests for now due to dependencies