source: projects/specs/branches/6/x/xorg-x11-drv-vmmouse/xorg-x11-drv-vmmouse-vl.spec @ 3014

Revision 3014, 4.3 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

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