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

Revision 6681, 5.6 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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