%define gittag %(echo %version | cut -d. -f3) Name: usbutils Version: 018 Release: 1mamba Summary: Utilities for handling USB devices Group: System/Kernel and Hardware Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/gregkh/usbutils Source: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/v%{version}/usbutils-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libudev-devel BuildRequires: libusb-devel ## AUTOBUILDREQ-END Provides: usbutils-devel = %{version} Obsoletes: usbutils-devel < 014 Requires: hwdata %description The "usbutils" package is most useful for the "lsusb" utility, which can provide considerable detail about the USB devices connected to your Linux system. (It's like "pciutils" is for PCI.) %debug_package %prep %setup -q %build %meson %meson_build %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %meson_install install -D -m0755 build/usbreset -t %{buildroot}%{_bindir} %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %files %defattr(-,root,root) %{_bindir}/lsusb %{_bindir}/lsusb.py %{_bindir}/usbhid-dump %{_bindir}/usb-devices %{_bindir}/usbreset %{_mandir}/man1/usb-devices.1* %{_mandir}/man1/lsusb.py.1* %{_mandir}/man8/* %doc LICENSES #%doc NEWS README ChangeLog %changelog * Mon Nov 11 2024 Silvan Calarco 018-1mamba - update to 018 * Tue Oct 31 2023 Automatic Build System 017-1mamba - automatic version update by autodist * Wed Oct 25 2023 Automatic Build System 016-1mamba - automatic version update by autodist * 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 * Sat Oct 31 2020 Automatic Build System 013-1mamba - automatic update by autodist * Wed Sep 11 2019 Automatic Build System 012-1mamba - automatic version update by autodist * Fri Aug 17 2018 Automatic Build System 010-1mamba - automatic version update by autodist * Wed Mar 21 2018 Silvan Calarco 009-1mamba - update to 009 * Fri Oct 24 2014 Automatic Build System 008-1mamba - automatic update by autodist * Tue Jun 11 2013 Automatic Build System 007-1mamba - automatic version update by autodist * Wed Feb 06 2013 Silvan Calarco 006-2mamba - fix usb.ids location * Thu Jan 31 2013 Automatic Build System 006-1mamba - update to 006 * Mon Oct 31 2011 Silvan Calarco 0.86-4mamba - added patch to read ids db from /usr/share/hwdata; added requirement for hwdata * Fri Oct 07 2011 Silvan Calarco 0.86-3mamba - added updated usb.ids from linux-usb.org * Wed Aug 31 2011 Silvan Calarco 0.86-2mamba - added /usr/bin/lsusb symlink pointing to /usr/sbin/lsusb * Fri Aug 21 2009 Automatic Build System 0.86-1mamba - automatic update by autodist * Sat Jun 27 2009 Silvan Calarco 0.84-1mamba - update to 0.84 * Mon Dec 03 2007 Silvan Calarco 0.73-2mamba - don't compress usb.ids database file * Tue Nov 13 2007 Aleph0 0.73-1mamba - update to 0.73 * Mon Jul 24 2006 Silvan Calarco 0.72-1qilnx - update to version 0.72 by autospec * Thu Apr 14 2005 Davide Madrisan 0.70-2qilnx - provides usbutils-devel to avoid errors during upgrade from QiLinux 1.1 * Wed Feb 02 2005 Davide Madrisan 0.70-1qilnx - update to version 0.70 by autospec - removed devel package (usbutils uses now the system library libusb to access USB devices, not a private (old) copy of that library.) * Wed Jul 02 2003 Silvan Calarco 0.11-1qilnx - first build of USB-utils