Slurp up from Tizen:Main
[profile/ivi/xorg-glproto.git] / packaging / xorg-glproto.spec
1
2 Name:       xorg-glproto
3 Summary:    X.Org X11 Protocol glproto
4 Version:    1.4.15
5 Release:    1 
6 Group:      Development/System
7 License:    MIT
8 URL:        http://www.x.org
9 Source0:    %{name}-%{version}.tar.bz2
10 Source1001: packaging/xorg-glproto.manifest 
11 # >> gbp-patch-tags         # auto-added by gbp
12 # << gbp-patch-tags         # auto-added by gbp
13 Provides:   glproto
14
15
16 %description
17 glproto is the protocol for the client to send 3D rendering commands to the X server.
18
19
20
21 %prep
22 %setup -q
23 # >> gbp-apply-patches    # auto-added by gbp
24 # << gbp-apply-patches    # auto-added by gbp
25
26 %build
27 cp %{SOURCE1001} .
28
29 %configure --disable-static \
30     --libdir=%{_datadir}
31
32 make %{?jobs:-j%jobs}
33
34 %install
35 rm -rf %{buildroot}
36 %make_install
37
38
39
40
41
42
43
44 %files
45 %manifest xorg-glproto.manifest
46 %defattr(-,root,root,-)
47 %{_datadir}/pkgconfig/glproto.pc
48 %{_includedir}/GL/glxmd.h
49 %{_includedir}/GL/glxtokens.h
50 %{_includedir}/GL/glxproto.h
51 %{_includedir}/GL/internal
52 %{_includedir}/GL/internal/glcore.h
53 %{_includedir}/GL/glxint.h
54
55
56 %changelog
57 * Wed Feb 8 2012 Rusty Lynch <rusty.lynch@intel.com> - 1.4.15
58 - Updated to 1.4.15
59 * Mon Jun  6 2011 Liu, Xinyun <xinyun.liu@intel.com> - 1.4.13
60 - Updated to 1.4.13. git-6d7e3981
61 * Sat Oct  9 2010 Liu Xinyun <xinyun.liu@intel.com> - 1.4.12
62 - Update to 1.4.12
63 * Fri Feb  5 2010 Peng Li <peng.li@intel.com> 1.4.11
64 - glproto 1.4.11
65 * Thu Dec 18 2008 Peng Li <peng.li@intel.com> 1.4.9
66 - initial import