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

Revision 9108, 5.9 KB checked in by Takemikaduchi, 9 years ago (diff)

xserver-1.16.2

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