update to 0.355 [release 0.355-1mamba;Sat Jan 08 2022]
This commit is contained in:
parent
dc08549cbc
commit
69b34b5485
28
hwdata.spec
28
hwdata.spec
@ -1,32 +1,30 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define minver %(echo %version | cut -d. -f3-4)
|
||||
Name: hwdata
|
||||
Version: 0.238
|
||||
Version: 0.355
|
||||
Release: 1mamba
|
||||
Summary: Contains various hardware identification and configuration data, such as the pci.ids, usb.ids and MonitorsDb databases
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://fedorahosted.org/hwdata/
|
||||
# git clone git://git.fedorahosted.org/hwdata.git
|
||||
# cd hwdata
|
||||
# make dist-archive
|
||||
Source: http://git.fedorahosted.org/cgit/hwdata.git/snapshot/hwdata-%{version}-1.tar.bz2
|
||||
#http://fedorahosted.org/hwdata/hwdata-%{majver}-%{minver}.tar.bz2
|
||||
URL: https://github.com/vcrhonek/hwdata
|
||||
Source: https://github.com/vcrhonek/hwdata.git/v%{version}/hwdata-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
hwdata contains various hardware identification and configuration data, such as the pci.ids, usb.ids and MonitorsDb databases.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{majver}-1
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--libdir=%{_prefix}/lib
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -38,16 +36,16 @@ hwdata contains various hardware identification and configuration data, such as
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/modprobe.d/blacklist.conf
|
||||
%{_datadir}/hwdata/oui.txt
|
||||
%{_datadir}/hwdata/pci.ids
|
||||
%{_datadir}/hwdata/pnp.ids
|
||||
#%{_datadir}/hwdata/upgradelist
|
||||
%{_datadir}/hwdata/usb.ids
|
||||
%{_modprobedir}/dist-blacklist.conf
|
||||
%dir %{_datadir}/hwdata
|
||||
%{_datadir}/hwdata/*
|
||||
%doc COPYING LICENSE
|
||||
# README ChangeLog
|
||||
|
||||
%changelog
|
||||
* Sat Jan 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.355-1mamba
|
||||
- update to 0.355
|
||||
|
||||
* Fri Nov 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.238-1mamba
|
||||
- update to 0.238
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user