gdk-pixbuf2-xlib-vl.spec 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Summary: Deprecated Xlib integration for gdk-pixbuf2
  2. Summary(ja): 非推奨のXlib/gdk-pixbuf2統合機能
  3. Name: gdk-pixbuf2-xlib
  4. Version: 2.40.2
  5. Release: 3%{?_dist_release}
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: LGPLv2+
  10. URL: https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib
  11. Source0: https://download.gnome.org/sources/gdk-pixbuf-xlib/2.40/gdk-pixbuf-xlib-%{version}.tar.xz
  12. BuildRequires: gcc
  13. BuildRequires: gtk-doc
  14. BuildRequires: meson
  15. BuildRequires: pkgconfig(gdk-pixbuf-2.0)
  16. BuildRequires: pkgconfig(x11)
  17. %description
  18. gdk-pixbuf2-xlib contains the deprecated API for integrating gdk-pixbuf2 with
  19. Xlib data types.
  20. This library was originally shipped by gdk-pixbuf2, and has
  21. since been moved out of the original repository.
  22. No newly written code should ever use this library.
  23. If your existing code depends on gdk-pixbuf2-xlib, then you're strongly
  24. encouraged to port away from it.
  25. %package devel
  26. Summary: Development files for %{name}
  27. Group: programming
  28. Requires: %{name}%{?_isa} = %{version}-%{release}
  29. %description devel
  30. The %{name}-devel package contains libraries and header files for
  31. developing applications that use %{name}.
  32. %debug_package
  33. %prep
  34. %autosetup -p1 -n gdk-pixbuf-xlib-%{version}
  35. %build
  36. %meson -Dgtk_doc=true
  37. %meson_build
  38. %install
  39. %meson_install
  40. %files
  41. %license COPYING
  42. %doc README.md
  43. %{_libdir}/libgdk_pixbuf_xlib-2.0.so.0*
  44. %files devel
  45. %{_includedir}/gdk-pixbuf-2.0/
  46. %{_libdir}/libgdk_pixbuf_xlib-2.0.so
  47. %{_libdir}/pkgconfig/gdk-pixbuf-xlib-2.0.pc
  48. %{_datadir}/gtk-doc/
  49. %changelog
  50. * Mon Mar 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.40.2-3
  51. - initial build for Vine Linux.
  52. * Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 2.40.2-2
  53. - Use actual gdk-pixbuf2 package names in package description and summary
  54. * Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 2.40.2-1
  55. - Initial Fedora packaging, package split off from gdk-pixbuf2