source: projects/hwdata/trunk/hwdata-vl.spec @ 7989

Revision 7989, 13.0 KB checked in by daisuke, 10 years ago (diff)

forked.

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