Git init
[framework/uifw/xorg/proto/x11proto-dmx.git] / packaging / xorg-x11-proto-dmxproto.spec
1
2 Name:       xorg-x11-proto-dmxproto
3 Summary:    X.Org X11 Protocol dmxproto
4 Version:    2.3
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/dmxproto-%{version}.tar.gz
10 Provides:   dmxproto
11 BuildRequires: pkgconfig(xorg-macros)
12
13 %description
14 Description: %{summary}
15
16
17
18 %prep
19 %setup -q -n dmxproto-%{version}
20
21
22 %build
23
24 %reconfigure --disable-static \
25     --libdir=%{_datadir}
26
27 make %{?jobs:-j%jobs}
28
29 %install
30 rm -rf %{buildroot}
31 %make_install 
32
33
34
35
36 %files
37 %defattr(-,root,root,-)
38 %{_includedir}/X11/extensions/dmx.h
39 %{_includedir}/X11/extensions/dmxproto.h
40 %{_datadir}/pkgconfig/dmxproto.pc
41
42