resetting manifest requested domain to floor
[platform/upstream/fontcacheproto.git] / packaging / fontcacheproto.spec
1 Name:           fontcacheproto
2 Version:        0.1.3
3 Release:        0
4 License:        MIT
5 Summary:        X.org FontcacheProto protocol headers
6 Url:            http://www.x.org
7 Group:          Development/X11 Protocols
8 Source0:        %{name}-%{version}.tar.bz2
9 Source1001:     fontcacheproto.manifest
10
11 BuildRequires:  pkgconfig
12 BuildRequires:  pkgconfig(xorg-macros)
13
14 %description
15 %{summary}.
16
17 %prep
18 %setup -q
19 cp %{SOURCE1001} .
20
21 %build
22 %configure --disable-static \
23              --libdir=%{_datadir} \
24              --without-xmlto
25
26 make %{?_smp_mflags}
27
28 %install
29 %make_install
30
31 %remove_docs
32
33
34 %files
35 %manifest %{name}.manifest
36 %license COPYING
37 %defattr(-,root,root,-)
38 %{_includedir}/X11/extensions/*.h
39 %{_datadir}/pkgconfig/*.pc