]> git.pld-linux.org Git - packages/xorg-font-font-bh-100dpi.git/blob - xorg-font-font-bh-100dpi.spec
- release 2 (by relup.sh)
[packages/xorg-font-font-bh-100dpi.git] / xorg-font-font-bh-100dpi.spec
1 Summary:        Bigelow & Holmes Lucida 100dpi bitmap fonts
2 Summary(pl.UTF-8):      Fonty bitmapowe 100dpi Bigelow & Holmes Lucida
3 Name:           xorg-font-font-bh-100dpi
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-bh-100dpi-%{version}.tar.bz2
9 # Source0-md5:  9f11ade089d689b9d59e0f47d26f39cd
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-app-bdftopcf
15 BuildRequires:  xorg-app-mkfontdir
16 BuildRequires:  xorg-app-mkfontscale
17 BuildRequires:  xorg-font-font-util >= 1.2
18 BuildRequires:  xorg-util-util-macros >= 1.3
19 Requires(post,postun):  fontpostinst
20 Requires:       %{_fontsdir}/100dpi
21 # contains useful aliases for these fonts
22 Requires:       xorg-font-font-alias >= 1.0.0
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Bigelow & Holmes Lucida 100dpi bitmap fonts.
28
29 This package includes Unicode fonts as well as in ISO-8859-1,
30 ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-9, ISO-8859-10,
31 ISO-8859-13, ISO-8859-14 and ISO-8859-15 encodings.
32
33 %description -l pl.UTF-8
34 Fonty bitmapowe 100dpi Bigelow & Holmes Lucida.
35
36 Ten pakiet zawiera fonty unikodowe, a także w kodowaniach ISO-8859-1,
37 ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-9, ISO-8859-10,
38 ISO-8859-13, ISO-8859-14 i ISO-8859-15.
39
40 %prep
41 %setup -q -n font-bh-100dpi-%{version}
42
43 %build
44 %{__aclocal}
45 %{__autoconf}
46 %{__automake}
47 %configure \
48         --build=%{_host} \
49         --host=%{_host} \
50         --with-fontdir=%{_fontsdir}/100dpi
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %post
64 fontpostinst 100dpi
65
66 %postun
67 fontpostinst 100dpi
68
69 %files
70 %defattr(644,root,root,755)
71 %doc COPYING ChangeLog README
72 %{_fontsdir}/100dpi/lu*.pcf.gz
This page took 0.095299 seconds and 3 git commands to generate.