rpms/libwmf/devel libwmf.spec,1.41,1.42

Matthias Clasen mclasen at fedoraproject.org
Tue Jun 29 15:48:21 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/libwmf/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21597

Modified Files:
	libwmf.spec 
Log Message:
fix deps



Index: libwmf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libwmf/devel/libwmf.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- libwmf.spec	29 Jun 2010 03:40:41 -0000	1.41
+++ libwmf.spec	29 Jun 2010 15:48:21 -0000	1.42
@@ -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.p
 
 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} -
 rm -r $RPM_BUILD_ROOT
 
 %changelog
+* Tue Jun 29 2010 Matthias Clasen <mclasen at redhat.com> - 0.2.8.4-24
+- Remove explicit file deps
+
 * Mon Jun 28 2010 Matthias Clasen <mclasen at redhat.com> - 0.2.8.4-23
 - Adapt to standalone gdk-pixbuf
 



More information about the scm-commits mailing list