xorg-x11-drv-dummy-vl.spec 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. %define tarball xf86-video-dummy
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/drivers
  4. Summary: Xorg X11 dummy video driver
  5. Summary(ja): Xorg X11 dummy ビデオドライバ
  6. Name: xorg-x11-drv-dummy
  7. Version: 0.3.8
  8. Release: 2%{?_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. BuildRequires: xorg-x11-server-sdk
  17. Requires: hwdata
  18. Requires: xorg-x11-server-Xorg
  19. %description
  20. X.Org X11 dummy video 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. %defattr(-,root,root,-)
  36. %{driverdir}/dummy_drv.so
  37. %changelog
  38. * Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.3.8-2
  39. - rebuilt with xserver-1.20.8.
  40. * Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.3.8-1
  41. - update to 0.3.8
  42. - build with xserver-1.19.6
  43. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.7-6
  44. - rebuild with xserver-1.18.3
  45. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.7-5
  46. - rebuild with xserver-1.17.2
  47. * Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.7-4
  48. - rebuild with xserver-1.16.2
  49. * Wed Jul 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.7-3
  50. - rebuild with xserver-1.15.2
  51. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.7-2
  52. - rebuild with VineSeed environment
  53. * Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.7-1
  54. - new upstream release
  55. - remove Patch0 (xf86-video-dummy-0.3.6-remove-mibstore.patch)
  56. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.6-2
  57. - rebuild with xserver-1.14.1
  58. - add Patch0 (xf86-video-dummy-0.3.6-remove-mibstore.patch)
  59. * Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.6-1
  60. - new upstream release
  61. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.5-2
  62. - rebuild with xserver-1.12.0
  63. * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.5-1
  64. - new upstream release
  65. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.4-3
  66. - rebuild with xserver-1.10.0
  67. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.4-2
  68. - rebuild with xserver-1.9.2
  69. * Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.4-1
  70. - new upstream release
  71. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.3-2
  72. - rebuild with xserver-1.8rc
  73. * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.3-1
  74. - new upstream release
  75. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.2-1
  76. - new upstream release
  77. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.1-1
  78. - new upstream release
  79. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.0-2
  80. - rebuild with xorg-server-1.4.99
  81. * Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.0-1
  82. - initial build for Vine Linux
  83. * Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 0.3.0-1
  84. - Latest upstream release
  85. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.2.0-8
  86. - Autorebuild for GCC 4.3
  87. * Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 0.2.0-7
  88. - Rebuild for new server ABI.
  89. * Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 0.2.0-6
  90. - Require xserver 1.4.99.1
  91. * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 0.2.0-5
  92. - Rebuild for PPC toolchain bug
  93. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.2.0-4
  94. - Update Requires and BuildRequires. Disown the module directories. Add
  95. Requires: hwdata.
  96. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.2.0-3
  97. - ExclusiveArch -> ExcludeArch
  98. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  99. - rebuild
  100. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.2.0-2
  101. - Rebuild for 7.1 ABI fix.
  102. * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 0.2.0-1
  103. - Update to 0.2.0 from 7.1RC1.
  104. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.1.0.5-1.2
  105. - bump again for double-long bug on ppc(64)
  106. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.1.0.5-1.1
  107. - rebuilt for new gcc4.1 snapshot and glibc changes
  108. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.1.0.5-1
  109. - Updated xorg-x11-drv-dummy to version 0.1.0.5 from X11R7.0
  110. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.4-1
  111. - Updated xorg-x11-drv-dummy to version 0.1.0.4 from X11R7 RC4
  112. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  113. * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.2-1
  114. - Updated xorg-x11-drv-dummy to version 0.1.0.2 from X11R7 RC2
  115. * Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.1-1
  116. - Updated xorg-x11-drv-dummy to version 0.1.0.1 from X11R7 RC1
  117. - Fix *.la file removal.
  118. * Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  119. - Update BuildRoot to use Fedora Packaging Guidelines.
  120. - Deglob file manifest.
  121. - Add alpha/sparc/sparc64 to "ExclusiveArch"
  122. * Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 0.1.0-0
  123. - Initial spec file for dummy video driver generated automatically
  124. by my xorg-driverspecgen script.