| 1 | %define tarball xf86-input-mouse |
|---|
| 2 | %define moduledir %(pkg-config xorg-server --variable=moduledir ) |
|---|
| 3 | %define driverdir %{moduledir}/input |
|---|
| 4 | |
|---|
| 5 | Summary: Xorg X11 mouse input driver |
|---|
| 6 | Summary(ja): Xorg X11 マウス入力ドライバ |
|---|
| 7 | Name: xorg-x11-drv-mouse |
|---|
| 8 | Version: 1.7.2 |
|---|
| 9 | Release: 1%{?_dist_release} |
|---|
| 10 | URL: http://www.x.org |
|---|
| 11 | License: MIT |
|---|
| 12 | Group: User Interface/X Hardware Support |
|---|
| 13 | |
|---|
| 14 | Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2 |
|---|
| 15 | |
|---|
| 16 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 17 | BuildRequires: xorg-x11-server-sdk >= 1.6.0 |
|---|
| 18 | Requires: xorg-x11-server-Xorg |
|---|
| 19 | |
|---|
| 20 | Vendor: Project Vine |
|---|
| 21 | Distribution: Vine Linux |
|---|
| 22 | |
|---|
| 23 | %description |
|---|
| 24 | X.Org X11 mouse input driver. |
|---|
| 25 | |
|---|
| 26 | %prep |
|---|
| 27 | %setup -q -n %{tarball}-%{version} |
|---|
| 28 | |
|---|
| 29 | %build |
|---|
| 30 | %configure --disable-static |
|---|
| 31 | make |
|---|
| 32 | |
|---|
| 33 | %install |
|---|
| 34 | rm -rf $RPM_BUILD_ROOT |
|---|
| 35 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 36 | |
|---|
| 37 | # FIXME: Remove all libtool archives (*.la) from modules directory. This |
|---|
| 38 | # should be fixed in upstream Makefile.am or whatever. |
|---|
| 39 | find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f -- |
|---|
| 40 | |
|---|
| 41 | %clean |
|---|
| 42 | rm -rf $RPM_BUILD_ROOT |
|---|
| 43 | |
|---|
| 44 | %files |
|---|
| 45 | %defattr(-,root,root,-) |
|---|
| 46 | %{driverdir}/mouse_drv.so |
|---|
| 47 | %{_mandir}/man4/mousedrv.4* |
|---|
| 48 | |
|---|
| 49 | %changelog |
|---|
| 50 | * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.2-1 |
|---|
| 51 | - new upstream release |
|---|
| 52 | |
|---|
| 53 | * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-2 |
|---|
| 54 | - rebuild with xserver-1.11.1.902 |
|---|
| 55 | |
|---|
| 56 | * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-1 |
|---|
| 57 | - new upstream release |
|---|
| 58 | |
|---|
| 59 | * Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.0-1 |
|---|
| 60 | - new upstream release |
|---|
| 61 | |
|---|
| 62 | * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.99.901-1 |
|---|
| 63 | - new upstream release |
|---|
| 64 | |
|---|
| 65 | * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2 |
|---|
| 66 | - rebuild with xserver-1.9.2 |
|---|
| 67 | |
|---|
| 68 | * Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1 |
|---|
| 69 | - new upstream release |
|---|
| 70 | |
|---|
| 71 | * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-2 |
|---|
| 72 | - rebuild with xserver-1.8rc |
|---|
| 73 | |
|---|
| 74 | * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-1 |
|---|
| 75 | - new upstream release |
|---|
| 76 | |
|---|
| 77 | * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-2 |
|---|
| 78 | - rebuild with X server 1.6.0 |
|---|
| 79 | |
|---|
| 80 | * Tue Jan 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1 |
|---|
| 81 | - new upstream release |
|---|
| 82 | |
|---|
| 83 | * Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2 |
|---|
| 84 | - rebuild with new xserver |
|---|
| 85 | |
|---|
| 86 | * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1 |
|---|
| 87 | - new upstream release |
|---|
| 88 | |
|---|
| 89 | * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-1 |
|---|
| 90 | - new versioning policy |
|---|
| 91 | |
|---|
| 92 | * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> -0vl1 |
|---|
| 93 | - initial build for Vine Linux |
|---|
| 94 | |
|---|
| 95 | * Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.2.3-3 |
|---|
| 96 | - Require xserver 1.4.99.1 |
|---|
| 97 | |
|---|
| 98 | * Fri Nov 09 2007 Adam Jackson <ajax@redhat.com> 1.2.3-2 |
|---|
| 99 | - mouse-1.2.3-sleep-less.patch: Don't usleep(300000) at exit. |
|---|
| 100 | |
|---|
| 101 | * Wed Oct 17 2007 Adam Jackson <ajax@redhat.com> 1.2.3-1 |
|---|
| 102 | - xf86-input-mouse 1.2.3 |
|---|
| 103 | |
|---|
| 104 | * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.2.2-1 |
|---|
| 105 | - xf86-input-mouse 1.2.2 |
|---|
| 106 | |
|---|
| 107 | * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.2.1-4 |
|---|
| 108 | - Rebuild for PPC toolchain bug |
|---|
| 109 | |
|---|
| 110 | * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.2.1-3 |
|---|
| 111 | - Update Requires and BuildRequires. Disown the module directories. |
|---|
| 112 | |
|---|
| 113 | * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.2.1-2 |
|---|
| 114 | - ExclusiveArch -> ExcludeArch |
|---|
| 115 | |
|---|
| 116 | * Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.2.1-1 |
|---|
| 117 | - Update to 1.2.1 |
|---|
| 118 | |
|---|
| 119 | * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control |
|---|
| 120 | - rebuild |
|---|
| 121 | |
|---|
| 122 | * Thu Jun 15 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1 |
|---|
| 123 | - Update to 1.1.1 |
|---|
| 124 | |
|---|
| 125 | * Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-3 |
|---|
| 126 | - Build on ppc64 |
|---|
| 127 | |
|---|
| 128 | * Wed May 17 2006 Kristian H淡gsberg <krh@redhat.com> - 1.1.0-2 |
|---|
| 129 | - Add missing build requires (#192047). |
|---|
| 130 | |
|---|
| 131 | * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1 |
|---|
| 132 | - Update to 1.1.0 from 7.1RC1. |
|---|
| 133 | |
|---|
| 134 | * Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 1.0.4-1 |
|---|
| 135 | - Updated to new upstream driver version mouse-1.0.4. |
|---|
| 136 | |
|---|
| 137 | * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.3.1-1.2 |
|---|
| 138 | - bump again for double-long bug on ppc(64) |
|---|
| 139 | |
|---|
| 140 | * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.3.1-1.1 |
|---|
| 141 | - rebuilt for new gcc4.1 snapshot and glibc changes |
|---|
| 142 | |
|---|
| 143 | * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.3.1-1 |
|---|
| 144 | - Updated xorg-x11-drv-mouse to version 1.0.3.1 from X11R7.0 |
|---|
| 145 | - Rename temporary name of mouse manpage, to close (#178744) |
|---|
| 146 | |
|---|
| 147 | * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.3-1 |
|---|
| 148 | - Updated xorg-x11-drv-mouse to version 1.0.3 from X11R7 RC4 |
|---|
| 149 | - Removed 'x' suffix from manpage dirs to match RC4 upstream. |
|---|
| 150 | - Worked around mouse manpage issue. |
|---|
| 151 | |
|---|
| 152 | * Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-2 |
|---|
| 153 | - Added "alpha sparc sparc64" to ExclusiveArch for AlphaCore, CentOS, |
|---|
| 154 | AuroraLinux distributions, to minimize patching for them. |
|---|
| 155 | - Added ">= 0.99.3" dependency on Xorg server and sdk, based on CVS log |
|---|
| 156 | message from Daniel Stone on Nov 21, 2005. |
|---|
| 157 | |
|---|
| 158 | * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1 |
|---|
| 159 | - Updated xorg-x11-drv-mouse to version 1.0.1 from X11R7 RC2 |
|---|
| 160 | |
|---|
| 161 | * Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1 |
|---|
| 162 | - Updated xorg-x11-drv-mouse to version 1.0.0.1 from X11R7 RC1 |
|---|
| 163 | - Fix *.la file removal. |
|---|
| 164 | |
|---|
| 165 | * Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0 |
|---|
| 166 | - Initial spec file for mouse input driver generated automatically |
|---|
| 167 | by my xorg-driverspecgen script. |
|---|