From 1864a4d9b2f90305d8b5f392efefb1cf913a2e81 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:51:53 +0100 Subject: [PATCH] update to 015.20221022git.79b796f9 [release 015.20221022git.79b796f9-1mamba;Sat Nov 26 2022] --- usbutils.spec | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/usbutils.spec b/usbutils.spec index 7351f66..3daa6e0 100644 --- a/usbutils.spec +++ b/usbutils.spec @@ -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 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 @@ -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 015.20221022git.79b796f9-1mamba +- update to 015.20221022git.79b796f9 + +* Sat Nov 26 2022 Silvan Calarco 015.20221022git.-1mamba +- update to 015.20221022git. + * Sat Aug 28 2021 Silvan Calarco 014-1mamba - update to 014