gdk-pixbuf-xlib/gdk-pixbuf-xlib.spec
panchenbo a1979cad40 del unused BuildRequires and add BuildRequires:pkgconfig(gdk-pixbuf-2.0)
(cherry picked from commit ba846dc3a25e0f39e6510c4f2f0177b1e9a823fd)
2024-03-13 10:52:01 +08:00

48 lines
1.2 KiB
RPMSpec

Name: gdk-pixbuf-xlib
Version: 2.40.2
Release: 2
Summary: GdkPixbuf-Xlib contains the deprecated API for integrating GdkPixbuf with Xlib data types.
License: LGPLv2+
URL: http://www.gtk.org
Source0: https://gitlab.gnome.org/Archive/%{name}/-/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: meson pkgconfig pkgconfig(gdk-pixbuf-2.0) >= 2.39.2 pkgconfig(x11)
Requires: glib2 >= 2.48.0 shared-mime-info
%description
gdk is written in C but has been designed from the ground up to support a wide range of languages.
It provide a complete set of widgets,and suitable for projects ranging from small one-off
tools to complete application suites.
%prep
%autosetup
%build
%meson
%global _smp_mflags -j1
%meson_build
%install
%meson_install
%files
%defattr(-,root,root)
%license COPYING
%{_libdir}/libgdk_pixbuf*
%{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf-xlib
%{_libdir}/pkgconfig/gdk-pixbuf-*.pc
%changelog
* Wed Mar 13 2024 panchenbo <panchenbo@kylinsec.com.cn> - 2.40.2-2
- del unused BuildRequires and add BuildRequires:pkgconfig(gdk-pixbuf-2.0)
* Wed Feb 09 2022 liweigang <liweiganga@uniontech.com> - 2.40.2-1
- init package