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

Revision 631, 3.6 KB checked in by Takemikaduchi, 14 years ago (diff)

takemikaduchi fix and add spec file

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