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

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