hwdata-vl.spec 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. Name: hwdata
  2. Summary: Hardware identification and configuration data
  3. Summary(ja): ハードウエアの識別・設定情報データ
  4. Version: 0.232
  5. Release: 1%{?_dist_release}
  6. License: GPL/MIT
  7. Group: System Environment/Base
  8. Source0: %{name}-%{version}.tar.bz2
  9. Source1: pci.ids.20110404
  10. Source2: usb.ids.20110414
  11. Patch1: %{name}-0.232-vine.patch
  12. BuildArch: noarch
  13. Conflicts: Xconfigurator < 4.9.42
  14. Conflicts: kernel-pcmcia-cs
  15. Conflicts: kudzu < 1.1.86
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: daisuke
  20. %description
  21. hwdata contains various hardware identification and configuration data,
  22. such as the pci.ids database, the X.Org X11 Cards and MonitorsDb databases.
  23. %description -l ja
  24. hwdata には、様々なハードウエアの識別や設定情報が含まれています。
  25. たとえば、pci.ids データベースや X.Org X11 のカードとモニターのデータ
  26. ベースを提供しています。
  27. 以前は Xconfiguratorやkudzuがそれぞれ提供していたハードウエアに
  28. 関するデータベースをまとめたものが hwdata パッケージになります。
  29. %prep
  30. %setup -q
  31. %patch1 -p1 -b .vine
  32. cp -f %{SOURCE1} pci.ids
  33. cp -f %{SOURCE2} usb.ids
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make install DESTDIR=$RPM_BUILD_ROOT
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files
  40. %defattr(-,root,root)
  41. %doc LICENSE COPYING
  42. %dir %{_datadir}/hwdata
  43. %config(noreplace) %{_sysconfdir}/modprobe.d/blacklist.conf
  44. %config %{_datadir}/hwdata/*
  45. %changelog
  46. * Wed Apr 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.232-1
  47. - update to 0.232
  48. - update pci.ids, usb.ids
  49. * Sun Jun 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.225-3
  50. - add eepro100 to blacklist again.
  51. - update pci.ids
  52. * Mon May 04 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.225-2
  53. - set BuildArch to noarch again, since arch-dependent patch doesn't
  54. exist anymore
  55. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.225-1
  56. - new upstream release
  57. - update {pci,usb,oui}.ids
  58. - rename blacklist to blacklist.conf
  59. * Sat Mar 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.222-1
  60. - new upstream release
  61. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.146.28-1vl5
  62. - applied new versioning policy, spec in utf-8
  63. * Fri Dec 21 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.28-0vl1
  64. - update Patch100 for ppc
  65. * Thu Dec 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.27-0vl1
  66. - update pcitable/Cards
  67. - use vesa for Intel GM965
  68. * Wed Dec 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.26-0vl1
  69. - update pcitable
  70. - add forcedeth-0.62 device ids
  71. - update pcitable/Cards
  72. - use vesa for Radeon Xpress 1100 IGP
  73. * Thu Nov 22 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.25-0vl1
  74. - update pcitable
  75. - add sata_nv device ids (MCP61)
  76. * Wed Nov 07 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.24-0vl1
  77. - import 0.146.23-0vl2 changes to cvs
  78. * Wed Nov 07 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.23-0vl2
  79. - update Patch100 for ppc
  80. * Wed Nov 07 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.23-0vl1
  81. - update pcitable
  82. - add bnx2 driver
  83. - add atl1 driver
  84. * Tue Nov 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.22-0vl1
  85. - add eepro100 to blacklist (<BTS:497>)
  86. * Tue Nov 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.21-0vl1
  87. - update pcitable
  88. - add e1000e device ids
  89. * Sat Nov 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.20-0vl1
  90. - update pcitable
  91. - add more device infomation for 2.6.16-0vl76.14
  92. * Sat Nov 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.19-0vl1
  93. - update pci.ids
  94. - update Cards and pcitables
  95. - add intel/radeonhd/via driver
  96. - update MonitorsDB
  97. * Thu Dec 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.18-0vl1
  98. - update pci.ids
  99. - long device information may cause kudzu/pciutils crash
  100. (this should be fixed in pci.ids handling codes)
  101. - update MonitorsDB
  102. - add some Sony displays
  103. - update blacklist
  104. - add ivtv
  105. * Thu Nov 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.17-0vl1
  106. - update pcitable
  107. - fix LSILogic Fusion MPT device entries
  108. * Mon Nov 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.16-0vl1
  109. - update pcitable and Cards
  110. - update NVIDIA GeForce/Quadro entries
  111. * Sun Oct 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.15-0vl1
  112. - update blacklist
  113. - add r8169 (We prefer r1000 driver)
  114. * Fri Oct 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.14-0vl1
  115. - update pcitable
  116. - add new pciids for e1000, e100, sky2, skge, tg3, 8139too, cciss
  117. * Wed Oct 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.13-0vl1
  118. - update Cards
  119. - fix typo
  120. - disable DDC for Intel 8xx/9xx by default.
  121. * Wed Oct 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.12-0vl1
  122. - update MonitorsDB
  123. - add Toshiba dynabook SS S30 monitor
  124. - update Cards
  125. - add Option "DDC" "off" for Intel 945
  126. * Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.11-0vl1
  127. - update pcitable
  128. - use megaraid instead of megaraid_mbox for some older cards
  129. - use r1000 for Realtek Gigabit ethernet cards
  130. * Mon Oct 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.10-0vl1
  131. - update MonitoreDB (<BTS:244>)
  132. - add Iiyama monitors
  133. - update inf2mondb.py from upstream
  134. * Sat Oct 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.9-0vl1
  135. - update MonitorsDB (<BTS:244>)
  136. - add Sharp monitors
  137. - add TOTOKU monitors
  138. * Sat Sep 30 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.8-0vl2
  139. - update Patch100 for ppc
  140. * Sat Sep 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.8-0vl1
  141. - update hwdata to add radeon pciids (X700,X800,X850,XPRESS200..)
  142. * Sat Sep 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.7-0vl1
  143. - update MonitorsDB
  144. - update pcitable to add newer devices for r8169
  145. * Thu Sep 14 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.6-0vl2
  146. - modify Patch100 for ppc (place Apple monitors first on ppc)
  147. * Sat Sep 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.6-0vl1
  148. - update MonitorsDB
  149. * Sat Sep 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.5-0vl1
  150. - update pcitable, Cards
  151. * Fri Sep 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.4-0vl1
  152. - update pci.ids
  153. - update pcitable to add newer GeForce cards.
  154. * Wed Sep 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.3-0vl1
  155. - add more Generic LCD Panels to MonitorsDB
  156. * Sat Sep 02 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.2-0vl2
  157. - reorder Apple displays for convenience
  158. * Sat Sep 02 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.2-0vl1
  159. - now the rpm is not noarch
  160. - add Patch100 for ppc (most ati/radeon neees UseFBDev)
  161. * Sun Aug 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.1-0vl1
  162. - move blacklist to /etc/modprobe.d
  163. - TODO: change versioning scheme before 4.0 release.
  164. * Sun Aug 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146-0vl1
  165. - hwdata is now maintained on vinelinux.org cvs.
  166. - update for new kudzu
  167. - merge changes from RHEL package.
  168. - update blacklist, MonitorsDB, pcitable
  169. * Mon Sep 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl15
  170. - update pcitable
  171. * Mon Sep 5 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl14
  172. - update pcitable for new sk98lin driver
  173. * Sat Sep 3 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl13
  174. - update pcitable
  175. * Thu Sep 1 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl12
  176. - update pcitable
  177. * Wed Aug 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl11
  178. - update pcitable, Cards
  179. - add 915GM/945G to use i810 driver
  180. - add more tg3 entries
  181. * Tue Aug 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl10
  182. - update pcitable
  183. * Mon Aug 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl9
  184. - update Cards, pcitable, pci.ids
  185. * Thu Aug 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl8
  186. - update MonitorsDB
  187. * Fri Aug 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl7
  188. - update Cards, pci.ids, pcitable, MonitorsDB
  189. (TODO: update upgradelist for kernel-2.6)
  190. * Wed Jan 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl6
  191. - update Cards and pcitable for XOrg-6.8.1
  192. * Wed Jan 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl5
  193. - update pcitable to fix typo (via82cxx_audio -> via82cxxx_audio)
  194. - add more Apple displays to MonitorsDB
  195. * Thu Oct 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl4
  196. - update pcitable to add new broadcom tg3 cards and ati radeon cards.
  197. * Sun Aug 01 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl3
  198. - update pcitable/Cards to add VIA CLE266/VT7205
  199. - update pci.ids
  200. * Tue Jul 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl2
  201. - small update vine patch
  202. * Tue Jul 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl1
  203. - merged with new upstream
  204. - update vine patch
  205. * Thu May 6 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.118-0vl1
  206. - merged with new upstream release
  207. - update vine patch
  208. - TODO: libata driver should be added in pcitable
  209. * Sun Feb 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.107-0vl1
  210. - merged with new upstream release
  211. * Tue Nov 5 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-1vl2
  212. - oops, Vine specific patches are not applied..
  213. * Tue Nov 5 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-1vl1
  214. - initial package for Vine Linux.
  215. - add Patch0-4 to sync with Vine Linux's pci/card/monitor database.
  216. - see also Xconfigurator/kudzu package for past changelogs.
  217. * Thu Sep 5 2002 Bill Nottingham <notting@redhat.com> 0.47-1
  218. - pci.ids updates
  219. - add msw's wireless card
  220. * Tue Sep 3 2002 Jeremy Katz <katzj@redhat.com> 0.46-1
  221. - Card entries in pcitable need matching in Cards
  222. * Sun Sep 1 2002 Mike A. Harris <mharris@redhat.com> 0.45-1
  223. - Update G450 entry in Cards
  224. * Tue Aug 13 2002 Bill Nottingham <notting@redhat.com> 0.44-1
  225. - fix some of the Dell entries
  226. - add cardbus controller id (#71198)
  227. - add audigy mapping
  228. - add NEC monitor (#71320)
  229. * Tue Aug 13 2002 Preston Brown <pbrown@redhat.com> 0.43-1
  230. - pci.id for SMC wireless PCI card (#67346)
  231. * Sat Aug 10 2002 Mike A. Harris <mharris@redhat.com> 0.42-1
  232. - Change default driver for old S3 based "Miro" card for bug (#70743)
  233. * Fri Aug 9 2002 Preston Brown <pbrown@redhat.com> 0.41-1
  234. - fix tabs in pci.ids
  235. - Change pci ids for the PowerEdge 4 series again...
  236. * Tue Aug 6 2002 Preston Brown <pbrown@redhat.com> 0.39-1
  237. - Dell PERC and SCSI pci.id additions
  238. * Tue Aug 6 2002 Mike A. Harris <mharris@redhat.com> 0.38-1
  239. - Removed and/or invalid entries from Cards database BLOCKER (#70802)
  240. * Mon Aug 5 2002 Mike A. Harris <mharris@redhat.com> 0.37-1
  241. - Changed Matrox G450 driver default options to fix bug (#66697)
  242. - Corrected S3 Trio64V2 bug in Cards file (#66492)
  243. * Tue Jul 30 2002 Bill Nottingham <notting@redhat.com> 0.36-1
  244. - tweaks for Dell Remote Assisstant cards (#60376)
  245. * Thu Jul 26 2002 Mike A. Harris <mharris@redhat.com> 0.35-1
  246. - Updated Cards db for CT69000
  247. - Various ATI cleanups and additions to Cards and pcitable
  248. - Updated S3 Trio3D to default to "vesa" driver (#59956)
  249. * Tue Jul 23 2002 Bill Nottingham <notting@redhat.com> 0.33-1
  250. - Eizo monitor updates (#56080, <triad@df.lth.se>)
  251. - pci.ids updates, corresponding pcitable updates
  252. - pcilint for pcitable
  253. * Fri Jun 28 2002 Bill Nottingham <notting@redhat.com> 0.32-1
  254. - switch de4x5 back to tulip
  255. * Mon Jun 24 2002 Mike A. Harris <mharris@redhat.com> 0.31-1
  256. - Modified ATI entries in pcitable to be able to autodetect the FireGL 8700
  257. and FireGL 8800 which both have the same ID, but different subdevice ID's.
  258. Added entries to Cards database for the 8700/8800 as well.
  259. * Tue May 28 2002 Mike A. Harris <mharris@redhat.com> 0.30-1
  260. - Reconfigured Cards database to default to XFree86 4.x for ALL video
  261. hardware, since 3.3.6 support is being removed. Video cards not
  262. supported natively by 4.x will be changed to use the vesa or vga
  263. driver, or completely removed as unsupported.
  264. * Tue Apr 17 2002 Michael Fulbright <msf@redhat.com> 0.14-1
  265. - another megaraid variant
  266. * Mon Apr 15 2002 Michael Fulbright <msf@redhat.com> 0.13-1
  267. - fix monitor entry for Dell 1600X Laptop Display Panel
  268. * Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 0.13-1
  269. - more aacraid
  270. * Tue Apr 9 2002 Bill Nottingham <notting@redhat.com> 0.12-1
  271. - another 3ware, another megaraid
  272. * Fri Apr 5 2002 Mike A. Harris <mharris@redhat.com> 0.11-1
  273. - Added commented out line for some Radeon 7500 cards to Cards database.
  274. * Tue Apr 2 2002 Mike A. Harris <mharris@redhat.com> 0.10-1
  275. - Fixed i830 entry to use driver "i810" not "i830" which doesn't exist
  276. * Mon Apr 1 2002 Bill Nottingham <notting@redhat.com> 0.9-1
  277. - fix rebuild (#62459)
  278. - SuperSavage ids (#62101)
  279. - updates from pci.ids
  280. * Mon Mar 18 2002 Bill Nottingham <notting@redhat.com> 0.8-2
  281. - fix errant space (#61363)
  282. * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 0.8-1
  283. - nVidia updates
  284. * Wed Mar 13 2002 Bill Nottingham <notting@redhat.com> 0.7-1
  285. - lots of pcitable updates
  286. * Tue Mar 5 2002 Mike A. Harris <mharris@redhat.com> 0.6-1
  287. - Updated Cards database
  288. * Mon Mar 4 2002 Mike A. Harris <mharris@redhat.com> 0.5-1
  289. - Built new package with updated database files for rawhide.
  290. * Fri Feb 22 2002 Bill Nottingham <notting@redhat.com> 0.3-1
  291. - return of XFree86-3.3.x
  292. * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 0.1-1
  293. - initial build