Initial code release
[adaptation/xorg-drv-mtev.git] / xf86-input-mtev.spec
1
2 # Do NOT Edit the Auto-generated Part!
3 # Generated by: spectacle version 0.19
4
5 # >> macros
6 # << macros
7
8 Name:       xf86-input-mtev
9 Summary:    Multitouch input driver for Xserver
10 Version:    0.1.13
11 Release:    1
12 Group:      System/X Hardware Support
13 License:    GPLv2
14 URL:        http://gitorious.org/xorg-next/xf86-input-mtev
15 Source0:    %{name}-%{version}.tar.gz
16 Source100:  xf86-input-mtev.yaml
17 BuildRequires:  pkgconfig(xorg-server)
18 BuildRequires:  pkgconfig(xkbfile)
19 BuildRequires:  pkgconfig(xproto)
20 BuildRequires:  pkgconfig(inputproto)
21 BuildRequires:  pkgconfig(xrandr)
22 BuildRequires:  pkgconfig(randrproto)
23 BuildRequires:  pkgconfig(xextproto)
24 BuildRequires:  pkgconfig(mtdev)
25
26
27 %description
28 - xf86-input-mtev - This package is a multitouch Xorg input driver
29 supporting MultiTouch protocol
30
31
32
33
34 %prep
35 %setup -q -n %{name}-%{version}
36
37 # >> setup
38 # << setup
39
40 %build
41 # >> build pre
42 # << build pre
43
44
45 make %{?jobs:-j%jobs}
46
47 # >> build post
48 # << build post
49 %install
50 rm -rf %{buildroot}
51 # >> install pre
52 # << install pre
53 %make_install 
54
55 # >> install post
56 # << install post
57
58
59
60
61
62
63 %files
64 %defattr(-,root,root,-)
65 /usr/lib/xorg/modules/input/mtev.so
66 # >> files
67 # << files
68
69 %changelog
70  * Mon Dec 6 2010 James Ketrenos <jketreno@linux.intel.com> 0.1.13
71  - Adapted to use libmtdev to support kernel protocol A and B
72  * Wed Oct 27 2010 Mika Kuoppala <mika.kuoppala@nokia.com> 0.1.12
73  -  Send motion events before button down
74  * Tue Oct 26 2010 Mika Kuoppala <mika.kuoppala@nokia.com> 0.1.11
75  - Added orientation config options: SwapAxes, InvertX, InvertY
76  * Thu Sep 16 2010 Mika Kuoppala <mika.kuoppala@nokia.com> 0.1.10
77  - First rpm release