resetting manifest requested domain to floor
[platform/upstream/compositeproto.git] / packaging / compositeproto.spec
1 Name:           compositeproto
2 Version:        0.4.2
3 Release:        1
4 License:        MIT
5 Summary:        X
6 Url:            http://www.x.org
7 Group:          Development/System
8 Source0:        %{name}-%{version}.tar.bz2
9 Source1001:     compositeproto.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/*
39 %{_datadir}/pkgconfig/*
40