Blame SPECS/gdk-pixbuf2-xlib.spec

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