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

Revision 2814, 4.2 KB checked in by Takemikaduchi, 13 years ago (diff)

upload: xserver-1.10.0

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.99.901
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
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/lib/udev/rules.d/69-xorg-vmmouse.rules
52%{_datadir}/X11/xorg.conf.d/*.conf
53
54%changelog
55* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.99.901-1
56- new upstream release
57
58* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.10-2
59- rebuild with xserver-1.9.2
60
61* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.10-1
62- new upstream release
63
64* Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.9-1
65- new upstream release
66- add files (udev/rules.d script and xorg.conf snippet)
67
68* Fri Mar 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 12.6.7-2
69- rebuilt with xserver-1.8rc
70
71* Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.7-1
72- new upstream release
73
74* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.6.6-1
75- new upstream release
76
77* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.5-1
78- new upstream release
79
80* Wed May 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.4-1
81- new upstream release
82
83* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.3-1
84- new upstream release
85
86* Tue Nov 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.2-1
87- new upstream release
88
89* Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.1-1
90- new upstream release
91
92* Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 12.6.0-1
93- new upstream release
94
95* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 12.5.0-1
96- initial build for Vine Linux
97
98* Thu Mar 20 2008 Adam Jackson <ajax@redhat.com> 12.5.0-1
99- vmmouse 12.5.0
100
101* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 12.4.3-4
102- Autorebuild for GCC 4.3
103
104* Wed Jan  2 2008 Jeremy Katz <katzj@redhat.com> - 12.4.3-3
105- Add workaround for xserver not calling convert_proc in input drivers
106  anymore (patch from Joerg Platte on debian xmaint list)
107
108* Tue Dec 18 2007 Jeremy Katz <katzj@redhat.com> - 12.4.3-2
109- Rebuild for new xserver
110
111* Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 12.4.3-1
112- xf86-input-vmmouse 12.4.3
113
114* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 12.4.2-1
115- xf86-input-vmmouse 12.4.2
116
117* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 12.4.0-4
118- Rebuild for build ID
119
120* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 12.4.0-3
121- Update Requires and BuildRequires.  Disown the module directories.
122
123* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
124- rebuild
125
126* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 12.4.0-1
127- Update to 12.4.0 from 7.1RC1.
128
129* Wed Mar 29 2006 Adam Jackson <ajackson@redhat.com> 12.3.2.0-4
130- Don't build on ia64, as per comments in the source.
131
132* Wed Mar 29 2006 Adam Jackson <ajackson@redhat.com> 12.3.2.0-3
133- Rebump to appease beehive.
134
135* Wed Mar 29 2006 Adam Jackson <ajackson@redhat.com> 12.3.2.0-1
136- Bump to 12.3.2.0 from upstream (LP64 fixes).
137
138* Sun Feb  5 2006 Mike A. Harris <mharris@redhat.com> 12.3.1.0-1
139- Initial spec file for vmmouse input driver, using xorg-x11-drv-mouse.spec
140  version 1.0.3.1-1 as a template.
Note: See TracBrowser for help on using the repository browser.