]> git.pld-linux.org Git - packages/hwdata.git/commitdiff
- updated to 0.169 auto/ac/hwdata-0_169-1
authorKarol Krenski <charles@pld-linux.org>
Mon, 17 Oct 2005 02:22:28 +0000 (02:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use pci.ids from pciutils
- removed blacklist (conflict with hotplug)

Changed files:
    hwdata.spec -> 1.12

hwdata.spec

index 6676c7d049f961f8a402dfefac28e936b9278321..3d76e0b0a0a5a11c26282fff7e1d76864a983f93 100644 (file)
@@ -2,13 +2,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)
@@ -29,17 +29,17 @@ dla XFree86.
 %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
This page took 0.188091 seconds and 4 git commands to generate.