source: projects/specs/trunk/x/xorg-x11-drv-mtrack/xorg-x11-drv-mtrack-vl.spec @ 10229

Revision 10229, 2.6 KB checked in by Takemikaduchi, 8 years ago (diff)

xserver-1.18.3

Line 
1%define tarball BlueDragonX-xf86-input-mtrack
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/input
4%define githash 71abf32
5
6Summary:   Xorg X11 Multitouch Trackpad Driver
7Summary(ja):   Xorg X11 マルチタッチトラックパッド用ドライバ
8Name:      xorg-x11-drv-mtrack
9Version:   0.2.0
10Release:   9.git%{githash}%{?_dist_release}
11URL:       https://github.com/BlueDragonX/xf86-input-mtrack
12License:   GPLv2+
13Group:     User Interface/X Hardware Support
14
15Source0:   %{tarball}-v%{version}-1-g%{githash}.tar.gz
16Patch0:    xf86-input-mtrack_0.2.0-3.debian-drop-mtrack-test.patch
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
19BuildRequires: xorg-x11-server-sdk
20BuildRequires: libxkbfile-devel
21BuildRequires: xorg-x11-util-macros >= 1.3.0
22BuildRequires: mtdev-devel >= 1.0.10
23Requires:  xorg-x11-server-Xorg
24Requires:  mtdev >= 1.0.10
25
26Vendor: Project Vine
27Distribution: Vine Linux
28
29%description
30This X input driver provides gestures support for multitouch touchpads,
31with or without an integrated button.
32
33%prep
34%setup -q -n %{tarball}-%{githash}
35%patch0 -p1 -b .mtrack
36
37%build
38aclocal
39autoheader
40autoconf
41libtoolize --copy --force
42automake -a --gnu --include-deps
43%configure --disable-static
44make
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49make install DESTDIR=$RPM_BUILD_ROOT
50
51# FIXME: Remove all libtool archives (*.la) from modules directory.  This
52# should be fixed in upstream Makefile.am or whatever.
53find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(-,root,root,-)
60%doc COPYING CREDITS README.md
61%{driverdir}/mtrack_drv.so
62
63%changelog
64* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-9.71abf32
65- rebuild with xserver-1.18.3
66
67* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-8.71abf32
68- rebuild with xserver-1.17.2
69
70* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-7.71abf32
71- rebuild with xserver-1.16.2
72
73* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-6.71abf32
74- rebuild with xserver-1.15.2
75
76* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-5.71abf32
77- rebuild with VineSeed environment
78
79* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-4.71abf32
80- rebuild with xserver-1.14.1
81
82* Mon May 21 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.2.0-3.71abf32
83- added xf86-input-mtrack_0.2.0-3.debian-drop-mtrack-test.patch from Debian sid
84
85* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-2.71abf32
86- rebuild with xserver-1.11.1.902
87
88* Fri Sep 23 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.2.0-1.71abf32
89- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.