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

Revision 12392, 6.5 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-mouse
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/input
4
5Summary:        Xorg X11 mouse input driver
6Summary(ja):    Xorg X11 マウス入力ドライバ
7Name:           xorg-x11-drv-mouse
8Version:        1.9.3
9Release:        1%{?_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
20BuildRequires:  xorg-x11-server-sdk >= 1.6.0
21Requires:       xorg-x11-server-Xorg
22
23%description
24X.Org X11 mouse input driver.
25
26
27%package        devel
28Summary:        Xorg X11 mouse input driver development package
29Group:          Development/Libraries
30
31Requires:       xorg-x11-server-sdk
32Requires:       pkgconfig
33
34%description    devel
35X.Org X11 mouse input driver development files.
36
37
38%prep
39%setup -q -n %{tarball}-%{version}
40
41%build
42%configure --disable-static
43make
44
45%install
46rm -rf $RPM_BUILD_ROOT
47make install DESTDIR=$RPM_BUILD_ROOT
48
49# FIXME: Remove all libtool archives (*.la) from modules directory.  This
50# should be fixed in upstream Makefile.am or whatever.
51find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(-,root,root,-)
58%{driverdir}/mouse_drv.so
59%{_mandir}/man4/mousedrv.4*
60
61%files devel
62%defattr(-,root,root,-)
63%{_includedir}/xorg/xf86-mouse-properties.h
64%{_libdir}/pkgconfig/xorg-mouse.pc
65
66
67%changelog
68* Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.3-1
69- new upstream release.
70- built with xserver-1.20.8.
71
72* Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.9.2-1
73- new upstream release
74- build with xorg 1.19.6
75
76* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.1-3
77- rebuild with xserver-1.18.3
78
79* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.1-2
80- rebuild with xserver-1.17.2
81
82* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.1-1
83- new upstream release
84
85* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.0-3
86- rebuild with xserver-1.15.2
87
88* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.0-2
89- rebuild with VineSeed environment
90
91* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.0-1
92- new upstream release
93
94* Sun Aug 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
95- new upstream release
96- create -devel subpackage
97
98* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.2-1
99- new upstream release
100
101* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-2
102- rebuild with xserver-1.11.1.902
103
104* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-1
105- new upstream release
106
107* Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.0-1
108- new upstream release
109
110* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.99.901-1
111- new upstream release
112
113* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
114- rebuild with xserver-1.9.2
115
116* Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
117- new upstream release
118
119* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-2
120- rebuild with xserver-1.8rc
121
122* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-1
123- new upstream release
124
125* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-2
126- rebuild with X server 1.6.0
127
128* Tue Jan 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
129- new upstream release
130
131* Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2
132- rebuild with new xserver
133
134* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
135- new upstream release
136
137* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-1
138- new versioning policy
139
140* Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> -0vl1
141- initial build for Vine Linux
142
143* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.2.3-3
144- Require xserver 1.4.99.1
145
146* Fri Nov 09 2007 Adam Jackson <ajax@redhat.com> 1.2.3-2
147- mouse-1.2.3-sleep-less.patch: Don't usleep(300000) at exit.
148
149* Wed Oct 17 2007 Adam Jackson <ajax@redhat.com> 1.2.3-1
150- xf86-input-mouse 1.2.3
151
152* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.2.2-1
153- xf86-input-mouse 1.2.2
154
155* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.2.1-4
156- Rebuild for PPC toolchain bug
157
158* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.2.1-3
159- Update Requires and BuildRequires.  Disown the module directories.
160
161* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.2.1-2
162- ExclusiveArch -> ExcludeArch
163
164* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.2.1-1
165- Update to 1.2.1
166
167* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
168- rebuild
169
170* Thu Jun 15 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1
171- Update to 1.1.1
172
173* Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-3
174- Build on ppc64
175
176* Wed May 17 2006 Kristian H淡gsberg <krh@redhat.com> - 1.1.0-2
177- Add missing build requires (#192047).
178
179* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
180- Update to 1.1.0 from 7.1RC1.
181
182* Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 1.0.4-1
183- Updated to new upstream driver version mouse-1.0.4.
184
185* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.3.1-1.2
186- bump again for double-long bug on ppc(64)
187
188* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.3.1-1.1
189- rebuilt for new gcc4.1 snapshot and glibc changes
190
191* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.3.1-1
192- Updated xorg-x11-drv-mouse to version 1.0.3.1 from X11R7.0
193- Rename temporary name of mouse manpage, to close (#178744)
194
195* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.3-1
196- Updated xorg-x11-drv-mouse to version 1.0.3 from X11R7 RC4
197- Removed 'x' suffix from manpage dirs to match RC4 upstream.
198- Worked around mouse manpage issue.
199
200* Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-2
201- Added "alpha sparc sparc64" to ExclusiveArch for AlphaCore, CentOS,
202  AuroraLinux distributions, to minimize patching for them.
203- Added ">= 0.99.3" dependency on Xorg server and sdk, based on CVS log
204  message from Daniel Stone on Nov 21, 2005.
205
206* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
207- Updated xorg-x11-drv-mouse to version 1.0.1 from X11R7 RC2
208
209* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
210- Updated xorg-x11-drv-mouse to version 1.0.0.1 from X11R7 RC1
211- Fix *.la file removal.
212
213* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
214- Initial spec file for mouse input driver generated automatically
215  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.