From f0a27338ae12a11000af81e0cfbb15e299ae8cdc Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jan 12 2015 20:38:32 +0000 Subject: add BR: libXpm --- diff --git a/xpdf.spec b/xpdf.spec index a7541d9..3d863ec 100644 --- a/xpdf.spec +++ b/xpdf.spec @@ -65,6 +65,7 @@ BuildRequires: freetype-devel >= 2.1.7 BuildRequires: desktop-file-utils BuildRequires: libpaper-devel BuildRequires: libpng-devel +BuildRequires: libXpm-devel Provides: %{name}-chinese-simplified = %{version}-%{release} Obsoletes: %{name}-chinese-simplified @@ -121,7 +122,6 @@ done --enable-multithreaded \ --enable-wordlist \ --with-x \ - --with-gzip \ --enable-opi \ --with-appdef-dir=%{_datadir}/X11/app-defaults/ \ --without-Xp-library \ @@ -265,6 +265,9 @@ update-desktop-database &> /dev/null ||: %{_datadir}/xpdf/latin2 %changelog +* Mon Jan 12 2015 Tom Callaway - 1:3.04-7 +- add BR: libXpm-devel, drop --with-gzip (no longer exists) + * Tue Dec 2 2014 Tom Callaway - 1:3.04-6 - fix proper display of international strings in the title (bz 1169301)