[gdk-pixbuf2] Put the xlib headers in the right package.

Richard Hughes rhughes at fedoraproject.org
Fri Mar 20 15:32:33 UTC 2015


commit 9f90bed2827d998c3937e61465fcdfc9873ddcfe
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Mar 20 15:30:55 2015 +0000

    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 <rhughes at redhat.com> - 2.31.3-4
+- Put the xlib headers in the right package.
+
 * Fri Mar 20 2015 Richard Hughes <rhughes at redhat.com> - 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.


More information about the scm-commits mailing list