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

Revision 2203, 4.6 KB checked in by Takemikaduchi, 14 years ago (diff)

update Xorg libraries and xserver, and rebuild driver

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.6.0
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
20%description
21X.Org X11 mouse input driver.
22
23%prep
24%setup -q -n %{tarball}-%{version}
25
26%build
27%configure --disable-static
28make
29
30%install
31rm -rf $RPM_BUILD_ROOT
32make install DESTDIR=$RPM_BUILD_ROOT
33
34# FIXME: Remove all libtool archives (*.la) from modules directory.  This
35# should be fixed in upstream Makefile.am or whatever.
36find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(-,root,root,-)
43%{driverdir}/mouse_drv.so
44%{_mandir}/man4/mousedrv.4*
45
46%changelog
47* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
48- rebuild with xserver-1.9.2
49
50* Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
51- new upstream release
52
53* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-2
54- rebuild with xserver-1.8rc
55
56* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-1
57- new upstream release
58
59* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-2
60- rebuild with X server 1.6.0
61
62* Tue Jan 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
63- new upstream release
64
65* Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2
66- rebuild with new xserver
67
68* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
69- new upstream release
70
71* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-1
72- new versioning policy
73
74* Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> -0vl1
75- initial build for Vine Linux
76
77* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.2.3-3
78- Require xserver 1.4.99.1
79
80* Fri Nov 09 2007 Adam Jackson <ajax@redhat.com> 1.2.3-2
81- mouse-1.2.3-sleep-less.patch: Don't usleep(300000) at exit.
82
83* Wed Oct 17 2007 Adam Jackson <ajax@redhat.com> 1.2.3-1
84- xf86-input-mouse 1.2.3
85
86* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.2.2-1
87- xf86-input-mouse 1.2.2
88
89* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.2.1-4
90- Rebuild for PPC toolchain bug
91
92* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.2.1-3
93- Update Requires and BuildRequires.  Disown the module directories.
94
95* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.2.1-2
96- ExclusiveArch -> ExcludeArch
97
98* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.2.1-1
99- Update to 1.2.1
100
101* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
102- rebuild
103
104* Thu Jun 15 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1
105- Update to 1.1.1
106
107* Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-3
108- Build on ppc64
109
110* Wed May 17 2006 Kristian H淡gsberg <krh@redhat.com> - 1.1.0-2
111- Add missing build requires (#192047).
112
113* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
114- Update to 1.1.0 from 7.1RC1.
115
116* Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 1.0.4-1
117- Updated to new upstream driver version mouse-1.0.4.
118
119* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.3.1-1.2
120- bump again for double-long bug on ppc(64)
121
122* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.3.1-1.1
123- rebuilt for new gcc4.1 snapshot and glibc changes
124
125* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.3.1-1
126- Updated xorg-x11-drv-mouse to version 1.0.3.1 from X11R7.0
127- Rename temporary name of mouse manpage, to close (#178744)
128
129* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.3-1
130- Updated xorg-x11-drv-mouse to version 1.0.3 from X11R7 RC4
131- Removed 'x' suffix from manpage dirs to match RC4 upstream.
132- Worked around mouse manpage issue.
133
134* Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-2
135- Added "alpha sparc sparc64" to ExclusiveArch for AlphaCore, CentOS,
136  AuroraLinux distributions, to minimize patching for them.
137- Added ">= 0.99.3" dependency on Xorg server and sdk, based on CVS log
138  message from Daniel Stone on Nov 21, 2005.
139
140* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
141- Updated xorg-x11-drv-mouse to version 1.0.1 from X11R7 RC2
142
143* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
144- Updated xorg-x11-drv-mouse to version 1.0.0.1 from X11R7 RC1
145- Fix *.la file removal.
146
147* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
148- Initial spec file for mouse input driver generated automatically
149  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.