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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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.4
  8. Release: 1%{?_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. ExcludeArch: s390 s390x
  16. BuildRequires: xorg-x11-server-sdk >= 1.6
  17. Requires: hwdata
  18. Requires: xorg-x11-server-Xorg
  19. %description
  20. X.Org X11 rendition 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. mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
  30. install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
  31. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  32. # should be fixed in upstream Makefile.am or whatever.
  33. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %files
  37. %defattr(-,root,root,-)
  38. %{driverdir}/rendition_drv.so
  39. %{_datadir}/hwdata/videoaliases/rendition.xinf
  40. %{moduledir}/v10002d.uc
  41. %{moduledir}/v20002d.uc
  42. %{_mandir}/man4/rendition.4*
  43. %changelog
  44. * Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.4-1
  45. - new upstream release
  46. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.3-2
  47. - rebuild with xserver-1.8rc
  48. * Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.3-1
  49. - new upstream release
  50. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.1-1
  51. - new upstream release
  52. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.0-2
  53. - rebuild with xorg-server-1.4.99
  54. * Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.0-1
  55. - initial build for Vine Linux
  56. * Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 4.2.0-1
  57. - Latest upstream release
  58. * Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 4.1.3-7.20080303
  59. - Git snapshot for pciaccess lovin.
  60. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.1.3-6
  61. - Autorebuild for GCC 4.3
  62. * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 4.1.3-5
  63. - Rebuild for PPC toolchain bug
  64. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 4.1.3-4
  65. - Update Requires and BuildRequires. Add Requires: hwdata.
  66. * Tue May 08 2007 Adam Jackson <ajax@redhat.com> 4.1.3-3
  67. - rendition.xinf: Be non-empty. And get installed. (#208827)
  68. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 4.1.3-2
  69. - ExclusiveArch -> ExcludeArch
  70. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 4.1.3-1
  71. - Update to 4.1.3
  72. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.1.0-3.1
  73. - rebuild
  74. * Tue Jun 27 2006 Adam Jackson <ajackson@redhat.com> 4.1.0-3
  75. - Build on x86_64.
  76. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 4.1.0-2
  77. - Rebuild for 7.1 ABI fix.
  78. * Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 4.1.0-1
  79. - Update to 4.1.0 from 7.1RC1.
  80. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 4.0.1.3-1.1
  81. - rebuilt for new gcc4.1 snapshot and glibc changes
  82. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 4.0.1.3-1
  83. - Updated xorg-x11-drv-rendition to version 4.0.1.3 from X11R7.0
  84. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 4.0.1.2-1
  85. - Updated xorg-x11-drv-rendition to version 4.0.1.2 from X11R7 RC4
  86. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  87. - Remove unnecessary *.data files from moduledir.
  88. * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 4.0.1-1
  89. - Updated xorg-x11-drv-rendition to version 4.0.1 from X11R7 RC2
  90. * Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 4.0.0.1-1
  91. - Updated xorg-x11-drv-rendition to version 4.0.0.1 from X11R7 RC1
  92. - Fix *.la file removal.
  93. - Added v10002d.uc, v20002d.uc, vgafont-std.data, vgafont-vrx.data,
  94. vgapalette.data to file manifest, although these really belong as C files
  95. in the source, that end up built into the driver.
  96. * Mon Oct 03 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-1
  97. - Update BuildRoot to use Fedora Packaging Guidelines.
  98. - Deglob file manifest.
  99. - Limit "ExclusiveArch" to x86
  100. * Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-0
  101. - Initial spec file for rendition video driver generated automatically
  102. by my xorg-driverspecgen script.