2163f0b7ed40c62562fb6e00f51677da29a06db5
[framework/uifw/xorg/proto/x11proto-gesture.git] / packaging / x11proto-gesture.spec
1 #sbs-git:slp/pkgs/xorg/proto/x11proto-gesture x11proto-gesture 0.1.0 db31c7fee9bc0d164b695505aa48a9c649c1593c
2 Name:       x11proto-gesture 
3 Summary:    X.Org X11 Protocol gestureproto  
4 Version: 0.1.0
5 Release:    1  
6 Group:      Development/System  
7 License:    MIT  
8 URL:        http://www.x.org  
9 Source0:    %{name}-%{version}.tar.gz
10 Provides:   gestureproto  
11   
12 BuildRoot:  %{_tmppath}/%{name}-%{version}-build  
13 BuildRequires:  pkgconfig(xorg-macros)  
14   
15 %description  
16 This package provides development headers describing the wire protocol  
17 for the Gesture extension, used to control all manner of options related  
18 to gesture event handling.  
19   
20 More information about X.Org can be found at:  
21 <URL:http://www.X.org>  
22 <URL:http://xorg.freedesktop.org>  
23 <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>  
24   
25 This package is built from the X.org gestureproto proto module.  
26   
27 %prep  
28 %setup -q
29   
30 %build  
31   
32 %reconfigure --disable-shared   
33   
34 # Call make instruction with smp support  
35 make %{?jobs:-j%jobs}  
36   
37 %install  
38 rm -rf %{buildroot}  
39 %make_install  
40   
41 %clean  
42 rm -rf %{buildroot}  
43
44 %files  
45 %{_libdir}/pkgconfig/gestureproto.pc  
46 %{_includedir}/X11/extensions/*.h