rpms/libwmf/devel libwmf.spec,1.15,1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 10:20:29 UTC 2006


Author: caolanm

Update of /cvs/dist/rpms/libwmf/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15519

Modified Files:
	libwmf.spec 
Log Message:
match libsrvg2 _host usage


Index: libwmf.spec
===================================================================
RCS file: /cvs/dist/rpms/libwmf/devel/libwmf.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libwmf.spec	3 Jan 2006 13:04:35 -0000	1.15
+++ libwmf.spec	19 Jan 2006 10:20:26 -0000	1.16
@@ -1,7 +1,7 @@
 Summary: Windows Metafile Library
 Name: libwmf
 Version: 0.2.8.4
-Release: 3
+Release: 4
 Group: System Environment/Libraries
 License: LGPL
 Source: http://prdownloads.sourceforge.net/wvware/%{name}-%{version}.tar.gz
@@ -63,11 +63,11 @@
 
 %post
 /sbin/ldconfig
-%{_bindir}/update-gdk-pixbuf-loaders %{_arch}-%{_host_vendor}-%{_host_os}
+%{_bindir}/update-gdk-pixbuf-loaders %{_host} &>/dev/null || :
 
 %postun 
 /sbin/ldconfig
-%{_bindir}/update-gdk-pixbuf-loaders %{_arch}-%{_host_vendor}-%{_host_os}
+%{_bindir}/update-gdk-pixbuf-loaders %{_host} &>/dev/null || :
 
 %files
 %defattr(-,root,root)
@@ -98,6 +98,9 @@
 rm -r $RPM_BUILD_ROOT
 
 %changelog
+* Tue Jan 19 2006 Caolan McNamara <caolanm at redhat.com> 0.2.8.4-4
+- rh#178275# match srvg gtk2 %{_host} usage for pixbuf loaders
+
 * Tue Jan 03 2006 Caolan McNamara <caolanm at redhat.com> 0.2.8.4-3
 - add libwmf-0.2.8.4-fallbackfont.patch for rh#176620#
 




More information about the fedora-cvs-commits mailing list