%define _fontsdir %_datadir/fonts/bitmap Name: fonts-bitmap-cyrillic Version: 2.3.1 Release: alt4.1 License: distributable Source: xrus-2.3.1-src.tgz Group: System/Fonts/X11 bitmap Summary: Cyrillic bitmap fonts for the X Window System in koi8-r encoding Packager: Valery V. Inozemtsev PreReq: chkfontpath mkfontdir Obsoletes: xorg-x11-cyrillic-fonts Provides: xorg-x11-cyrillic-fonts = %version-%release BuildArch: noarch BuildRequires: xorg-x11-font-utils %description Collection of cyrillic raster fonts for X Window System by Andrey A. Chernov. %prep %setup -q -n xrus-2.3.1-src %build %make X11R6 %install %make instX11R6 USERDIR=%buildroot%_fontsdir/cyrillic %__rm -f %buildroot%_fontsdir/cyrillic/xrus.info touch %buildroot%_fontsdir/cyrillic/{100dpi,75dpi,misc}/fonts.cache-1 %post if [ -f %_sysconfdir/sysconfig/i18n ]; then . %_sysconfdir/sysconfig/i18n fi if [ "$LANG" = "ru_RU.KOI8-R" ]; then %_sbindir/chkfontpath -q --first -a %_fontsdir/cyrillic/misc:unscaled %_sbindir/chkfontpath -q --first -a %_fontsdir/cyrillic/100dpi:unscaled %_sbindir/chkfontpath -q --first -a %_fontsdir/cyrillic/75dpi:unscaled else %_sbindir/chkfontpath -q -a %_fontsdir/cyrillic/misc:unscaled %_sbindir/chkfontpath -q -a %_fontsdir/cyrillic/100dpi:unscaled %_sbindir/chkfontpath -q -a %_fontsdir/cyrillic/75dpi:unscaled fi mkfontdir %_fontsdir/cyrillic/misc mkfontdir %_fontsdir/cyrillic/100dpi mkfontdir %_fontsdir/cyrillic/75dpi %postun if [ "$1" = "0" ]; then %_sbindir/chkfontpath -q -r %_fontsdir/cyrillic/misc:unscaled %_sbindir/chkfontpath -q -r %_fontsdir/cyrillic/75dpi:unscaled %_sbindir/chkfontpath -q -r %_fontsdir/cyrillic/100dpi:unscaled fi %files %doc README.Winitzki xrus.info %ghost %_fontsdir/cyrillic/*/fonts.cache-1 %_fontsdir/cyrillic %changelog * Thu Nov 22 2007 Michael Shigorin 2.3.1-alt4.1 - NMU: added mkfontdir prereq (#13509) * Mon Jan 23 2006 Valery Inozemtsev 2.3.1-alt4 - removed rpath for mkfontdir * Sun Nov 27 2005 Valery Inozemtsev 2.3.1-alt3 - rebuild with new policy * Sun Oct 17 2004 Valery Inozemtsev 2.3.1-alt2 - fixed requires for xorg-x11-6.8.1-alt8 * Sun Sep 26 2004 Valery Inozemtsev 2.3.1-alt1 - initial release