Put the xlib headers in the right package.

This commit is contained in:
Richard Hughes 2015-03-20 15:30:55 +00:00
parent ee9864d67d
commit 9f90bed282

View File

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