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