From 08e01af6d9e7d60e136647ae04e47596c0729eaa Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Sep 26 2012 12:51:30 +0000 Subject: data files update, use of configure script configure used in prep section of spec file updated: pci.ids, usb.ids, oui.txt --- diff --git a/.gitignore b/.gitignore index e7186a2..c6c132a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ hwdata-0.227.tar.bz2 hwdata-0.232.tar.bz2 /hwdata-0.234.tar.bz2 /hwdata-0.238.tar.bz2 +/hwdata-0.240.tar.bz2 diff --git a/hwdata.spec b/hwdata.spec index 0f017d3..85fffc8 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -1,6 +1,6 @@ Name: hwdata Summary: Hardware identification and configuration data -Version: 0.238 +Version: 0.240 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base @@ -14,6 +14,7 @@ such as the pci.ids and usb.ids databases. %prep %setup -q +%configure %build # nothing to build @@ -26,13 +27,18 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root) %doc LICENSE COPYING %dir %{_datadir}/%{name} %config(noreplace) %{_sysconfdir}/modprobe.d/blacklist.conf %{_datadir}/%{name}/* %changelog +* Wed Sep 26 2012 Michal Minar 0.240-1 +- made use of configure script in prep + +* Tue Sep 25 2012 Michal Minar 0.239-1 +- Update data files + * Thu Aug 23 2012 Adam Jackson 0.238-1 - Fix reference specfile to current Fedora style diff --git a/sources b/sources index 78cb312..16fd9f2 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -8108ff494a0a46358894c1b0e61592c6 hwdata-0.234.tar.bz2 -b1cf9821828ec91c58d6cfc91c4fbd42 hwdata-0.238.tar.bz2 +e7fbd88a28a6acea05feb6064bb49f2c hwdata-0.240.tar.bz2