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

Revision 9775, 6.0 KB checked in by Takemikaduchi, 9 years ago (diff)

kernel-4.1, xserver-1.17.2, VirtualBox?-4.3.32, etc.

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