From dc08549cbcd839199f9aedae631e0d980f90274c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:45:51 +0100 Subject: [PATCH] update to 0.238 [release 0.238-1mamba;Fri Nov 16 2012] --- README.md | 2 ++ hwdata.spec | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 hwdata.spec diff --git a/README.md b/README.md index e42f6d6..426ebab 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # hwdata +hwdata contains various hardware identification and configuration data, such as the pci.ids, usb.ids and MonitorsDb databases. + diff --git a/hwdata.spec b/hwdata.spec new file mode 100644 index 0000000..0e6e432 --- /dev/null +++ b/hwdata.spec @@ -0,0 +1,55 @@ +%define majver %(echo %version | cut -d. -f1-2) +%define minver %(echo %version | cut -d. -f3-4) +Name: hwdata +Version: 0.238 +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 +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 +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 + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%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 +%doc COPYING LICENSE +# README ChangeLog + +%changelog +* Fri Nov 16 2012 Silvan Calarco 0.238-1mamba +- update to 0.238 + +* Mon Oct 31 2011 Silvan Calarco 7.3-1mamba +- package created by autospec