automatic version update by autodist [release 0.1.8-1mamba;Sun Nov 20 2022]
This commit is contained in:
parent
75ecac7eed
commit
97adb1a5b8
@ -1,20 +1,19 @@
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: libusb-compat
|
||||
Version: 0.1.7
|
||||
Version: 0.1.8
|
||||
Release: 1mamba
|
||||
Summary: A library to access USB devices
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://libusb.sourceforge.net/
|
||||
URL: https://libusb.info/
|
||||
Source: https://github.com/libusb/libusb-compat-0.1.git/v%{version}/libusb-compat-0.1-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: udev-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: pkgconfig
|
||||
@ -22,8 +21,7 @@ BuildRequires: graphviz
|
||||
BuildRequires: doxygen
|
||||
%endif
|
||||
Provides: libusb0
|
||||
Obsoletes: libusb0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: libusb0 < 0.1.8
|
||||
|
||||
%description
|
||||
A library for use by user level applications to access USB devices regardless of OS.
|
||||
@ -37,8 +35,9 @@ Obsoletes: libusb0-devel
|
||||
|
||||
%description devel
|
||||
A library for use by user level applications to access USB devices regardless of OS This is the devel package.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n libusb-compat-0.1-%{version}
|
||||
@ -62,20 +61,22 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libusb-0.1.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/libusb-config
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/usb.h
|
||||
%{_libdir}/libusb.a
|
||||
%{_libdir}/libusb.so
|
||||
%{_libdir}/pkgconfig/libusb.pc
|
||||
%doc ChangeLog LICENSE README
|
||||
|
||||
%changelog
|
||||
* Sun Nov 20 2022 Automatic Build System <autodist@mambasoft.it> 0.1.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7-1mamba
|
||||
- update to 0.1.7
|
||||
|
||||
@ -99,5 +100,5 @@ This package contains static libraries and header files need for development.
|
||||
- specfile updates
|
||||
- fixed license
|
||||
|
||||
* Thu Jan 01 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7-1qilnx
|
||||
* Wed Jan 01 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7-1qilnx
|
||||
- first build
|
||||
|
Loading…
Reference in New Issue
Block a user