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