From 3b7e881cc1b67ec000147c2d87bb069059326fb4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 29 Jun 2010 15:48:21 +0000 Subject: [PATCH] fix deps --- libwmf.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libwmf.spec b/libwmf.spec index d64f40c..9896c30 100644 --- a/libwmf.spec +++ b/libwmf.spec @@ -1,7 +1,7 @@ Summary: Windows MetaFile Library Name: libwmf Version: 0.2.8.4 -Release: 23%{?dist} +Release: 24%{?dist} Group: System Environment/Libraries #libwmf is under the LGPLv2+, however... #1. The tarball contains an old version of the urw-fonts under GPL+. @@ -37,8 +37,8 @@ Patch8: libwmf-0.2.8.4-pixbufloaderdir.patch Requires: urw-fonts Requires: %{name}-lite = %{version}-%{release} -Requires(post): %{_bindir}/update-gdk-pixbuf-loaders -Requires(postun): %{_bindir}/update-gdk-pixbuf-loaders +Requires(post): gdk-pixbuf2 +Requires(postun): gdk-pixbuf2 BuildRequires: gtk2-devel, libtool, libxml2-devel, gd-devel, libpng-devel BuildRequires: libjpeg-devel, libXt-devel, libX11-devel, dos2unix, libtool @@ -144,6 +144,9 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || : rm -r $RPM_BUILD_ROOT %changelog +* Tue Jun 29 2010 Matthias Clasen - 0.2.8.4-24 +- Remove explicit file deps + * Mon Jun 28 2010 Matthias Clasen - 0.2.8.4-23 - Adapt to standalone gdk-pixbuf