update to 0.11.0 [release 0.11.0-1mamba;Mon Oct 04 2021]
This commit is contained in:
parent
865ff55806
commit
676505d0e9
17
hidapi.spec
17
hidapi.spec
@ -1,27 +1,21 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: hidapi
|
Name: hidapi
|
||||||
Version: 0.10.1
|
Version: 0.11.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library which allows an application to interface with USB and Bluetooth HID-Class devices
|
Summary: A library which allows an application to interface with USB and Bluetooth HID-Class devices
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.signal11.us/oss/hidapi/
|
URL: https://github.com/libusb/hidapi
|
||||||
Source: https://github.com/libusb/hidapi.git/hidapi-%{version}/hidapi-%{version}.tar.bz2
|
Source: https://github.com/libusb/hidapi.git/hidapi-%{version}/hidapi-%{version}.tar.bz2
|
||||||
#Source: https://github.com/signal11/hidapi/archive/hidapi-%{pkgver}.tar.gz
|
|
||||||
License: BSD, GPL
|
License: BSD, GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libcap-devel
|
|
||||||
BuildRequires: libpcre-devel
|
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libsepol-devel
|
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A multi-platform library which allows an application to interface with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and Mac OS X.
|
A multi-platform library which allows an application to interface with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and Mac OS X.
|
||||||
@ -46,9 +40,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./bootstrap
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./bootstrap
|
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
%make
|
%make
|
||||||
@ -74,7 +68,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/hidapi
|
%dir %{_includedir}/hidapi
|
||||||
%{_includedir}/hidapi/hidapi.h
|
%{_includedir}/hidapi/*.h
|
||||||
%{_libdir}/libhidapi-hidraw.a
|
%{_libdir}/libhidapi-hidraw.a
|
||||||
%{_libdir}/libhidapi-hidraw.la
|
%{_libdir}/libhidapi-hidraw.la
|
||||||
%{_libdir}/libhidapi-hidraw.so
|
%{_libdir}/libhidapi-hidraw.so
|
||||||
@ -86,6 +80,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_datadir}/doc/hidapi/README.md
|
%{_datadir}/doc/hidapi/README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.0-1mamba
|
||||||
|
- update to 0.11.0
|
||||||
|
|
||||||
* Mon Nov 30 2020 Automatic Build System <autodist@mambasoft.it> 0.10.1-1mamba
|
* Mon Nov 30 2020 Automatic Build System <autodist@mambasoft.it> 0.10.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user