Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 40452cea2fc00e4455a387f38a114f7b > files > 2

x11-driver-input-mouse-1.3.0-2mdv2009.0.src.rpm

Name: x11-driver-input-mouse
Version: 1.3.0
Release: %mkrel 2
Summary: Xorg input driver for mice
Group: System/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-server-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

Conflicts: xorg-x11-server < 7.0

Patch1: 0001-Don-t-disable-3-button-emulation-if-third-mouse-butt.patch

%description
This package provide Xorg input driver for mice.

%prep
%setup -q -n xf86-input-mouse-%{version}

%patch1 -p1

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_libdir}/xorg/modules/input/mouse_drv.la
%{_libdir}/xorg/modules/input/mouse_drv.so
%{_mandir}/man4/mousedrv.*


%changelog
* Fri Aug 01 2008 Ander Conselvan de Oliveira <ander@mandriva.com> 1.3.0-2mdv2009.0
+ Revision: 259647
- Ship driver man page

* Tue Apr 15 2008 Paulo Andrade <pcpa@mandriva.com.br> 1.3.0-1mdv2009.0
+ Revision: 194285
- Update to version 1.3.0.

* Wed Jan 30 2008 Paulo Andrade <pcpa@mandriva.com.br> 1.2.3-5mdv2008.1
+ Revision: 160490
- Revert to use only upstream tarballs and only mandatory patches.

* Tue Jan 22 2008 Ademar de Souza Reis Jr <ademar@mandriva.com.br> 1.2.3-4mdv2008.1
+ Revision: 156585
- re-enable rpm debug packages support

* Fri Jan 18 2008 Paulo Andrade <pcpa@mandriva.com.br> 1.2.3-3mdv2008.1
+ Revision: 154966
- Updated BuildRequires and resubmit package.
- Make sure xf86MouseProtocolIDToName is of public visibility as this
  function is used by the xf86misc extension to change mouse parameters,
  and besides xorgcfg, others programs/installers out there may still
  use it... Probably the extension should be ``extended'' to also handle
  other types input devices and/or some method other than LoaderSymbol(...)
  used to check for availability of the option in a module.
- Remove -devel package as it isn't really required as it provides only 2 files
  that aren't even header files; still don't install the .la files.
  All dependency files should be stored in the x11-util-modular package as they
  are only required for the "modular" build.
- Move .la files to new -devel package, and also add .deps files to -devel package.
- Update to properly use tag xf86-input-mouse-1.2.3. This tag has no diff with
  current master, but "comment documentation" properly updated to match command
  to generate tarball and patches.
- Update for new policy of hidden symbols and common macros.

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Thu Oct 11 2007 Ademar de Souza Reis Jr <ademar@mandriva.com.br> 1.2.3-1mdv2008.1
+ Revision: 97212
- new upstream version: 1.2.3
- minor spec cleanup

* Mon Sep 10 2007 Paulo Andrade <pcpa@mandriva.com.br> 1.2.2-2mdv2008.0
+ Revision: 84259
- This should fix Bugzilla #33033 as with the added patch it should never
  disable 3 button emulation if a 2 button mouse is detected, as it can be
  due to a mouse being plugged/unplugged.

  + Thierry Vignaud <tvignaud@mandriva.com>
    - fix man pages

* Wed Aug 01 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.2.2-1mdv2008.0
+ Revision: 57748
- new release


* Fri Dec 01 2006 Thierry Vignaud <tvignaud@mandriva.com> 1.2.1-1mdv2007.0
+ Revision: 89744
- new release

* Tue Nov 21 2006 Thierry Vignaud <tvignaud@mandriva.com> 1.2.0-1mdv2007.1
+ Revision: 85915
- new release
- fix group
- fill in more missing descriptions

  + Gustavo Pichorim Boiko <boiko@mandriva.com>
    - new upstream release (1.1.1):
      * Overhaul of wheel processing. Does work correctly with multibit
      zaxis events now. Autodetect (one way only) single wheel only for
      EXPS2. Use singlebit protocol for multiwheel EXPS2 mice.
      * Fixed manpage and default ZAxisMapping configuration.
    - added patch: open mouse twice to workaround a bug in the kernel when dealing
      with a PS/2 mouse and an USB keuboard
    - rebuild to fix cooker uploading
    - Updated drivers for X11R7.1
    - increment release
    - Adding X.org 7.0 to the repository

  + Andreas Hasenack <andreas@mandriva.com>
    - renamed mdv to packages because mdv is too generic and it's hosting only packages anyway