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

Revision 6011, 8.6 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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