update to 0.1.7 [release 0.1.7-1mamba;Fri Feb 14 2020]
This commit is contained in:
parent
2736b930f8
commit
75ecac7eed
@ -1,7 +1,7 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: libusb-compat
|
Name: libusb-compat
|
||||||
Version: 0.1.5
|
Version: 0.1.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library to access USB devices
|
Summary: A library to access USB devices
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -9,7 +9,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://libusb.sourceforge.net/
|
URL: http://libusb.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/project/libusb/libusb-compat-%{majversion}/libusb-compat-%{version}/libusb-compat-%{version}.tar.bz2
|
Source: https://github.com/libusb/libusb-compat-0.1.git/v%{version}/libusb-compat-0.1-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -41,7 +41,8 @@ A library for use by user level applications to access USB devices regardless of
|
|||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libusb-compat-%{version}
|
%setup -q -n libusb-compat-0.1-%{version}
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME: docs build stop with errors
|
# FIXME: docs build stop with errors
|
||||||
@ -75,6 +76,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%doc ChangeLog LICENSE README
|
%doc ChangeLog LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7-1mamba
|
||||||
|
- update to 0.1.7
|
||||||
|
|
||||||
* Mon Jun 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.5-1mamba
|
* Mon Jun 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.5-1mamba
|
||||||
- update to 0.1.5
|
- update to 0.1.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user