From 9f90bed2827d998c3937e61465fcdfc9873ddcfe Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 20 Mar 2015 15:30:55 +0000 Subject: [PATCH] Put the xlib headers in the right package. --- gdk-pixbuf2.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec index 77e3f40..2996bc8 100644 --- a/gdk-pixbuf2.spec +++ b/gdk-pixbuf2.spec @@ -2,7 +2,7 @@ Name: gdk-pixbuf2 Version: 2.31.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An image loading library Group: System Environment/Libraries @@ -157,11 +157,13 @@ fi %{_libdir}/libgdk_pixbuf_xlib-2.0.so.* %files xlib-devel +%{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf-xlib %{_libdir}/libgdk_pixbuf_xlib-2.0.so %{_libdir}/pkgconfig/gdk-pixbuf-xlib-2.0.pc %files devel -%{_includedir}/gdk-pixbuf-2.0 +%dir %{_includedir}/gdk-pixbuf-2.0 +%{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf %{_libdir}/libgdk_pixbuf-2.0.so %{_libdir}/pkgconfig/gdk-pixbuf-2.0.pc %{_bindir}/gdk-pixbuf-csource @@ -176,6 +178,9 @@ fi %changelog +* Fri Mar 20 2015 Richard Hughes - 2.31.3-4 +- Put the xlib headers in the right package. + * Fri Mar 20 2015 Richard Hughes - 2.31.3-3 - Split out the xlib code as a subpackage to allows us to depend on the core library on the cloud image and not depends on half of Xorg.