]> git.pld-linux.org Git - packages/xorg-font-font-bh-ttf.git/blob - xorg-font-font-bh-ttf.spec
e18a38c1daa0b423f1182b35756424632c3b6346
[packages/xorg-font-font-bh-ttf.git] / xorg-font-font-bh-ttf.spec
1 Summary:        Bigelow & Holmes Luxi font in TrueType format
2 Summary(pl.UTF-8):      Font Bigelow & Holmes Luxi w formacie TrueType
3 Name:           xorg-font-font-bh-ttf
4 Version:        1.0.3
5 Release:        3
6 License:        distributable if unmodified
7 Group:          Fonts
8 Source0:        http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-%{version}.tar.bz2
9 # Source0-md5:  e8ca58ea0d3726b94fe9f2c17344be60
10 Patch0:         fontconfig-2.10.patch
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake
14 BuildRequires:  fontconfig
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}/TTF
21 Requires:       fontconfig >= 1:2.10.1
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Bigelow & Holmes Luxi font in TrueType format.
27
28 %description -l pl.UTF-8
29 Font Bigelow & Holmes Luxi w formacie TrueType.
30
31 %prep
32 %setup -q -n font-bh-ttf-%{version}
33 %patch0 -p1
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %configure \
40         --build=%{_host} \
41         --host=%{_host} \
42         --with-fontdir=%{_fontsdir}/TTF
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %post
56 fontpostinst TTF
57
58 %postun
59 fontpostinst TTF
60
61 %files
62 %defattr(644,root,root,755)
63 %doc COPYING ChangeLog README
64 %{_fontsdir}/TTF/luxi*.ttf
65 %{_datadir}/fontconfig/conf.avail/42-luxi-mono.conf
66 %config(noreplace,missingok) %verify(not link md5 mtime size) /etc/fonts/conf.d/42-luxi-mono.conf
This page took 0.042548 seconds and 2 git commands to generate.