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