Git init
[framework/uifw/xorg/proto/x11proto-damage.git] / packaging / xorg-x11-proto-damageproto.spec
1
2 Name:       xorg-x11-proto-damageproto
3 Summary:    X.Org X11 Protocol damageproto
4 Version:    1.2.1
5 Release:    1.5
6 Group:      Development/System
7 License:    MIT
8 URL:        http://www.x.org
9 Source0:    http://xorg.freedesktop.org/releases/individual/proto/damageproto-%{version}.tar.gz
10 Provides:   damageproto
11 BuildRequires: pkgconfig(xorg-macros)
12
13
14 %description
15 Description: %{summary}
16
17
18
19 %prep
20 %setup -q -n damageproto-%{version}
21
22
23 %build
24
25 %reconfigure --disable-static \
26     --libdir=%{_datadir}
27
28 make %{?jobs:-j%jobs}
29
30 %install
31 rm -rf %{buildroot}
32 %make_install 
33
34
35
36
37
38
39
40 %files
41 %defattr(-,root,root,-)
42 %{_includedir}/X11/extensions/damageproto.h
43 %{_includedir}/X11/extensions/damagewire.h
44 %{_datadir}/pkgconfig/damageproto.pc
45 %doc %{_datadir}/doc/damageproto
46
47