Git init
[framework/uifw/xorg/proto/x11proto-bigreqs.git] / packaging / xorg-x11-proto-bigreqsproto.spec
1
2 Name:       xorg-x11-proto-bigreqsproto
3 Summary:    X.Org X11 Protocol bigreqsproto
4 Version:    1.1.1
5 Release:    1
6 Group:      Development/System
7 License:    MIT
8 URL:        http://www.x.org
9 Source0:    http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-%{version}.tar.gz
10 Provides:   bigreqsproto
11 BuildRequires: pkgconfig(xorg-macros)
12
13
14 %description
15 Description: %{summary}
16
17
18
19 %prep
20 %setup -q -n bigreqsproto-%{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 %files
42 %defattr(-,root,root,-)
43 %{_includedir}/X11/extensions/bigreqstr.h
44 %{_includedir}/X11/extensions/bigreqsproto.h
45 %{_datadir}/pkgconfig/bigreqsproto.pc
46
47 /usr/share/doc/bigreqsproto/*
48
49