diff --git a/xorg-x11-font-utils.spec b/xorg-x11-font-utils.spec index d1138a0..408219a 100644 --- a/xorg-x11-font-utils.spec +++ b/xorg-x11-font-utils.spec @@ -1,11 +1,11 @@ -%define bdftopcf 1.0.4 -%define fonttosfnt 1.0.4 -%define mkfontdir 1.0.7 -%define mkfontscale 1.1.2 -%define font_util 1.3.1 +%global bdftopcf 1.0.4 +%global fonttosfnt 1.0.4 +%global mkfontdir 1.0.7 +%global mkfontscale 1.1.2 +%global font_util 1.3.1 # Must be kept in sync with xorg-x11-fonts! -%define _x11fontdir %{_datadir}/X11/fonts +%global _x11fontdir %{_datadir}/X11/fonts Summary: X.Org X11 font utilities Name: xorg-x11-font-utils @@ -116,6 +116,9 @@ find $RPM_BUILD_ROOT -name bdftruncate\* -print0 | xargs -0 rm -f %{_x11fontdir}/util/map-* %changelog +* Wed Jan 20 2016 Peter Hutterer +- s/define/global/ + * Thu Oct 15 2015 Adam Jackson 7.5-30 - Drop bdftruncate utility, nothing in the OS uses it and we don't ship BDF fonts in any case.