xorg-x11-drv-void-vl.spec 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. %define tarball xf86-input-void
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/input
  4. Summary: Xorg X11 void input driver
  5. Summary(ja): Xorg X11 void 入力ドライバ
  6. Name: xorg-x11-drv-void
  7. Version: 1.4.1
  8. Release: 6%{?_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
  18. Requires: xorg-x11-server-Xorg
  19. %description
  20. X.Org X11 void input driver.
  21. %prep
  22. %setup -q -n %{tarball}-%{version}
  23. %build
  24. %configure --disable-static
  25. make
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. make install DESTDIR=$RPM_BUILD_ROOT
  29. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  30. # should be fixed in upstream Makefile.am or whatever.
  31. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %license COPYING
  36. %defattr(-,root,root,-)
  37. %{driverdir}/void_drv.so
  38. %{_mandir}/man4/void.4*
  39. %changelog
  40. * Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.1-6
  41. - rebuilt with xserver-1.20.8.
  42. * Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.4.1-5
  43. - rebuild with xserver-1.19.6
  44. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-4
  45. - rebuild with xserver-1.18.3
  46. * Sat Nov 21 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-3
  47. - fix typo
  48. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-2
  49. - rebuild with xserver-1.17.2
  50. * Mon May 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
  51. - new upstream release
  52. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-7
  53. - rebuild with xserver-1.16.2
  54. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-6
  55. - rebuild with xserver-1.15.2
  56. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-5
  57. - rebuild with VineSeed environment
  58. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-4
  59. - rebuild with xserver-1.14.1
  60. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-3
  61. - rebuild with xserver-1.12.0
  62. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-2
  63. - rebuild with xserver-1.11.1.902
  64. * Sat May 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  65. - new upstream release
  66. - delete Patch0
  67. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.1-2
  68. - rebuild with xserver-1.10.0
  69. - add Patch0 (xf86-input-void_git20101129.patch)
  70. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.1-1
  71. - new upstream release
  72. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.0-3
  73. - rebuild with xserver-1.9.2
  74. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.0-2
  75. - rebuild with xserver-1.8rc
  76. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
  77. - new upstream release
  78. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-1
  79. - new upstream release
  80. - spec in utf-8
  81. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-1
  82. - new versioning policy
  83. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-0vl1
  84. - initial build for Vine Linux
  85. * Wed Jan 16 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.1-8
  86. - Don't own %%{mandir}.
  87. * Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.1.1-7
  88. - Require xserver 1.4.99.1
  89. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.1.1-6
  90. - xf86-input-void 1.1.1
  91. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1.1.0-6
  92. - Rebuild for ppc toolchain bug
  93. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.1.0-5
  94. - Update Requires and BuildRequires. Disown the module directories.
  95. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.1.0-4
  96. - ExclusiveArch -> ExcludeArch
  97. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  98. - rebuild
  99. * Wed Jun 28 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-3
  100. - Remove system owned directories from file manifest.
  101. * Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-2
  102. - Build on ppc64
  103. * Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
  104. - Update to 1.1.0 from 7.1RC1.
  105. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0.5-1.2
  106. - bump again for double-long bug on ppc(64)
  107. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0.5-1.1
  108. - rebuilt for new gcc4.1 snapshot and glibc changes
  109. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.0.5-1
  110. - Updated xorg-x11-drv-void to version 1.0.0.5 from X11R7.0
  111. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.4-1
  112. - Updated xorg-x11-drv-void to version 1.0.0.4 from X11R7 RC4
  113. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  114. * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.2-1
  115. - Updated xorg-x11-drv-void to version 1.0.0.2 from X11R7 RC2
  116. * Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
  117. - Updated xorg-x11-drv-void to version 1.0.0.1 from X11R7 RC1
  118. - Fix *.la file removal.
  119. * Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
  120. - Initial spec file for void input driver generated automatically
  121. by my xorg-driverspecgen script.