]> git.pld-linux.org Git - SPECS.git/blob - xorg-font-font-dec-misc.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / xorg-font-font-dec-misc.spec
1 Summary:        DEC bitmap fonts
2 Summary(pl.UTF-8):      Fonty bitmapowe DEC
3 Name:           xorg-font-font-dec-misc
4 Version:        1.0.3
5 Release:        2
6 License:        MIT
7 Group:          Fonts
8 Source0:        http://xorg.freedesktop.org/releases/individual/font/font-dec-misc-%{version}.tar.bz2
9 # Source0-md5:  6e7c5108f1b16d7a1c7b2c9760edd6e5
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  xorg-app-bdftopcf
14 BuildRequires:  xorg-app-mkfontdir
15 BuildRequires:  xorg-app-mkfontscale
16 BuildRequires:  xorg-font-font-util >= 1.2
17 BuildRequires:  xorg-util-util-macros >= 1.3
18 Requires(post,postun):  fontpostinst
19 Requires:       %{_fontsdir}/misc
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 DEC cursor and session bitmap fonts.
25
26 %description -l pl.UTF-8
27 Fonty bitmapowe DEC cursor i session.
28
29 %prep
30 %setup -q -n font-dec-misc-%{version}
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure \
37         --build=%{_host} \
38         --host=%{_host} \
39         --with-fontdir=%{_fontsdir}/misc
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %post
53 fontpostinst misc
54
55 %postun
56 fontpostinst misc
57
58 %files
59 %defattr(644,root,root,755)
60 %doc COPYING ChangeLog README
61 %{_fontsdir}/misc/dec*.pcf.gz
This page took 0.034718 seconds and 3 git commands to generate.