]> git.pld-linux.org Git - SPECS.git/blob - xorg-font-font-misc-cyrillic.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xorg-font-font-misc-cyrillic.spec
1 Summary:        Fixed Cyrillic bitmap fonts
2 Summary(pl.UTF-8):      Fonty bitmapowe o stałej szerokości z cyrylicą
3 Name:           xorg-font-font-misc-cyrillic
4 Version:        1.0.3
5 Release:        2
6 License:        distributable (see COPYING)
7 Group:          Fonts
8 Source0:        http://xorg.freedesktop.org/releases/individual/font/font-misc-cyrillic-%{version}.tar.bz2
9 # Source0-md5:  96109d0890ad2b6b0e948525ebb0aba8
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  xorg-app-bdftopcf
14 BuildRequires:  xorg-app-mkfontdir
15 BuildRequires:  xorg-app-mkfontscale
16 BuildRequires:  xorg-font-font-util >= 1.2
17 BuildRequires:  xorg-util-util-macros >= 1.3
18 Requires(post,postun):  fontpostinst
19 Requires:       %{_fontsdir}/cyrillic
20 # contains useful aliases for these fonts
21 Requires:       xorg-font-font-alias >= 1.0.0
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Russian fixed Cyrillic bitmap fonts with KOI8-R encoding.
27
28 %description -l pl.UTF-8
29 Rosyjskie fonty bitmapowe o stałej szerokości znaków (fixed) z
30 cyrylicą w kodowaniu KOI8-R.
31
32 %prep
33 %setup -q -n font-misc-cyrillic-%{version}
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %configure \
40         --build=%{_host} \
41         --host=%{_host} \
42         --with-fontdir=%{_fontsdir}/cyrillic
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %post
56 fontpostinst cyrillic
57
58 %postun
59 fontpostinst cyrillic
60
61 %files
62 %defattr(644,root,root,755)
63 %doc COPYING ChangeLog README
64 %{_fontsdir}/cyrillic/koi*.pcf.gz
This page took 0.050984 seconds and 3 git commands to generate.