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

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