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