source: projects/specs/trunk/x/xorg-x11-drv-vmmouse/xorg-x11-drv-vmmouse-vl.spec @ 12392

Revision 12392, 6.0 KB checked in by tomop, 4 years ago (diff)

updated 23 packages

hwdata-0.334-1

libX11-1.6.9-1

libXvMC-1.0.12-1

libevdev-1.8.0-1

libinput-1.15.5-1

libwacom-1.3-1

xorg-x11-drv-amdgpu-19.1.0-1

xorg-x11-drv-dummy-0.3.8-2

xorg-x11-drv-evdev-2.10.6-1

xorg-x11-drv-fbdev-0.5.0-1

xorg-x11-drv-intel-2.99.917-6.20200502

xorg-x11-drv-keyboard-1.9.0-2

xorg-x11-drv-mga-2.0.0-1

xorg-x11-drv-mouse-1.9.3-1

xorg-x11-drv-nouveau-1.0.16-1

xorg-x11-drv-synaptics-1.9.1-1

xorg-x11-drv-vesa-2.4.0-1

xorg-x11-drv-vmmouse-13.1.0-4

xorg-x11-drv-vmware-13.3.0-1

xorg-x11-drv-void-1.4.1-6

xorg-x11-drv-wacom-0.39.0-1

xorg-x11-proto-devel-2019.2-1

xorg-x11-server-1.20.8-1

Line 
1%define tarball xf86-input-vmmouse
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/input
4
5Summary:        Xorg X11 vmmouse input driver
6Summary(ja):    Xorg X11 vmmouse 入力ドライバ
7Name:           xorg-x11-drv-vmmouse
8Version:        13.1.0
9Release:        4%{?_dist_release}
10Group:          User Interface/X Hardware Support
11Vendor:         Project Vine
12Distribution:   Vine Linux
13
14License:        MIT
15URL:            http://www.x.org
16BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
17Source0:        https://www.x.org/archive/individual/driver/%{tarball}-%{version}.tar.bz2
18
19BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
20# Yes, this is not the same as vmware.  Yes, this is intentional.
21ExclusiveArch: %{ix86} x86_64
22
23BuildRequires:  xorg-x11-server-sdk
24BuildRequires:  eudev-libudev-devel
25
26Requires:       xorg-x11-server-Xorg
27
28%description
29X.Org X11 vmmouse input driver.
30
31%prep
32%setup -q -n %{tarball}-%{version}
33
34%build
35%configure --disable-static --with-udev-rules-dir=/lib/udev/rules.d
36make %{?_smp_mflags}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40make install DESTDIR=$RPM_BUILD_ROOT
41
42# FIXME: Remove all libtool archives (*.la) from modules directory.  This
43# should be fixed in upstream Makefile.am or whatever.
44find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
45
46# Don't need HAL no more
47rm -rf $RPM_BUILD_ROOT/%{_libdir}/hal/hal-probe-vmmouse
48rm -rf $RPM_BUILD_ROOT/%{_datadir}/hal/fdi/
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(-,root,root,-)
55%{_bindir}/vmmouse_detect
56%{driverdir}/vmmouse_drv.so
57%{_mandir}/man1/vmmouse_detect.1*
58%{_mandir}/man4/vmmouse.4*
59%{_datadir}/X11/xorg.conf.d/*.conf
60/lib/udev/rules.d/69-xorg-vmmouse.rules
61
62%changelog
63* Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.1.0-4
64- rebuilt with xserver-1.20.8.
65
66* Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 13.1.0-3
67- rebuild with xserver-1.19.6
68
69* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.1.0-2
70- rebuild with xserver-1.18.3
71
72* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.1.0-1
73- new upstream release
74- remove Patch2
75
76* Fri Apr 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 13.0.0-5
77- dropt hal files, since hal is very old
78- added Patch2 from Fedora
79
80* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.0.0-4
81- rebuild with xserver-1.16.2
82
83* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.0.0-3
84- rebuild with xserver-1.15.2
85- change BuildRequires: eudev-libudev-devel instead of libudev-devel
86
87* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.0.0-2
88- rebuild with VineSeed environment
89
90* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.0.0-1
91- new upstream release
92- add BuildRequires: libudev-devel
93
94* Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.9.0-1
95- new upstream release
96
97* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.8.0-2
98- rebuild with xserver-1.12.0
99
100* Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.8.0-1
101- new upstream release
102
103* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.7.0-2
104- rebuild with xserver-1.11.1.902
105
106* Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.7.0-1
107- new upstream release
108
109* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.99.901-1
110- new upstream release
111
112* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.10-2
113- rebuild with xserver-1.9.2
114
115* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.10-1
116- new upstream release
117
118* Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.9-1
119- new upstream release
120- add files (udev/rules.d script and xorg.conf snippet)
121
122* Fri Mar 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 12.6.7-2
123- rebuilt with xserver-1.8rc
124
125* Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.7-1
126- new upstream release
127
128* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.6-1
129- new upstream release
130
131* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.5-1
132- new upstream release
133
134* Wed May 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.4-1
135- new upstream release
136
137* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.3-1
138- new upstream release
139
140* Tue Nov 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.2-1
141- new upstream release
142
143* Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.1-1
144- new upstream release
145
146* Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.0-1
147- new upstream release
148
149* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 12.5.0-1
150- initial build for Vine Linux
151
152* Thu Mar 20 2008 Adam Jackson <ajax@redhat.com> 12.5.0-1
153- vmmouse 12.5.0
154
155* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 12.4.3-4
156- Autorebuild for GCC 4.3
157
158* Wed Jan  2 2008 Jeremy Katz <katzj@redhat.com> - 12.4.3-3
159- Add workaround for xserver not calling convert_proc in input drivers
160  anymore (patch from Joerg Platte on debian xmaint list)
161
162* Tue Dec 18 2007 Jeremy Katz <katzj@redhat.com> - 12.4.3-2
163- Rebuild for new xserver
164
165* Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 12.4.3-1
166- xf86-input-vmmouse 12.4.3
167
168* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 12.4.2-1
169- xf86-input-vmmouse 12.4.2
170
171* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 12.4.0-4
172- Rebuild for build ID
173
174* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 12.4.0-3
175- Update Requires and BuildRequires.  Disown the module directories.
176
177* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
178- rebuild
179
180* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 12.4.0-1
181- Update to 12.4.0 from 7.1RC1.
182
183* Wed Mar 29 2006 Adam Jackson <ajackson@redhat.com> 12.3.2.0-4
184- Don't build on ia64, as per comments in the source.
185
186* Wed Mar 29 2006 Adam Jackson <ajackson@redhat.com> 12.3.2.0-3
187- Rebump to appease beehive.
188
189* Wed Mar 29 2006 Adam Jackson <ajackson@redhat.com> 12.3.2.0-1
190- Bump to 12.3.2.0 from upstream (LP64 fixes).
191
192* Sun Feb  5 2006 Mike A. Harris <mharris@redhat.com> 12.3.1.0-1
193- Initial spec file for vmmouse input driver, using xorg-x11-drv-mouse.spec
194  version 1.0.3.1-1 as a template.
Note: See TracBrowser for help on using the repository browser.