|
|
59ab1a |
Name: gdk-pixbuf2-xlib
|
|
|
59ab1a |
Version: 2.40.2
|
|
|
59ab1a |
Release: 4%{?dist}
|
|
|
59ab1a |
Summary: Deprecated Xlib integration for gdk-pixbuf2
|
|
|
59ab1a |
|
|
|
59ab1a |
License: LGPLv2+
|
|
|
59ab1a |
URL: https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib
|
|
|
59ab1a |
Source0: https://download.gnome.org/sources/gdk-pixbuf-xlib/2.40/gdk-pixbuf-xlib-%{version}.tar.xz
|
|
|
59ab1a |
|
|
|
59ab1a |
BuildRequires: gcc
|
|
|
59ab1a |
BuildRequires: gtk-doc
|
|
|
59ab1a |
BuildRequires: meson
|
|
|
59ab1a |
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
59ab1a |
BuildRequires: pkgconfig(x11)
|
|
|
59ab1a |
|
|
|
59ab1a |
%description
|
|
|
59ab1a |
gdk-pixbuf2-xlib contains the deprecated API for integrating gdk-pixbuf2 with
|
|
|
59ab1a |
Xlib data types.
|
|
|
59ab1a |
|
|
|
59ab1a |
This library was originally shipped by gdk-pixbuf2, and has
|
|
|
59ab1a |
since been moved out of the original repository.
|
|
|
59ab1a |
|
|
|
59ab1a |
No newly written code should ever use this library.
|
|
|
59ab1a |
|
|
|
59ab1a |
If your existing code depends on gdk-pixbuf2-xlib, then you're strongly
|
|
|
59ab1a |
encouraged to port away from it.
|
|
|
59ab1a |
|
|
|
59ab1a |
|
|
|
59ab1a |
%package devel
|
|
|
59ab1a |
Summary: Development files for %{name}
|
|
|
59ab1a |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
59ab1a |
|
|
|
59ab1a |
%description devel
|
|
|
59ab1a |
The %{name}-devel package contains libraries and header files for
|
|
|
59ab1a |
developing applications that use %{name}.
|
|
|
59ab1a |
|
|
|
59ab1a |
|
|
|
59ab1a |
%prep
|
|
|
59ab1a |
%autosetup -p1 -n gdk-pixbuf-xlib-%{version}
|
|
|
59ab1a |
|
|
|
59ab1a |
|
|
|
59ab1a |
%build
|
|
|
59ab1a |
%meson -Dgtk_doc=true
|
|
|
59ab1a |
%meson_build
|
|
|
59ab1a |
|
|
|
59ab1a |
|
|
|
59ab1a |
%install
|
|
|
59ab1a |
%meson_install
|
|
|
59ab1a |
|
|
|
59ab1a |
|
|
|
59ab1a |
%files
|
|
|
59ab1a |
%license COPYING
|
|
|
59ab1a |
%doc README.md
|
|
|
59ab1a |
%{_libdir}/libgdk_pixbuf_xlib-2.0.so.0*
|
|
|
59ab1a |
|
|
|
59ab1a |
%files devel
|
|
|
59ab1a |
%{_includedir}/gdk-pixbuf-2.0/
|
|
|
59ab1a |
%{_libdir}/libgdk_pixbuf_xlib-2.0.so
|
|
|
59ab1a |
%{_libdir}/pkgconfig/gdk-pixbuf-xlib-2.0.pc
|
|
|
59ab1a |
%{_datadir}/gtk-doc/
|
|
|
59ab1a |
|
|
|
59ab1a |
|
|
|
59ab1a |
%changelog
|
|
|
59ab1a |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.40.2-4
|
|
|
59ab1a |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
59ab1a |
Related: rhbz#1991688
|
|
|
59ab1a |
|
|
|
59ab1a |
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.40.2-3
|
|
|
59ab1a |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
59ab1a |
|
|
|
59ab1a |
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 2.40.2-2
|
|
|
59ab1a |
- Use actual gdk-pixbuf2 package names in package description and summary
|
|
|
59ab1a |
|
|
|
59ab1a |
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 2.40.2-1
|
|
|
59ab1a |
- Initial Fedora packaging, package split off from gdk-pixbuf2
|