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

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

xserver-1.18.3

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