update to 0.9.0 [release 0.9.0-1mamba;Thu Aug 15 2019]
This commit is contained in:
parent
48cf6b8621
commit
87e668cca9
20
hidapi.spec
20
hidapi.spec
@ -1,6 +1,6 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: hidapi
|
Name: hidapi
|
||||||
Version: 0.8.0_rc1
|
Version: 0.9.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
|
||||||
@ -8,7 +8,8 @@ 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: http://www.signal11.us/oss/hidapi/
|
||||||
Source: https://github.com/signal11/hidapi/archive/hidapi-%{pkgver}.tar.gz
|
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
|
||||||
@ -44,7 +45,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-hidapi-0.8.0-rc1
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./bootstrap
|
./bootstrap
|
||||||
@ -66,11 +67,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libhidapi-hidraw.so.*
|
%{_libdir}/libhidapi-hidraw.so.*
|
||||||
%{_libdir}/libhidapi-libusb.so.*
|
%{_libdir}/libhidapi-libusb.so.*
|
||||||
%dir %{_datadir}/doc/hidapi/AUTHORS.txt
|
%dir %{_datadir}/doc/hidapi
|
||||||
%{_datadir}/doc/hidapi/LICENSE-bsd.txt
|
%{_datadir}/doc/hidapi/AUTHORS*.txt
|
||||||
%{_datadir}/doc/hidapi/LICENSE-gpl3.txt
|
%{_datadir}/doc/hidapi/LICENSE*.txt
|
||||||
%{_datadir}/doc/hidapi/LICENSE-orig.txt
|
|
||||||
%{_datadir}/doc/hidapi/LICENSE.txt
|
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -84,8 +83,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libhidapi-libusb.so
|
%{_libdir}/libhidapi-libusb.so
|
||||||
%{_libdir}/pkgconfig/hidapi-hidraw.pc
|
%{_libdir}/pkgconfig/hidapi-hidraw.pc
|
||||||
%{_libdir}/pkgconfig/hidapi-libusb.pc
|
%{_libdir}/pkgconfig/hidapi-libusb.pc
|
||||||
%{_datadir}/doc/hidapi/README.txt
|
%{_datadir}/doc/hidapi/README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||||
|
- update to 0.9.0
|
||||||
|
|
||||||
* Wed Feb 01 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0_rc1-1mamba
|
* Wed Feb 01 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0_rc1-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user