]> git.pld-linux.org Git - packages/xorg-font-font-dec-misc.git/blob - xorg-font-font-dec-misc.spec
- updated to 1.0.4
[packages/xorg-font-font-dec-misc.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.4
5 Release:        1
6 License:        MIT
7 Group:          Fonts
8 Source0:        https://xorg.freedesktop.org/releases/individual/font/font-dec-misc-%{version}.tar.xz
9 # Source0-md5:  25c16b45005a7cc7094bc854517c0402
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  tar >= 1:1.22
14 BuildRequires:  xorg-app-bdftopcf
15 BuildRequires:  xorg-app-mkfontdir
16 BuildRequires:  xorg-app-mkfontscale
17 BuildRequires:  xorg-font-font-util >= 1.4
18 BuildRequires:  xorg-util-util-macros >= 1.20
19 BuildRequires:  xz
20 Requires(post,postun):  fontpostinst
21 Requires:       %{_fontsdir}/misc
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 DEC cursor and session bitmap fonts.
27
28 %description -l pl.UTF-8
29 Fonty bitmapowe DEC cursor i session.
30
31 %prep
32 %setup -q -n font-dec-misc-%{version}
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure \
39 %if "%{_gnu}" != "-gnux32"
40         --build=%{_host} \
41         --host=%{_host} \
42 %endif
43         --with-fontdir=%{_fontsdir}/misc
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %post
57 fontpostinst misc
58
59 %postun
60 fontpostinst misc
61
62 %files
63 %defattr(644,root,root,755)
64 %doc COPYING ChangeLog README.md
65 %{_fontsdir}/misc/dec*.pcf.gz
This page took 0.099805 seconds and 3 git commands to generate.