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