xorg-x11-drv-mouse-vl.spec 6.1 KB

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