commit 897f515626272a2a783ba66a1dd801ba9a85371d Author: MSVSphere Packaging Team Date: Fri Oct 25 14:45:43 2024 +0300 import gdk-pixbuf2-xlib-2.40.2-10.el10 diff --git a/.gdk-pixbuf2-xlib.metadata b/.gdk-pixbuf2-xlib.metadata new file mode 100644 index 0000000..d5278bf --- /dev/null +++ b/.gdk-pixbuf2-xlib.metadata @@ -0,0 +1 @@ +46c7261de823a1fa40cebfc90a741383b3a75025 SOURCES/gdk-pixbuf-xlib-2.40.2.tar.xz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e6b8fd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gdk-pixbuf-xlib-2.40.2.tar.xz diff --git a/SPECS/gdk-pixbuf2-xlib.spec b/SPECS/gdk-pixbuf2-xlib.spec new file mode 100644 index 0000000..4559a10 --- /dev/null +++ b/SPECS/gdk-pixbuf2-xlib.spec @@ -0,0 +1,92 @@ +Name: gdk-pixbuf2-xlib +Version: 2.40.2 +Release: 10%{?dist} +Summary: Deprecated Xlib integration for gdk-pixbuf2 + +License: LGPL-2.0-or-later AND LGPL-2.1-or-later +URL: https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib +Source0: https://download.gnome.org/sources/gdk-pixbuf-xlib/2.40/gdk-pixbuf-xlib-%{version}.tar.xz + +BuildRequires: gcc +BuildRequires: gtk-doc +BuildRequires: meson +BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(x11) + +%description +gdk-pixbuf2-xlib contains the deprecated API for integrating gdk-pixbuf2 with +Xlib data types. + +This library was originally shipped by gdk-pixbuf2, and has +since been moved out of the original repository. + +No newly written code should ever use this library. + +If your existing code depends on gdk-pixbuf2-xlib, then you're strongly +encouraged to port away from it. + + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%prep +%autosetup -p1 -n gdk-pixbuf-xlib-%{version} + + +%build +%meson -Dgtk_doc=true +%meson_build + + +%install +%meson_install + + +%files +%license COPYING +%doc README.md +%{_libdir}/libgdk_pixbuf_xlib-2.0.so.0* + +%files devel +%{_includedir}/gdk-pixbuf-2.0/ +%{_libdir}/libgdk_pixbuf_xlib-2.0.so +%{_libdir}/pkgconfig/gdk-pixbuf-xlib-2.0.pc +%{_datadir}/gtk-doc/ + + +%changelog +* Mon Jun 24 2024 Troy Dawson - 2.40.2-10 +- Bump release for June 2024 mass rebuild + +* Wed Jan 24 2024 Fedora Release Engineering - 2.40.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 2.40.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Jul 19 2023 Fedora Release Engineering - 2.40.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jan 19 2023 Fedora Release Engineering - 2.40.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Jul 21 2022 Fedora Release Engineering - 2.40.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering - 2.40.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jul 21 2021 Fedora Release Engineering - 2.40.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Feb 17 2021 Kalev Lember - 2.40.2-2 +- Use actual gdk-pixbuf2 package names in package description and summary + +* Wed Feb 17 2021 Kalev Lember - 2.40.2-1 +- Initial Fedora packaging, package split off from gdk-pixbuf2