diff --git a/poppler.spec b/poppler.spec index 5da93df..05bfbd2 100644 --- a/poppler.spec +++ b/poppler.spec @@ -1,10 +1,11 @@ Summary: PDF rendering library Name: poppler Version: 0.5.3 -Release: 1.1 +Release: 2%{?dist} License: GPL Group: Development/Libraries Source0: %{name}-%{version}.tar.gz +Patch0: poppler-0.5.3-libs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk2-devel BuildRequires: cairo-devel @@ -41,6 +42,7 @@ converting PDF files to a number of other formats. %prep %setup -q +%patch0 -p1 -b .libs %build %configure --enable-cairo-output --disable-splash-output @@ -72,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Mon Aug 14 2006 Matthias Clasen - 0.5.3-2.fc6 +- link against fontconfig (see bug 202256) + * Wed Jul 12 2006 Jesse Keating - 0.5.3-1.1 - rebuild