]> git.pld-linux.org Git - packages/xorg-font-font-sony-misc.git/blob - xorg-font-font-sony-misc.spec
0ae2e41034487eb203790162fd29d1d11b44bc37
[packages/xorg-font-font-sony-misc.git] / xorg-font-font-sony-misc.spec
1 Summary:        Sony fixed bitmap fonts
2 Summary(pl.UTF-8):      Fonty bitmapowe Sony o stałej szerokości
3 Name:           xorg-font-font-sony-misc
4 Version:        1.0.3
5 Release:        2
6 License:        MIT
7 Group:          Fonts
8 Source0:        http://xorg.freedesktop.org/releases/individual/font/font-sony-misc-%{version}.tar.bz2
9 # Source0-md5:  beef61a9b0762aba8af7b736bb961f86
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}/misc
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 Sony fixed bitmap fonts in ISO-8859-1 (Latin) and JISX 0201.1976
27 (Japanese) encodings.
28
29 %description -l pl.UTF-8
30 Fonty bitmapowe Sony o stałej szerokości znaków w kodowaniach
31 ISO-8859-1 (łacińskim) i JISX 0201.1976 (japońskim).
32
33 %prep
34 %setup -q -n font-sony-misc-%{version}
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__automake}
40 %configure \
41         --build=%{_host} \
42         --host=%{_host} \
43         --with-fontdir=%{_fontsdir}/misc
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %post
57 fontpostinst misc
58
59 %postun
60 fontpostinst misc
61
62 %files
63 %defattr(644,root,root,755)
64 %doc COPYING ChangeLog README
65 %{_fontsdir}/misc/8x16*.pcf.gz
66 %{_fontsdir}/misc/12x24*.pcf.gz
This page took 0.0398309999999999 seconds and 2 git commands to generate.