SPECS: xorg-driver-input-vmmouse.spec (NEW) - new, not tested

arekm arekm at pld-linux.org
Wed Mar 29 09:57:36 CEST 2006


Author: arekm                        Date: Wed Mar 29 07:57:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, not tested

---- Files affected:
SPECS:
   xorg-driver-input-vmmouse.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xorg-driver-input-vmmouse.spec
diff -u /dev/null SPECS/xorg-driver-input-vmmouse.spec:1.1
--- /dev/null	Wed Mar 29 09:57:36 2006
+++ SPECS/xorg-driver-input-vmmouse.spec	Wed Mar 29 09:57:30 2006
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary:	VMMouse protocol for VMware virtual machines
+Name:		xorg-driver-input-vmmouse
+Version:	12.3.2.0
+Release:	1
+License:	MIT
+Group:		X11/Applications
+Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-vmmouse-%{version}.tar.bz2
+# Source0-md5:	097700a71e4ba61dfbbc784678eeb589
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	pkgconfig >= 1:0.19
+BuildRequires:	xorg-proto-inputproto-devel
+BuildRequires:	xorg-proto-randrproto-devel
+BuildRequires:	xorg-util-util-macros >= 0.99.2
+BuildRequires:	xorg-xserver-server-devel >= 0.99.3
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The VMMouse driver enables support for the special VMMouse protocol
+that is provided by VMware virtual machines to give absolute pointer
+positioning.
+
+%prep
+%setup -q -n xf86-input-vmmouse-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING ChangeLog README
+%attr(755,root,root) %{_libdir}/xorg/modules/input/vmmouse_drv.so
+%{_mandir}/man4/vmmouse_drv.4*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/03/29 07:57:30  arekm
+- new, not tested
+
================================================================


More information about the pld-cvs-commit mailing list