SPECS: hwdata.spec - updated to 0.169 - use pci.ids from pciutils ...

charles charles at pld-linux.org
Mon Oct 17 04:22:34 CEST 2005


Author: charles                      Date: Mon Oct 17 02:22:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.169
- use pci.ids from pciutils
- removed blacklist (conflict with hotplug)

---- Files affected:
SPECS:
   hwdata.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/hwdata.spec
diff -u SPECS/hwdata.spec:1.11 SPECS/hwdata.spec:1.12
--- SPECS/hwdata.spec:1.11	Sun Apr 24 10:55:43 2005
+++ SPECS/hwdata.spec	Mon Oct 17 04:22:28 2005
@@ -3,13 +3,13 @@
 Summary:	Hardware identification and configuration data
 Summary(pl):	Dane do identyfikacji i konfiguracji sprzętu
 Name:		hwdata
-Version:	0.156
+Version:	0.169
 Release:	1
 License:	GPL/XFree86
 Group:		Applications/System
 Source0:	%{name}-%{version}.tar.gz
-# Source0-md5:	28f8e4d0a2f230346de86ca46f30760e
-#Requires:	XFree86-Xserver
+# Source0-md5:	98838e0f541b362cb3bd129984ba0c2a
+Requires:	pciutils
 Conflicts:	Xconfigurator < 4.9.42-1
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,20 +30,20 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
+rm -f pci.ids
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+ln -s /etc/pci.ids $RPM_BUILD_ROOT%{_datadir}/hwdata/pci.ids
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc LICENSE
-%dir /etc/pcmcia
-%config(noreplace) %verify(not md5 mtime size) /etc/hotplug/blacklist
-%config /etc/pcmcia/config
-%dir %{_datadir}/hwdata
-%{_datadir}/hwdata/*
+%{_datadir}/hwdata
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -51,6 +51,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2005/10/17 02:22:28  charles
+- updated to 0.169
+- use pci.ids from pciutils
+- removed blacklist (conflict with hotplug)
+
 Revision 1.11  2005/04/24 08:55:43  qboosh
 - cleanup, removed COPYING from doc (just GPL)
 - /usr/share/hwdata/* aren't config files
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/hwdata.spec?r1=1.11&r2=1.12&f=u




More information about the pld-cvs-commit mailing list