blob: 0b483c10265229dfd933b4c730df5b1d8214f49d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
Name: mkfontdir
Version: 1.0.7
Release: 1
License: MIT
Summary: Utility to create index of X font files
Url: http://xorg.freedesktop.org/
Group: System/X11/Utilities
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Source1001: mkfontdir.manifest
BuildRequires: pkg-config
BuildRequires: pkgconfig(xorg-macros) >= 1.8
# mkfontdir is just a wrapper around mkfontscale and won't do anything on it's own.
Requires: mkfontscale
Conflicts: xorg-x11 <= 7.6
%description
mkfontdir creates the fonts.dir files needed by the legacy X server
core font system. The current implementation is a simple wrapper script
around the mkfontscale program, which must be built and installed first.
%prep
%setup -q
cp %{SOURCE1001} .
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%manifest %{name}.manifest
%defattr(-,root,root)
%doc ChangeLog COPYING README
%{_bindir}/mkfontdir
%{_mandir}/man1/mkfontdir.1%{?ext_man}
%changelog
|