diff --git a/xorg-x11-fonts.spec b/xorg-x11-fonts.spec index b0d2334..cd11e80 100644 --- a/xorg-x11-fonts.spec +++ b/xorg-x11-fonts.spec @@ -30,7 +30,7 @@ Summary: X.Org X11 fonts Name: xorg-x11-fonts Version: 1.0.0 -Release: 2 +Release: 3 License: Various licenses Group: User Interface/X URL: http://www.x.org @@ -692,6 +692,20 @@ done } # &> /dev/null || : +%post ISO8859-1-75dpi +{ + mkfontdir %{_x11fontdir}/75dpi + /usr/sbin/chkfontpath -q -a %{_x11fontdir}/75dpi:unscaled +} +# &> /dev/null || : + +%post ISO8859-1-100dpi +{ + mkfontdir %{_x11fontdir}/100dpi + /usr/sbin/chkfontpath -q -a %{_x11fontdir}/100dpi:unscaled +} +# &> /dev/null || : + %post ISO8859-2-75dpi { mkfontdir %{_x11fontdir}/75dpi @@ -771,6 +785,22 @@ done } # &> /dev/null || : +%postun ISO8859-1-75dpi +{ + if [ "$1" = "0" ]; then + mkfontdir %{_x11fontdir}/75dpi + fi +} +# &> /dev/null || : + +%postun ISO8859-1-100dpi +{ + if [ "$1" = "0" ]; then + mkfontdir %{_x11fontdir}/100dpi + fi +} +# &> /dev/null || : + %postun ISO8859-2-75dpi { if [ "$1" = "0" ]; then @@ -1494,6 +1524,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %verify(not md5 size mtime) %{_x11fontdir}/cyrillic/fonts.cache-* %changelog +* Tue Jan 17 2006 Mike A. Harris 1.0.0-3 +- Added missing post/postun scripts for ISO8859-1-75dpi and ISO8859-1-100dpi + font packages. (#174416) + * Tue Jan 10 2006 Bill Nottingham 1.0.0-2 - fix obsoletes (#177377)