data files update, use of configure script

configure used in prep section of spec file

updated: pci.ids, usb.ids, oui.txt
This commit is contained in:
Michal Minar 2012-09-26 14:51:30 +02:00
parent fe7fa8285a
commit 08e01af6d9
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <miminar@redhat.com> 0.240-1
- made use of configure script in prep
* Tue Sep 25 2012 Michal Minar <miminar@redhat.com> 0.239-1
- Update data files
* Thu Aug 23 2012 Adam Jackson <ajax@redhat.com> 0.238-1
- Fix reference specfile to current Fedora style

View File

@ -1,2 +1 @@
8108ff494a0a46358894c1b0e61592c6 hwdata-0.234.tar.bz2
b1cf9821828ec91c58d6cfc91c4fbd42 hwdata-0.238.tar.bz2
e7fbd88a28a6acea05feb6064bb49f2c hwdata-0.240.tar.bz2