resetting manifest requested domain to floor
[platform/upstream/bigreqsproto.git] / packaging / bigreqsproto.spec
1 Name:     bigreqsproto
2 Summary:  X.Org X11 Protocol bigreqsproto
3 Version:  1.1.2
4 Release:  1
5 Group:    Development/System
6 License:  MIT
7 URL:      http://www.x.org
8 Source0:  %{name}-%{version}.tar.bz2
9 Source1001:     bigreqsproto.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 %{?jobs:-j%jobs}
27
28 %install
29 %make_install
30
31 %remove_docs
32
33 %files
34 %manifest %{name}.manifest
35 %license COPYING
36 %defattr(-,root,root,-)
37 %{_includedir}/X11/extensions/*
38 %{_datadir}/pkgconfig/*
39