Thu Sep 26 2002 Bill Nottingham <notting@redhat.com> 0.14.1-1 - backport a lot of PCI stuff from the current head version - add sanity checking here too
79 lines
2.1 KiB
RPMSpec
79 lines
2.1 KiB
RPMSpec
Name: hwdata
|
|
Summary: Hardware identification and configuration data
|
|
Version: 0.14.1
|
|
Release: 1
|
|
License: GPL/XFree86
|
|
Group: System Environment/Base
|
|
Source: hwdata-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
Conflicts: Xconfigurator < 4.9.42-1
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
%description
|
|
hwdata contains various hardware identification and configuration data,
|
|
such as the pci.ids database, the XFree86 Cards and MonitorsDb databases.
|
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc LICENSE COPYING
|
|
%dir /usr/share/hwdata
|
|
%config /usr/share/hwdata/*
|
|
/usr/X11R6/lib/X11/Cards
|
|
|
|
%changelog
|
|
* Thu Sep 26 2002 Bill Nottingham <notting@redhat.com> 0.14.1-1
|
|
- backport a lot of PCI stuff from the current head version
|
|
- add sanity checking here too
|
|
|
|
* Tue Apr 17 2002 Michael Fulbright <msf@redhat.com> 0.14-1
|
|
- another megaraid variant
|
|
|
|
* Mon Apr 15 2002 Michael Fulbright <msf@redhat.com> 0.13-1
|
|
- fix monitor entry for Dell 1600X Laptop Display Panel
|
|
|
|
* Tue Apr 9 2002 Bill Nottingham <notting@redhat.com> 0.12-1
|
|
- another 3ware, another megaraid
|
|
|
|
* Fri Apr 5 2002 Mike A. Harris <mharris@redhat.com> 0.11-1
|
|
- Added commented out line for some Radeon 7500 cards to Cards database.
|
|
|
|
* Tue Apr 2 2002 Mike A. Harris <mharris@redhat.com> 0.10-1
|
|
- Fixed i830 entry to use driver "i810" not "i830" which doesn't exist
|
|
|
|
* Mon Apr 1 2002 Bill Nottingham <notting@redhat.com> 0.9-1
|
|
- fix rebuild (#62459)
|
|
- SuperSavage ids (#62101)
|
|
- updates from pci.ids
|
|
|
|
* Mon Mar 18 2002 Bill Nottingham <notting@redhat.com> 0.8-2
|
|
- fix errant space (#61363)
|
|
|
|
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 0.8-1
|
|
- nVidia updates
|
|
|
|
* Wed Mar 13 2002 Bill Nottingham <notting@redhat.com> 0.7-1
|
|
- lots of pcitable updates
|
|
|
|
* Tue Mar 5 2002 Mike A. Harris <mharris@redhat.com> 0.6-1
|
|
- Updated Cards database
|
|
|
|
* Mon Mar 4 2002 Mike A. Harris <mharris@redhat.com> 0.5-1
|
|
- Built new package with updated database files for rawhide.
|
|
|
|
* Fri Feb 22 2002 Bill Nottingham <notting@redhat.com> 0.3-1
|
|
- return of XFree86-3.3.x
|
|
|
|
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 0.1-1
|
|
- initial build
|