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

Revision 11495, 6.2 KB checked in by iwamoto, 6 years ago (diff)

xorg-x11-drv-mouse: update to 1.9.2 and build with xorg 1.19.6

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.2
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
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
17BuildRequires: xorg-x11-server-sdk >= 1.6.0
18Requires: xorg-x11-server-Xorg
19
20Vendor: Project Vine
21Distribution: Vine Linux
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* Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.9.2-1
69- new upstream release
70- build with xorg 1.19.6
71
72* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.1-3
73- rebuild with xserver-1.18.3
74
75* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.1-2
76- rebuild with xserver-1.17.2
77
78* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.1-1
79- new upstream release
80
81* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.0-3
82- rebuild with xserver-1.15.2
83
84* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.0-2
85- rebuild with VineSeed environment
86
87* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.0-1
88- new upstream release
89
90* Sun Aug 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
91- new upstream release
92- create -devel subpackage
93
94* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.2-1
95- new upstream release
96
97* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-2
98- rebuild with xserver-1.11.1.902
99
100* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-1
101- new upstream release
102
103* Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.0-1
104- new upstream release
105
106* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.99.901-1
107- new upstream release
108
109* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
110- rebuild with xserver-1.9.2
111
112* Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
113- new upstream release
114
115* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-2
116- rebuild with xserver-1.8rc
117
118* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-1
119- new upstream release
120
121* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-2
122- rebuild with X server 1.6.0
123
124* Tue Jan 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
125- new upstream release
126
127* Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2
128- rebuild with new xserver
129
130* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
131- new upstream release
132
133* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-1
134- new versioning policy
135
136* Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> -0vl1
137- initial build for Vine Linux
138
139* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.2.3-3
140- Require xserver 1.4.99.1
141
142* Fri Nov 09 2007 Adam Jackson <ajax@redhat.com> 1.2.3-2
143- mouse-1.2.3-sleep-less.patch: Don't usleep(300000) at exit.
144
145* Wed Oct 17 2007 Adam Jackson <ajax@redhat.com> 1.2.3-1
146- xf86-input-mouse 1.2.3
147
148* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.2.2-1
149- xf86-input-mouse 1.2.2
150
151* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.2.1-4
152- Rebuild for PPC toolchain bug
153
154* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.2.1-3
155- Update Requires and BuildRequires.  Disown the module directories.
156
157* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.2.1-2
158- ExclusiveArch -> ExcludeArch
159
160* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.2.1-1
161- Update to 1.2.1
162
163* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
164- rebuild
165
166* Thu Jun 15 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1
167- Update to 1.1.1
168
169* Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-3
170- Build on ppc64
171
172* Wed May 17 2006 Kristian H淡gsberg <krh@redhat.com> - 1.1.0-2
173- Add missing build requires (#192047).
174
175* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
176- Update to 1.1.0 from 7.1RC1.
177
178* Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 1.0.4-1
179- Updated to new upstream driver version mouse-1.0.4.
180
181* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.3.1-1.2
182- bump again for double-long bug on ppc(64)
183
184* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.3.1-1.1
185- rebuilt for new gcc4.1 snapshot and glibc changes
186
187* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.3.1-1
188- Updated xorg-x11-drv-mouse to version 1.0.3.1 from X11R7.0
189- Rename temporary name of mouse manpage, to close (#178744)
190
191* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.3-1
192- Updated xorg-x11-drv-mouse to version 1.0.3 from X11R7 RC4
193- Removed 'x' suffix from manpage dirs to match RC4 upstream.
194- Worked around mouse manpage issue.
195
196* Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-2
197- Added "alpha sparc sparc64" to ExclusiveArch for AlphaCore, CentOS,
198  AuroraLinux distributions, to minimize patching for them.
199- Added ">= 0.99.3" dependency on Xorg server and sdk, based on CVS log
200  message from Daniel Stone on Nov 21, 2005.
201
202* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
203- Updated xorg-x11-drv-mouse to version 1.0.1 from X11R7 RC2
204
205* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
206- Updated xorg-x11-drv-mouse to version 1.0.0.1 from X11R7 RC1
207- Fix *.la file removal.
208
209* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
210- Initial spec file for mouse input driver generated automatically
211  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.