source: projects/specs/trunk/x/xorg-x11-drv-synaptics/xorg-x11-drv-synaptics-vl.spec @ 5089

Revision 5089, 8.5 KB checked in by Takemikaduchi, 13 years ago (diff)

xserver-1.11.1.902 (1.11.2 RC2)

Line 
1%define tarball xf86-input-synaptics
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir %{moduledir}/input
4
5Name:           xorg-x11-drv-synaptics
6Summary:        Xorg X11 synaptics input driver
7Summary(ja):    Xorg X11 synaptics 入力ドライバ
8Version:        1.5.0
9Release:        1%{?_dist_release}
10URL:            http://www.x.org
11License:        MIT
12Group:          User Interface/X Hardware Support
13
14Source0:        ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
15
16Source1:        50-synaptics.conf
17
18BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
19ExcludeArch:    s390 s390x
20BuildRequires:  libtool, pkgconfig
21BuildRequires:  xorg-x11-server-sdk >= 1.6.0
22BuildRequires:  libX11-devel, libXi-devel, libXext-devel
23BuildRequires:  xorg-x11-util-macros >= 1.3.0
24Requires:       xorg-x11-server-Xorg
25
26Provides:       synaptics = %{version}-%{release}
27Obsoletes:      synaptics < 0.15.0
28
29Vendor: Project Vine
30Distribution: Vine Linux
31
32%description
33This is a driver for the Synaptics TouchPad for X.Org. A Synaptics touchpad by
34default operates in compatibility mode by emulating a standard mouse. However,
35by using a dedicated driver, more advanced features of the touchpad becomes
36available.
37
38Features:
39
40    * Movement with adjustable, non-linear acceleration and speed.
41    * Button events through short touching of the touchpad.
42    * Double-Button events through double short touching of the touchpad.
43    * Dragging through short touching and holding down the finger on the
44      touchpad.
45    * Middle and right button events on the upper and lower corner of the
46      touchpad.
47    * Vertical scrolling (button four and five events) through moving the
48      finger on the right side of the touchpad.
49    * The up/down button sends button four/five events.
50    * Horizontal scrolling (button six and seven events) through moving the
51      finger on the lower side of the touchpad.
52    * The multi-buttons send button four/five events, and six/seven events for
53      horizontal scrolling.
54    * Adjustable finger detection.
55      Multifinger taps: two finger for middle button and three finger for
56      right button events. (Needs hardware support. Not all models implement
57      this feature.)
58    * Run-time configuration using shared memory. This means you can change
59      parameter settings without restarting the X server.
60
61%description -l ja
62Synaptics は XOrg 用の Synaptics タッチパッドドライバです。Synaptics タッチ
63パッドはデフォルトでは標準マウスをエミュレートし互換モードで動作します。
64しかしこの専用ドライバを使用することで、より多くの機能が使用できるようになり
65ます。
66
67機能:
68    * スピードと加速の調整が可能。
69    * タッチパッドに短く触れたらクリック。
70    * タッチパッドに2度短く触れたらダブルクリック。
71    * タッチパッドに短く触れた後、指を下ろしたまま移動させたらドラッグ。
72    * タッチパッドの上下のコーナーに中ボタンと右ボタンを割り当て。
73    * タッチパッドの右端を上下になぞる事で縦スクロール。
74      (ボタン4及びボタン5として動作)
75    * 上下ボタンをボタン4及びボタン5として動作。
76    * タッチパッドの下端を左右になぞることで横スクロール。
77      (ボタン6及びボタン7として動作)
78    * 複数ボタンがある場合は横スクロール用にボタン4/5とボタン6/7として動作。
79    * 感度の調整が可能。
80    * 複数の指によるタップ: 二本指を中ボタン、三本指を右ボタンに割り当て。
81      (ハードウェアのサポートが必要。全てのタッチパッドで動作する訳では無い)
82    * 共有メモリによる実行中の設定変更が可能。これにより X の再起動無しに
83      設定を変更することができる。
84
85%prep
86%setup -q -n %{tarball}-%{version}
87
88%build
89autoreconf -v --install --force || exit 1
90%configure --disable-static
91make %{?_smp_mflags}
92
93%install
94rm -rf $RPM_BUILD_ROOT
95
96make install DESTDIR=$RPM_BUILD_ROOT
97
98# FIXME: Remove all libtool archives (*.la) from modules directory.  This
99# should be fixed in upstream Makefile.am or whatever.
100find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
101
102# install xorg.conf snippet
103install -d $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/
104install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/
105
106
107%clean
108rm -rf $RPM_BUILD_ROOT
109
110%files
111%defattr(-,root,root,-)
112%doc COPYING README
113%{_datadir}/X11/xorg.conf.d/*.conf
114%{driverdir}/synaptics_drv.so
115%{_bindir}/synclient
116%{_bindir}/syndaemon
117%{_mandir}/man4/synaptics.4*
118%{_mandir}/man1/synclient.1*
119%{_mandir}/man1/syndaemon.1*
120%{_includedir}/xorg/synaptics-properties.h
121%{_includedir}/xorg/synaptics.h
122%{_libdir}/pkgconfig/xorg-synaptics.pc
123
124%changelog
125* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-1
126- new upstream release
127
128* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
129- new upstream release
130
131* Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
132- new upstream release
133
134* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.99.901-1
135- new upstream release
136
137* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.0-2
138- rebuild with xserver-1.9.2
139
140* Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.0-1
141- new upstream release
142
143* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-3
144- rebuild with rpm-4.8.1 for pkg-config file
145
146* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-2
147- move xorg.conf snippet to /usr/share/X11/xorg.conf.d
148
149* Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1
150- update to 1.2.2
151- drop hal support
152  - drop hal fdi policy
153  - remove R: hal
154- add xorg.conf snippet
155
156* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-3
157- rebuild with xserver-1.8rc (x86_64)
158
159* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-2
160- rebuild with xserver-1.8rc
161
162* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
163- new upstream release
164
165* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-1
166- new upstream release
167- add BR: xorg-x11-util-macros >= 1.3.0
168
169* Sat Jun 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.2-1
170- new upstream release
171- remove Patch10: SHMconfig is not needed
172
173* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1
174- new upstream release
175
176* Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.3-1
177- new upstream release
178
179* Mon Nov 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.1-1
180- new upstream release
181
182* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.2-2
183- use bundled fdi
184- add patch10 to enable SHMConfig on all synaptics devices.
185
186* Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.2-1
187- new upstream release
188
189* Tue Sep 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.1-1
190- new upstream version released from x.org
191- rename to xorg-x11-drv-synaptics
192- add Obsoletes/Provides synaptics
193- add patch1,2 from fedora
194  - patch1: reserve 5% on each side for edge detection.
195  - patch2: force a click if middle button emulation times out during ReadInput cycle.
196
197* Tue Jul  8 2008 Shu KONNO <owa@bg.wakwak.com> 0.14.6.20070706-3
198- fixed synaptics_drv.so path by using %%{_libdir}
199
200* Sun Jul  6 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.14.6.20070706-2
201- add Patch0; add BuildRequires: libpciaccess-devel
202- built with xorg-x11-server-1.4.99.905
203
204* Fri May 23 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.14.6.20070706-1
205- updated to newest git upstream (cd6a1225ec319cad9788e8fba158d9792b55de23)
206- built with xorg-x11
207- spec encoding converted to UTF-8
208
209* Wed Jul 19 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.14.6-0vl1
210- source update.
211- build for VineSeed (4.0) Plus.
212
213* Sun Jun 18 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.14.5-0vl0
214- build for Vine Plus/3.0.
215
216* Sun Jun 18 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.14.5-0vl1
217- source update.
218- build for VineSeed Plus.
219
220* Sat Jan 23 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.14.4-0vl3
221- add man page synaptics.5.
222- build for VineSeed Plus.
223
224* Sat Jan 21 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.14.4-0vl0
225- build for Vine Plus/3.0.
226
227* Sat Jan 21 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.14.4-0vl1
228- source update.
229- build for VineSeed Plus.
230
231* Sun Apr 03 2005 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.14.1-0vl0
232- build for Vine Plus/3.0.
233
234* Thu Mar 31 2005 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.14.1-0vl1
235- initial build for VineSeed Plus.
Note: See TracBrowser for help on using the repository browser.