pango/macros.pango
Bjørn Lie f57fe4764c We "want" this due to the font fix - breaks some electron apps if not it seems...
- Update to version 1.56.0+12:
  * Deal with FC_FONT_WRAPPER more graciously
  * itemize: Limp along harder
  * build: Reshuffle docs build
  * build: Move gir to toplevel meson.build
  * build: Generate glib deprecation defines
  * build: Sync naming with gtk

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=264
2025-01-16 19:48:25 +00:00

28 lines
803 B
Plaintext

# RPM macros for packages installing a Pango module
#
###
#
# When a package installs a Pango module, it should use all
# three macros:
#
# - %pango_module_requires in the preamble
# - %pango_module_post in %post
# - %pango_module_postun in %postun
#
###
# Since pango 1.37.0, the macros are just there for compatibility, but no longer perform any action
# Pango no loner has config and module support
%pango_module_requires \
%nil
# On install, update the cache
%pango_module_post \
%nil
# On uninstall, update the cache. Note: we ignore upgrades (already
# handled in %post of the new package).
%pango_module_postun \
%nil