source: projects/specs/trunk/h/hwdata/hwdata-vl.spec @ 521

Revision 521, 12.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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