xorg-x11-drv-i128-vl.spec 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. %define tarball xf86-video-i128
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/drivers
  4. Summary: Xorg X11 i128 video driver
  5. Summary(ja): Xorg X11 i128 ビデオドライバ
  6. Name: xorg-x11-drv-i128
  7. Version: 1.3.6
  8. Release: 2%{?_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: i128.xinf
  15. Patch0: i128-1.2.0-1600sw-range-hack.patch
  16. Patch1: xf86-video-i128-1.3.6-remove-mibstore.patch
  17. ExcludeArch: s390 s390x
  18. BuildRequires: xorg-x11-server-sdk >= 1.6
  19. Requires: hwdata
  20. Requires: xorg-x11-server-Xorg
  21. %description
  22. X.Org X11 i128 video driver.
  23. %prep
  24. %setup -q -n %{tarball}-%{version}
  25. %patch0 -p1 -b .1600sw-hack
  26. %patch1 -p1 -b .mibstore
  27. %build
  28. %configure --disable-static --enable-xaa=no
  29. make
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. make install DESTDIR=$RPM_BUILD_ROOT
  33. mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
  34. install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
  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}/i128_drv.so
  43. %{_datadir}/hwdata/videoaliases/i128.xinf
  44. %{_mandir}/man4/i128.4*
  45. %changelog
  46. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-2
  47. - rebuild with xserver-1.14.1
  48. - add Patch0 (xf86-video-i128-1.3.6-remove-mibstore.patch)
  49. * Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.6-1
  50. - new upstream release
  51. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.5-1
  52. - new upstream release
  53. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-4
  54. - rebuild with xserver-1.11.1.902
  55. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-3
  56. - rebuild with xserver-1.10.0
  57. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-2
  58. - rebuild with xserver-1.9.2
  59. * Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-1
  60. - new upstream release
  61. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.3-2
  62. - rebuild with xserver-1.8rc
  63. * Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.3-1
  64. - new upstream release
  65. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
  66. - new upstream release
  67. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2
  68. - rebuild with xorg-server-1.4.99
  69. * Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
  70. - initial build for Vine Linux
  71. * Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 1.3.0-1
  72. - Update to latest upstream release
  73. * Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 1.2.1-3.20080303
  74. - git snapshot for pciaccess support
  75. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.1-2
  76. - Autorebuild for GCC 4.3
  77. * Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 1.2.1-1
  78. - xf86-video-i128 1.2.1
  79. * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.2.0-7
  80. - Rebuild for PPC toolchain bug
  81. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.2.0-6
  82. - Update Requires and BuildRequires. Disown the module directories. Add
  83. Requires: hwdata.
  84. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.2.0-5
  85. - ExclusiveArch -> ExcludeArch
  86. * Mon Aug 28 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-4
  87. - i128-1.2.0-1600sw-range-hack.patch: Also fill in maxPixClock and synthesize
  88. the appropriate modes when we don't get DDC.
  89. * Wed Aug 2 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-3
  90. - i128-1.2.0-1600sw-range-hack.patch: Attempt to force the sync ranges
  91. correctly when we detect a 1600SW panel but don't get EDID info from it.
  92. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.2.0-2.1
  93. - rebuild
  94. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-2
  95. - Rebuild for 7.1 ABI fix.
  96. * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 1.2.0-1
  97. - Update to 1.2.0 from 7.1RC1.
  98. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.0.5-1.1
  99. - rebuilt for new gcc4.1 snapshot and glibc changes
  100. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.1.0.5-1
  101. - Updated xorg-x11-drv-i128 to version 1.1.0.5 from X11R7.0
  102. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.1.0.4-1
  103. - Updated xorg-x11-drv-i128 to version 1.1.0.4 from X11R7 RC4
  104. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  105. * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.1.0.2-1
  106. - Updated xorg-x11-drv-i128 to version 1.1.0.2 from X11R7 RC2
  107. * Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.1.0.1-1
  108. - Updated xorg-x11-drv-i128 to version 1.1.0.1 from X11R7 RC1
  109. - Fix *.la file removal.
  110. * Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  111. - Update BuildRoot to use Fedora Packaging Guidelines.
  112. - Deglob file manifest.
  113. - Limit "ExclusiveArch" to i386
  114. * Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
  115. - Initial spec file for i128 video driver generated automatically
  116. by my xorg-driverspecgen script.