source: projects/specs/trunk/x/xorg-x11-drv-vmmouse/xorg-x11-drv-vmmouse-vl.spec @ 682

Revision 682, 3.7 KB checked in by inagaki, 14 years ago (diff)

upload: xorg-x11-drv-vm{mouse,ware}

Line 
1%define tarball xf86-input-vmmouse
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/input
4
5Summary:   Xorg X11 vmmouse input driver
6Summary(ja):   Xorg X11 vmmouse 入力ドライバ
7Name:      xorg-x11-drv-vmmouse
8Version:   12.6.7
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
17# Yes, this is not the same as vmware.  Yes, this is intentional.
18ExclusiveArch: %{ix86} x86_64
19BuildRequires: xorg-x11-server-sdk
20Requires: xorg-x11-server-Xorg
21
22%description
23X.Org X11 vmmouse input driver.
24
25%prep
26%setup -q -n %{tarball}-%{version}
27
28%build
29%configure --disable-static
30make
31
32%install
33rm -rf $RPM_BUILD_ROOT
34make install DESTDIR=$RPM_BUILD_ROOT
35
36# FIXME: Remove all libtool archives (*.la) from modules directory.  This
37# should be fixed in upstream Makefile.am or whatever.
38find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(-,root,root,-)
45%{_bindir}/vmmouse_detect
46%{_libdir}/hal/hal-probe-vmmouse
47%{_datadir}/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
48%{driverdir}/vmmouse_drv.so
49%{_mandir}/man1/vmmouse_detect.1*
50%{_mandir}/man4/vmmouse.4*
51
52%changelog
53* Fri Mar 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 12.6.7-2
54- rebuilt with xserver-1.8rc
55
56* Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.7-1
57- new upstream release
58
59* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.6-1
60- new upstream release
61
62* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.5-1
63- new upstream release
64
65* Wed May 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.4-1
66- new upstream release
67
68* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.3-1
69- new upstream release
70
71* Tue Nov 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.2-1
72- new upstream release
73
74* Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.1-1
75- new upstream release
76
77* Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.0-1
78- new upstream release
79
80* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 12.5.0-1
81- initial build for Vine Linux
82
83* Thu Mar 20 2008 Adam Jackson <ajax@redhat.com> 12.5.0-1
84- vmmouse 12.5.0
85
86* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 12.4.3-4
87- Autorebuild for GCC 4.3
88
89* Wed Jan  2 2008 Jeremy Katz <katzj@redhat.com> - 12.4.3-3
90- Add workaround for xserver not calling convert_proc in input drivers
91  anymore (patch from Joerg Platte on debian xmaint list)
92
93* Tue Dec 18 2007 Jeremy Katz <katzj@redhat.com> - 12.4.3-2
94- Rebuild for new xserver
95
96* Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 12.4.3-1
97- xf86-input-vmmouse 12.4.3
98
99* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 12.4.2-1
100- xf86-input-vmmouse 12.4.2
101
102* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 12.4.0-4
103- Rebuild for build ID
104
105* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 12.4.0-3
106- Update Requires and BuildRequires.  Disown the module directories.
107
108* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
109- rebuild
110
111* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 12.4.0-1
112- Update to 12.4.0 from 7.1RC1.
113
114* Wed Mar 29 2006 Adam Jackson <ajackson@redhat.com> 12.3.2.0-4
115- Don't build on ia64, as per comments in the source.
116
117* Wed Mar 29 2006 Adam Jackson <ajackson@redhat.com> 12.3.2.0-3
118- Rebump to appease beehive.
119
120* Wed Mar 29 2006 Adam Jackson <ajackson@redhat.com> 12.3.2.0-1
121- Bump to 12.3.2.0 from upstream (LP64 fixes).
122
123* Sun Feb  5 2006 Mike A. Harris <mharris@redhat.com> 12.3.1.0-1
124- Initial spec file for vmmouse input driver, using xorg-x11-drv-mouse.spec
125  version 1.0.3.1-1 as a template.
Note: See TracBrowser for help on using the repository browser.