Enable generating of TIFF files by pdftoppm

This commit is contained in:
Marek Kasik 2013-04-12 12:18:45 +02:00
parent 38f7b90e9e
commit 8798725ca5

View File

@ -1,7 +1,7 @@
Summary: PDF rendering library Summary: PDF rendering library
Name: poppler Name: poppler
Version: 0.22.1 Version: 0.22.1
Release: 2%{?dist} Release: 3%{?dist}
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
Group: Development/Libraries Group: Development/Libraries
URL: http://poppler.freedesktop.org/ URL: http://poppler.freedesktop.org/
@ -20,6 +20,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(lcms) BuildRequires: pkgconfig(lcms)
BuildRequires: pkgconfig(QtGui) pkgconfig(QtXml) BuildRequires: pkgconfig(QtGui) pkgconfig(QtXml)
BuildRequires: pkgconfig(libtiff-4)
%description %description
@ -246,6 +247,9 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
%changelog %changelog
* Fri Apr 12 2013 Marek Kasik <mkasik@redhat.com> 0.22.1-3
- Enable generating of TIFF files by pdftoppm
* Thu Apr 11 2013 Marek Kasik <mkasik@redhat.com> 0.22.1-2 * Thu Apr 11 2013 Marek Kasik <mkasik@redhat.com> 0.22.1-2
- Fix man pages of pdftops and pdfseparate - Fix man pages of pdftops and pdfseparate