xorg-x11-drv-rendition-vl.spec 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. %define tarball xf86-video-rendition
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/drivers
  4. Summary: Xorg X11 rendition video driver
  5. Summary(ja): Xorg X11 rendition ビデオドライバ
  6. Name: xorg-x11-drv-rendition
  7. Version: 4.2.5
  8. Release: 4%{?_dist_release}
  9. URL: http://www.x.org
  10. License: MIT
  11. Group: User Interface/X Hardware Support
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
  14. Source1: rendition.xinf
  15. Patch0: xf86-video-rendition-4.2.5-remove-mibstore.patch
  16. Patch1: xf86-video-rendition-4.2.4-accel.patch
  17. ExcludeArch: s390 s390x
  18. BuildRequires: xorg-x11-server-sdk >= 1.6
  19. Requires: hwdata
  20. Requires: xorg-x11-server-Xorg
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. %description
  24. X.Org X11 rendition video driver.
  25. %prep
  26. %setup -q -n %{tarball}-%{version}
  27. %patch0 -p1
  28. %patch1 -p1
  29. %build
  30. %configure --disable-static
  31. make
  32. %install
  33. rm -rf $RPM_BUILD_ROOT
  34. make install DESTDIR=$RPM_BUILD_ROOT
  35. mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
  36. install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
  37. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  38. # should be fixed in upstream Makefile.am or whatever.
  39. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-,root,root,-)
  44. %{driverdir}/rendition_drv.so
  45. %{_datadir}/hwdata/videoaliases/rendition.xinf
  46. %{moduledir}/v10002d.uc
  47. %{moduledir}/v20002d.uc
  48. %{_mandir}/man4/rendition.4*
  49. %changelog
  50. * Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.5-4
  51. - rebuild with xserver-1.16.2
  52. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.5-3
  53. - rebuild with xserver-1.15.2
  54. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.5-2
  55. - rebuild with VineSeed environment
  56. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.5-1
  57. - update to 4.2.5
  58. - remove Patch0 (xf86-video-rendition-4.2.4-git20111219.patch)
  59. - add Patch0 (xf86-video-rendition-4.2.5-remove-mibstore.patch)
  60. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-5
  61. - rebuild with xserver-1.12.0
  62. - add Patch0 (xf86-video-rendition-4.2.4-git20111219.patch)
  63. - add Patch1 (xf86-video-rendition-4.2.4-accel.patch)
  64. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-4
  65. - rebuild with xserver-1.11.1.902
  66. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-3
  67. - rebuild with xserver-1.10.0
  68. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-2
  69. - rebuild with xserver-1.9.2
  70. * Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-1
  71. - new upstream release
  72. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.3-2
  73. - rebuild with xserver-1.8rc
  74. * Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.3-1
  75. - new upstream release
  76. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.1-1
  77. - new upstream release
  78. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.0-2
  79. - rebuild with xorg-server-1.4.99
  80. * Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.0-1
  81. - initial build for Vine Linux
  82. * Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 4.2.0-1
  83. - Latest upstream release
  84. * Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 4.1.3-7.20080303
  85. - Git snapshot for pciaccess lovin.
  86. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.1.3-6
  87. - Autorebuild for GCC 4.3
  88. * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 4.1.3-5
  89. - Rebuild for PPC toolchain bug
  90. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 4.1.3-4
  91. - Update Requires and BuildRequires. Add Requires: hwdata.
  92. * Tue May 08 2007 Adam Jackson <ajax@redhat.com> 4.1.3-3
  93. - rendition.xinf: Be non-empty. And get installed. (#208827)
  94. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 4.1.3-2
  95. - ExclusiveArch -> ExcludeArch
  96. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 4.1.3-1
  97. - Update to 4.1.3
  98. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.1.0-3.1
  99. - rebuild
  100. * Tue Jun 27 2006 Adam Jackson <ajackson@redhat.com> 4.1.0-3
  101. - Build on x86_64.
  102. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 4.1.0-2
  103. - Rebuild for 7.1 ABI fix.
  104. * Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 4.1.0-1
  105. - Update to 4.1.0 from 7.1RC1.
  106. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 4.0.1.3-1.1
  107. - rebuilt for new gcc4.1 snapshot and glibc changes
  108. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 4.0.1.3-1
  109. - Updated xorg-x11-drv-rendition to version 4.0.1.3 from X11R7.0
  110. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 4.0.1.2-1
  111. - Updated xorg-x11-drv-rendition to version 4.0.1.2 from X11R7 RC4
  112. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  113. - Remove unnecessary *.data files from moduledir.
  114. * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 4.0.1-1
  115. - Updated xorg-x11-drv-rendition to version 4.0.1 from X11R7 RC2
  116. * Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 4.0.0.1-1
  117. - Updated xorg-x11-drv-rendition to version 4.0.0.1 from X11R7 RC1
  118. - Fix *.la file removal.
  119. - Added v10002d.uc, v20002d.uc, vgafont-std.data, vgafont-vrx.data,
  120. vgapalette.data to file manifest, although these really belong as C files
  121. in the source, that end up built into the driver.
  122. * Mon Oct 03 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-1
  123. - Update BuildRoot to use Fedora Packaging Guidelines.
  124. - Deglob file manifest.
  125. - Limit "ExclusiveArch" to x86
  126. * Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-0
  127. - Initial spec file for rendition video driver generated automatically
  128. by my xorg-driverspecgen script.