rpms/gdk-pixbuf/devel gdk-pixbuf.spec,1.9,1.10

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Fri Jan 26 03:15:58 UTC 2007


Author: kevin

Update of /cvs/extras/rpms/gdk-pixbuf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15613

Modified Files:
	gdk-pixbuf.spec 
Log Message:
Add multilib handling patch (thanks mclasen at redhat.com)
Add .pc file.



Index: gdk-pixbuf.spec
===================================================================
RCS file: /cvs/extras/rpms/gdk-pixbuf/devel/gdk-pixbuf.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gdk-pixbuf.spec	13 Dec 2006 02:15:55 -0000	1.9
+++ gdk-pixbuf.spec	26 Jan 2007 03:15:28 -0000	1.10
@@ -1,6 +1,6 @@
 Name:		gdk-pixbuf
 Version:	0.22.0
-Release:	32%{?dist}
+Release:	33%{?dist}
 Epoch:		1
 Summary:	An image loading library used with GNOME
 License:	LGPL
@@ -26,6 +26,8 @@
 Patch15:	gdk-pixbuf-0.22.0-xpm-whc-overflow.patch
 # Modular X moves rgb.txt
 Patch16:	gdk-pixbuf-0.22.0-rgb.patch
+# multilib fixes
+Patch17:	gdk-pixbuf-0.22.0-multilib.patch
 
 URL:		http://developer.gnome.org/arch/imaging/gdkpixbuf.html
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -46,6 +48,7 @@
 Summary:	Files needed for developing apps to work with the GdkPixBuf library
 Group:		Development/Libraries
 Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	pkgconfig
 
 %description devel
 This package contains the libraries, header files, and include files
@@ -73,6 +76,7 @@
 %patch14 -p1 -b .xpm-whc-overflow
 %patch15 -p1 -b .xpm-largecol
 %patch16 -p1 -b .rgb
+%patch17 -p1 -b .multilib
 
 perl -p -i.bak -e 's/gmodule.h/gmodule-local.h/g; s/g_module/local_hack_g_module/g; s/GModule/LocalHackGModule/g; s/G_MODULE/LOCAL_HACK_G_MODULE/g' gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-io.h
 perl -pi -e 's/-static//g' gdk-pixbuf/local-hack-gmodule/Makefile
@@ -104,7 +108,7 @@
 %clean
 rm -rf %{buildroot}
 
-%post   -p /sbin/ldconfig
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
@@ -121,10 +125,15 @@
 %{_bindir}/gdk-pixbuf-config
 %{_libdir}/*so
 %{_libdir}/*Conf.sh
+%{_libdir}/pkgconfig/gdk-pixbuf.pc
 %{_datadir}/aclocal/*
 %{_datadir}/gnome/html/*
 
 %changelog
+* Thu Jan 25 2007 Kevin Fenzi <kevin at tummy.com> - 1:0.22.0-33
+- Add multilib handling patch (thanks mclasen at redhat.com)
+- Add .pc file.
+
 * Tue Dec 12 2006 Kevin Fenzi <kevin at tummy.com> - 1:0.22.0-32
 - Take over maintainership and rebuild for fc7/devel.
 




More information about the scm-commits mailing list