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:
parent
fe7fa8285a
commit
08e01af6d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
10
hwdata.spec
10
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user