|
@@ -1,13 +1,14 @@
|
|
Name: hwdata
|
|
Name: hwdata
|
|
Summary: Hardware identification and configuration data
|
|
Summary: Hardware identification and configuration data
|
|
Summary(ja): ハードウエアの識別・設定情報データ
|
|
Summary(ja): ハードウエアの識別・設定情報データ
|
|
-Version: 0.225
|
|
+Version: 0.232
|
|
-Release: 3%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: GPL/MIT
|
|
License: GPL/MIT
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
-Source: %{name}-%{version}.tar.bz2
|
|
+Source0: %{name}-%{version}.tar.bz2
|
|
-Source1: pci.ids.20090602
|
|
+Source1: pci.ids.20110404
|
|
-Patch1: %{name}-0.225-vine.patch
|
|
+Source2: usb.ids.20110414
|
|
|
|
+Patch1: %{name}-0.232-vine.patch
|
|
|
|
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
Conflicts: Xconfigurator < 4.9.42
|
|
Conflicts: Xconfigurator < 4.9.42
|
|
@@ -15,6 +16,10 @@ Conflicts: kernel-pcmcia-cs
|
|
Conflicts: kudzu < 1.1.86
|
|
Conflicts: kudzu < 1.1.86
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: daisuke
|
|
|
|
+
|
|
%description
|
|
%description
|
|
hwdata contains various hardware identification and configuration data,
|
|
hwdata contains various hardware identification and configuration data,
|
|
such as the pci.ids database, the X.Org X11 Cards and MonitorsDb databases.
|
|
such as the pci.ids database, the X.Org X11 Cards and MonitorsDb databases.
|
|
@@ -32,6 +37,7 @@ hwdata には、様々なハードウエアの識別や設定情報が含まれ
|
|
%patch1 -p1 -b .vine
|
|
%patch1 -p1 -b .vine
|
|
|
|
|
|
cp -f %{SOURCE1} pci.ids
|
|
cp -f %{SOURCE1} pci.ids
|
|
|
|
+cp -f %{SOURCE2} usb.ids
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
@@ -48,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%config %{_datadir}/hwdata/*
|
|
%config %{_datadir}/hwdata/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Apr 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.232-1
|
|
|
|
+- update to 0.232
|
|
|
|
+- update pci.ids, usb.ids
|
|
|
|
+
|
|
* Sun Jun 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.225-3
|
|
* Sun Jun 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.225-3
|
|
- add eepro100 to blacklist again.
|
|
- add eepro100 to blacklist again.
|
|
- update pci.ids
|
|
- update pci.ids
|