]> git.pld-linux.org Git - SPECS.git/blob - xorg-font-font-adobe-utopia-75dpi.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / xorg-font-font-adobe-utopia-75dpi.spec
1 Summary:        Adobe Utopia 75dpi bitmap font
2 Summary(pl.UTF-8):      Font bitmapowy 75dpi Adobe Utopia
3 Name:           xorg-font-font-adobe-utopia-75dpi
4 Version:        1.0.4
5 Release:        2
6 License:        distributable (see COPYING)
7 Group:          Fonts
8 Source0:        http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-75dpi-%{version}.tar.bz2
9 # Source0-md5:  e99276db3e7cef6dccc8a57bc68aeba7
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}/75dpi
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Adobe Utopia 75dpi bitmap font.
26
27 This package includes Unicode font as well as in ISO-8859-1,
28 ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-9, ISO-8859-10,
29 ISO-8859-13, ISO-8859-14 and ISO-8859-15 encodings.
30
31 %description -l pl.UTF-8
32 Font bitmapowy 75dpi Adobe Utopia.
33
34 Ten pakiet zawiera font unikodowy, a także w kodowaniach ISO-8859-1,
35 ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-9, ISO-8859-10,
36 ISO-8859-13, ISO-8859-14 i ISO-8859-15.
37
38 %prep
39 %setup -q -n font-adobe-utopia-75dpi-%{version}
40
41 %build
42 %{__aclocal}
43 %{__autoconf}
44 %{__automake}
45 %configure \
46         --build=%{_host} \
47         --host=%{_host} \
48         --with-fontdir=%{_fontsdir}/75dpi
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %post
62 fontpostinst 75dpi
63
64 %postun
65 fontpostinst 75dpi
66
67 %files
68 %defattr(644,root,root,755)
69 %doc COPYING ChangeLog README
70 %{_fontsdir}/75dpi/UT*.pcf.gz
This page took 1.588957 seconds and 3 git commands to generate.