]> git.pld-linux.org Git - packages/hwdata.git/commitdiff
disable .gz; lshw needs support auto/th/hwdata-0.243-5
authorElan Ruusamäe <glen@delfi.ee>
Wed, 23 Jan 2013 22:06:45 +0000 (00:06 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 23 Jan 2013 22:06:45 +0000 (00:06 +0200)
hwdata.spec

index d74440e8e6b00ddb999fc0108614c5d48a6e43be..df7beef49431a13fc5b8d11190ad29325bc912d6 100644 (file)
@@ -2,12 +2,13 @@
 # - make this primary db of oui/pnp/blacklist db (merge ieee-oui, pnputils, kmod/module-init-tools) ?
 # - merge (switch?) with http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/hwids ?
 #   their db contains also OUI, IAB IDs databases: https://github.com/gentoo/hwids
+# - enable .gz if lshw has .gz support
 Summary:       Hardware identification and configuration data
 Summary(pl.UTF-8):     Dane do identyfikacji i konfiguracji sprzętu
 Name:          hwdata
 # see hwdata.spec inside of tarball
 Version:       0.243
-Release:       4
+Release:       5
 License:       GPL v2+
 Group:         Applications/System
 Source0:       https://fedorahosted.org/releases/h/w/hwdata/%{name}-%{version}.tar.bz2
@@ -45,7 +46,10 @@ ln -sf /usr/share/misc/pnp.ids $RPM_BUILD_ROOT%{_datadir}/%{name}/pnp.ids
 ln -sf /usr/share/oui.txt $RPM_BUILD_ROOT%{_datadir}/%{name}/oui.txt
 %{__rm} $RPM_BUILD_ROOT/etc/modprobe.d/blacklist.conf
 
+%if 0
 gzip -n9 $RPM_BUILD_ROOT%{_datadir}/%{name}/pci.ids
+gzip -n9 $RPM_BUILD_ROOT%{_datadir}/%{name}/usb.ids
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -55,6 +59,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc ChangeLog LICENSE
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/oui.txt
-%{_datadir}/%{name}/pci.ids.gz
+%{_datadir}/%{name}/pci.ids*
 %{_datadir}/%{name}/pnp.ids
-%{_datadir}/%{name}/usb.ids
+%{_datadir}/%{name}/usb.ids*
This page took 0.151677 seconds and 4 git commands to generate.