automatic version update by autodist [release 0.13.0-1mamba;Mon Jan 09 2023]
This commit is contained in:
parent
80a7b5a4b7
commit
7a4c07fe4a
@ -1,6 +1,6 @@
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
Name: hidapi
|
||||
Version: 0.12.0
|
||||
Version: 0.13.0
|
||||
Release: 1mamba
|
||||
Summary: A library which allows an application to interface with USB and Bluetooth HID-Class devices
|
||||
Group: System/Libraries
|
||||
@ -12,7 +12,6 @@ Source: https://github.com/libusb/hidapi.git/hidapi-%{version}/hidapi-%{v
|
||||
License: BSD, GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatomic-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -71,16 +70,17 @@ This package contains libraries and header files for developing applications tha
|
||||
%dir %{_includedir}/hidapi
|
||||
%{_includedir}/hidapi/*.h
|
||||
%{_libdir}/libhidapi-hidraw.a
|
||||
%{_libdir}/libhidapi-hidraw.la
|
||||
%{_libdir}/libhidapi-hidraw.so
|
||||
%{_libdir}/libhidapi-libusb.a
|
||||
%{_libdir}/libhidapi-libusb.la
|
||||
%{_libdir}/libhidapi-libusb.so
|
||||
%{_libdir}/pkgconfig/hidapi-hidraw.pc
|
||||
%{_libdir}/pkgconfig/hidapi-libusb.pc
|
||||
%{_datadir}/doc/hidapi/README.md
|
||||
|
||||
%changelog
|
||||
* Mon Jan 09 2023 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 26 2022 Automatic Build System <autodist@mambasoft.it> 0.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user