hwdata-vl.spec 13 KB

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