update to 015.20221022git.79b796f9 [release 015.20221022git.79b796f9-1mamba;Sat Nov 26 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 18:51:53 +01:00
parent 2100a77649
commit 1864a4d9b2

View File

@ -1,5 +1,6 @@
%define gittag %(echo %version | cut -d. -f3)
Name: usbutils
Version: 014
Version: 015.20221022git.79b796f9
Release: 1mamba
Summary: Utilities for handling USB devices
Group: System/Kernel and Hardware
@ -7,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/gregkh/usbutils
Source: https://mirrors.edge.kernel.org/pub/linux/utils/usb/usbutils/usbutils-%{version}.tar.xz
Source: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/master@%{gittag}/usbutils-%{version}.tar.bz2
Patch0: %{name}-0.86-hwdata.patch
License: GPL
## AUTOBUILDREQ-BEGIN
@ -28,14 +29,15 @@ The "usbutils" package is most useful for the "lsusb" utility, which can provide
%prep
%setup -q
#%patch0 -p1
./autogen.sh
%build
autoreconf -i
%configure \
--disable-zlib \
--disable-usbids \
--datadir=%{_datadir}/hwdata
# --disable-zlib \
# --disable-usbids \
%make
## do update `usb.ids' from <http://www.linux-usb.org></http:>
@ -59,10 +61,16 @@ autoreconf -i
%{_mandir}/man1/usb-devices.1*
%{_mandir}/man8/*
#%{_libdir}/pkgconfig/usbutils.pc
#%doc AUTHORS COPYING
%doc LICENSES
#%doc NEWS README ChangeLog
%changelog
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 015.20221022git.79b796f9-1mamba
- update to 015.20221022git.79b796f9
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 015.20221022git.-1mamba
- update to 015.20221022git.
* Sat Aug 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 014-1mamba
- update to 014