tizen 2.4 release
[framework/uifw/xorg/proto/x11proto-present.git] / packaging / xorg-x11-proto-present.spec
1 Name:     xorg-x11-proto-present
2 Summary:  X.Org X11 Protocol presentproto
3 Version:  1.1
4 Release:  1
5 Group:    Development/System
6 License:  MIT
7 URL:      http://www.x.org
8 Source0:  %{name}-%{version}.tar.bz2
9 Source1001:     xorg-x11-proto-present.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
23 %autogen --libdir=%{_datadir}
24
25 make %{?jobs:-j%jobs}
26
27 %install
28 mkdir -p %{buildroot}/usr/share/license
29 cp -af COPYING %{buildroot}/usr/share/license/%{name}
30
31 %make_install
32
33 %remove_docs
34
35 %files
36 %manifest %{name}.manifest
37 %defattr(-,root,root,-)
38 /usr/share/license/%{name}
39 %{_includedir}/X11/extensions/*.h
40 %{_datadir}/pkgconfig/*.pc