]> git.pld-linux.org Git - packages/xorg-font-font-adobe-100dpi.git/blob - xorg-font-font-adobe-100dpi.spec
423b2530a1319ce6435d9c1a49cb00a741fced4f
[packages/xorg-font-font-adobe-100dpi.git] / xorg-font-font-adobe-100dpi.spec
1 Summary:        Adobe 100dpi bitmap fonts
2 Summary(pl.UTF-8):      Fonty bitmapowe Adobe 100dpi
3 Name:           xorg-font-font-adobe-100dpi
4 Version:        1.0.3
5 Release:        2
6 License:        MIT
7 Group:          Fonts
8 Source0:        http://xorg.freedesktop.org/releases/individual/font/font-adobe-100dpi-%{version}.tar.bz2
9 # Source0-md5:  1347c3031b74c9e91dc4dfa53b12f143
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 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Adobe 100dpi bitmap fonts: Courier, Helvetica, New Century Schoolbook,
26 Symbol and Times.
27
28 This package includes Unicode fonts as well as in ISO-8859-1,
29 ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-9, ISO-8859-10,
30 ISO-8859-13, ISO-8859-14 and ISO-8859-15 encodings.
31
32 %description -l pl.UTF-8
33 Fonty bitmapowe Adobe 100dpi: Courier, Helvetica, New Century
34 Schoolbook, Symbol i Times.
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-adobe-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/cour*.pcf.gz
73 %{_fontsdir}/100dpi/helv*.pcf.gz
74 %{_fontsdir}/100dpi/ncen*.pcf.gz
75 %{_fontsdir}/100dpi/symb*.pcf.gz
76 %{_fontsdir}/100dpi/tim*.pcf.gz
This page took 0.050291 seconds and 2 git commands to generate.