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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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.2
  8. Release: 1%{?_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. * Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.9.2-1
  50. - new upstream release
  51. - build with xorg 1.19.6
  52. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.1-3
  53. - rebuild with xserver-1.18.3
  54. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.1-2
  55. - rebuild with xserver-1.17.2
  56. * Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.1-1
  57. - new upstream release
  58. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.0-3
  59. - rebuild with xserver-1.15.2
  60. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.0-2
  61. - rebuild with VineSeed environment
  62. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.0-1
  63. - new upstream release
  64. * Sun Aug 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
  65. - new upstream release
  66. - create -devel subpackage
  67. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.2-1
  68. - new upstream release
  69. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-2
  70. - rebuild with xserver-1.11.1.902
  71. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-1
  72. - new upstream release
  73. * Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.0-1
  74. - new upstream release
  75. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.99.901-1
  76. - new upstream release
  77. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
  78. - rebuild with xserver-1.9.2
  79. * Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  80. - new upstream release
  81. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-2
  82. - rebuild with xserver-1.8rc
  83. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-1
  84. - new upstream release
  85. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-2
  86. - rebuild with X server 1.6.0
  87. * Tue Jan 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
  88. - new upstream release
  89. * Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2
  90. - rebuild with new xserver
  91. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
  92. - new upstream release
  93. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-1
  94. - new versioning policy
  95. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> -0vl1
  96. - initial build for Vine Linux
  97. * Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.2.3-3
  98. - Require xserver 1.4.99.1
  99. * Fri Nov 09 2007 Adam Jackson <ajax@redhat.com> 1.2.3-2
  100. - mouse-1.2.3-sleep-less.patch: Don't usleep(300000) at exit.
  101. * Wed Oct 17 2007 Adam Jackson <ajax@redhat.com> 1.2.3-1
  102. - xf86-input-mouse 1.2.3
  103. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.2.2-1
  104. - xf86-input-mouse 1.2.2
  105. * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.2.1-4
  106. - Rebuild for PPC toolchain bug
  107. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.2.1-3
  108. - Update Requires and BuildRequires. Disown the module directories.
  109. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.2.1-2
  110. - ExclusiveArch -> ExcludeArch
  111. * Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.2.1-1
  112. - Update to 1.2.1
  113. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  114. - rebuild
  115. * Thu Jun 15 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1
  116. - Update to 1.1.1
  117. * Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-3
  118. - Build on ppc64
  119. * Wed May 17 2006 Kristian H淡gsberg <krh@redhat.com> - 1.1.0-2
  120. - Add missing build requires (#192047).
  121. * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
  122. - Update to 1.1.0 from 7.1RC1.
  123. * Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 1.0.4-1
  124. - Updated to new upstream driver version mouse-1.0.4.
  125. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.3.1-1.2
  126. - bump again for double-long bug on ppc(64)
  127. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.3.1-1.1
  128. - rebuilt for new gcc4.1 snapshot and glibc changes
  129. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.3.1-1
  130. - Updated xorg-x11-drv-mouse to version 1.0.3.1 from X11R7.0
  131. - Rename temporary name of mouse manpage, to close (#178744)
  132. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.3-1
  133. - Updated xorg-x11-drv-mouse to version 1.0.3 from X11R7 RC4
  134. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  135. - Worked around mouse manpage issue.
  136. * Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-2
  137. - Added "alpha sparc sparc64" to ExclusiveArch for AlphaCore, CentOS,
  138. AuroraLinux distributions, to minimize patching for them.
  139. - Added ">= 0.99.3" dependency on Xorg server and sdk, based on CVS log
  140. message from Daniel Stone on Nov 21, 2005.
  141. * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  142. - Updated xorg-x11-drv-mouse to version 1.0.1 from X11R7 RC2
  143. * Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
  144. - Updated xorg-x11-drv-mouse to version 1.0.0.1 from X11R7 RC1
  145. - Fix *.la file removal.
  146. * Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
  147. - Initial spec file for mouse input driver generated automatically
  148. by my xorg-driverspecgen script.