]> git.pld-linux.org Git - packages/xorg-font-font-sony-misc.git/blob - xorg-font-font-sony-misc.spec
- updated to 1.0.4
[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.4
5 Release:        1
6 License:        MIT
7 Group:          Fonts
8 Source0:        https://xorg.freedesktop.org/releases/individual/font/font-sony-misc-%{version}.tar.xz
9 # Source0-md5:  ed9d0215f66b622457cd6ecef29a71ec
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  tar >= 1:1.22
14 BuildRequires:  xorg-app-bdftopcf
15 BuildRequires:  xorg-app-mkfontdir
16 BuildRequires:  xorg-app-mkfontscale
17 BuildRequires:  xorg-font-font-util >= 1.4
18 BuildRequires:  xorg-util-util-macros >= 1.20
19 BuildRequires:  xz
20 Requires(post,postun):  fontpostinst
21 Requires:       %{_fontsdir}/misc
22 # contains useful aliases for these fonts
23 Requires:       xorg-font-font-alias >= 1.0.0
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Sony fixed bitmap fonts in ISO-8859-1 (Latin) and JISX 0201.1976
29 (Japanese) encodings.
30
31 %description -l pl.UTF-8
32 Fonty bitmapowe Sony o stałej szerokości znaków w kodowaniach
33 ISO-8859-1 (łacińskim) i JISX 0201.1976 (japońskim).
34
35 %prep
36 %setup -q -n font-sony-misc-%{version}
37
38 %build
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42 %configure \
43 %if "%{_gnu}" != "-gnux32"
44         --build=%{_host} \
45         --host=%{_host} \
46 %endif
47         --with-fontdir=%{_fontsdir}/misc
48
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %post
61 fontpostinst misc
62
63 %postun
64 fontpostinst misc
65
66 %files
67 %defattr(644,root,root,755)
68 %doc COPYING ChangeLog README.md
69 %{_fontsdir}/misc/8x16*.pcf.gz
70 %{_fontsdir}/misc/12x24*.pcf.gz
This page took 0.065874 seconds and 3 git commands to generate.