Update to 2.42.2
- Split out gdk-pixbuf2-xlib to separate source package
This commit is contained in:
parent
74ce935eb3
commit
03c7ca30c0
@ -1,4 +1,4 @@
|
||||
%global glib2_version 2.48.0
|
||||
%global glib2_version 2.56.0
|
||||
|
||||
Name: gdk-pixbuf2
|
||||
Version: 2.42.2
|
||||
@ -17,7 +17,6 @@ BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: jasper-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.3
|
||||
# gdk-pixbuf does a configure time check which uses the GIO mime
|
||||
# layer; we need to actually have the mime type database.
|
||||
@ -40,23 +39,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
This package contains the additional modules that are needed to load various
|
||||
image formats such as ICO and JPEG.
|
||||
|
||||
%package xlib
|
||||
Summary: Additional library for using gdk-pixbuf with bare xlib
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description xlib
|
||||
This package contains the old libgdk-pixbuf-xlib library that is needed by some
|
||||
programs to load GdkPixbuf using bare XLib calls.
|
||||
|
||||
%package xlib-devel
|
||||
Summary: Development files for gdk-pixbuf-xlib
|
||||
Requires: %{name}-xlib%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description xlib-devel
|
||||
This package contains the libraries and header files that are needed
|
||||
for writing applications that are using gdk-pixbuf-xlib.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for gdk-pixbuf
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
@ -119,14 +101,6 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
|
||||
%files modules
|
||||
%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*.so
|
||||
|
||||
%files xlib
|
||||
%{_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
|
||||
%dir %{_includedir}/gdk-pixbuf-2.0
|
||||
%{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf
|
||||
@ -145,6 +119,7 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
|
||||
%changelog
|
||||
* Fri Feb 19 2021 Kalev Lember <klember@redhat.com> - 2.42.2-1
|
||||
- Update to 2.42.2
|
||||
- Split out gdk-pixbuf2-xlib to separate source package
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user